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