You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** Please tell me who you are.
Run
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
to set your account's default identity.
Omit --global to set the identity only in this repository.
fatal: empty ident name (for <sirfuser@vagrant.vm>) not allowed
Cannot save the current index state
CMake Error at /home/sirfuser/devel/buildVM/builds/astra-toolbox/tmp/astra-toolbox-gitupdate.cmake:80 (message):
Failed to stash changes
CMakeFiles/astra-toolbox.dir/build.make:115: recipe for target 'builds/astra-toolbox/stamp/astra-toolbox-update' failed
make[2]: *** [builds/astra-toolbox/stamp/astra-toolbox-update] Error 1
CMakeFiles/Makefile2:844: recipe for target 'CMakeFiles/astra-toolbox.dir/all' failed
make[1]: *** [CMakeFiles/astra-toolbox.dir/all] Error 2
reason is
sirfuser@vagrant:~/devel/buildVM/sources/astra-toolbox$ git status
HEAD detached at origin/master
Untracked files:
(use "git add <file>..." to include in what will be committed)
python/python_build
python/python_install
python_build
python_install
The text was updated successfully, but these errors were encountered:
Decouples the build of the astra library from its python wrapper by adding a new project astra-python-wrapper, thereby removing code from External_astra-toolbox.cmake that was relative to the build of the python wrapper.
Also it saves the python_build and python_install files in the BINARY_DIR rather than in the SOURCE_DIR which was the source of problems for git.
closes#605
Doing
make astra-toolbox
fails withreason is
The text was updated successfully, but these errors were encountered: