Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build examples #2

Closed
oguzhancebe opened this issue Nov 21, 2017 · 1 comment
Closed

Cannot build examples #2

oguzhancebe opened this issue Nov 21, 2017 · 1 comment

Comments

@oguzhancebe
Copy link

Hello,

I followed the instructions and installed the package using PID, but when I execute make build to build examples, I get the following error:
Running CMake to regenerate build system...
-- Configuring done
-- Generating done
-- Build files have been written to: /home/oguz/pid-workspace/packages/wrench-cone-lib/build/debug
-- Configuring done
-- Generating done
-- Build files have been written to: /home/oguz/pid-workspace/packages/wrench-cone-lib/build/release
-- Configuring done
-- Generating done
-- Build files have been written to: /home/oguz/pid-workspace/packages/wrench-cone-lib/build
[ 60%] Built target reconfigure
[ 80%] [PID] Checking branch...
CMake Error at /home/oguz/pid-workspace/share/cmake/system/Check_PID_Package_Branch.cmake:27 (message):
[PID] ERROR : wrench-cone-lib must be built on a development branch
(integration or feature specific branch).

CMakeFiles/check-branch.dir/build.make:57: recipe for target 'CMakeFiles/check-branch' failed
make[3]: *** [CMakeFiles/check-branch] Error 1
CMakeFiles/Makefile2:259: recipe for target 'CMakeFiles/check-branch.dir/all' failed
make[2]: *** [CMakeFiles/check-branch.dir/all] Error 2
CMakeFiles/Makefile2:396: recipe for target 'CMakeFiles/build.dir/rule' failed
make[1]: *** [CMakeFiles/build.dir/rule] Error 2
Makefile:248: recipe for target 'build' failed
make: *** [build] Error 2

I get the same error even I turn examples OFF in ccmake.. and try building it.

Regards

@vsamy
Copy link
Owner

vsamy commented Nov 21, 2017

You have to switch to the development branch.

git checkout integration

The master branch cannot be modified without the approbation of the main developer. This is done to avoid conflicts.

@vsamy vsamy closed this as completed Nov 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants