Hey,
at the first sight, it seems to me an error in their build system.
But the error message is surrounded by an if-clause. Your error message does not show any error or output, so I assume, there was no error with bootstrap, but the (executable? file?) b2 was not found. To test it, you could print the result of the find_program call in their file add_boost.cmake just after the line 154.

Good luck,
Andreas

Am 13.08.2015 um 20:19 schrieb Sonya Blade:
Dear All,

I'm attempting to build the open license manager from that location .https://github.com/open-license-manager As can be seen, there is not much info what needs to be done to configure and compile it, I'm not even sure that
it is been configured to work with GCC 4.7.1 and Code Blocks.

Anyway if attempt to run the configuration with CMake-GUI then I receive the following error, AFAIU this library requires the boost library and Cmake-GUI downloads the boost automatically but at th middle of configuration throws the following error how am I supposed further procedd on that?

CMake Error at build/modules/add_boost.cmake:156 (message):
Failed running ./bootstrap.sh;--with-toolset=gcc:

Call Stack (most recent call first):
CMakeLists.txt:73 (add_boost)

Regards,



--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to