Yes, sh is an alias for bash on my test machines. I fixed the configure script in the master branch. The FindBoost script supports hints about search paths, in particular BOOST_LIBRARYDIR might be useful: http://www.cmake.org/cmake/help/git-master/module/FindBoost.html. Hope that helps. ________________________________________ From: Boost [boost-bounces@lists.boost.org] on behalf of Larry Evans [cppljevans@suddenlink.net] Sent: Wednesday, May 14, 2014 21:23 To: boost@lists.boost.org Subject: Re: [boost] Is there any interest in a library for actor programming? On 05/14/14 13:48, Larry Evans wrote:
On 05/17/13 16:26, Charousset, Dominik wrote:> Hi,
is there any interest in a library for actor programming?
The library we've developed is a C++11 open source library named "libcppa". It is currently released under LGPL2, but re-releasing the library under the boost license is not an issue. You'll find all important links and ressources either under http://libcppa.org or on the GitHub project page: https://github.com/Neverlord/libcppa,
[snip] I tried following the steps described here:
https://github.com/Neverlord/boost.actor
in the README.md; however, apparently my bash interpreter is not the same as yours:
~/prog_dev/boost/sandbox/boost.actor $ echo $BOOST_ROOT /home/evansl/prog_dev/boost/boost-modular/modular-boost ~/prog_dev/boost/sandbox/boost.actor $ ./configure ./configure: 94: ./configure: [[: not found -- The C compiler identification is GNU Changed 1st line of configure to:
#!/bin/bash and now there's no error with the [[...]]. Apparently, on your system, sh is same as bash; however, on mine, I guess they're different. However, still getting the errors about not finding boost libraries: CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1202 (message): Unable to find the requested Boost libraries. Boost version: 1.56.0 Boost include path: /home/evansl/prog_dev/boost/boost-modular/modular-boost The following Boost libraries could not be found: boost_system boost_context boost_coroutine boost_thread _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost