|
Boost : |
Subject: Re: [boost] Is there any interest in a library for actor programming?
From: Larry Evans (cppljevans_at_[hidden])
Date: 2014-05-14 14:48:29
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
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found g++ version 4.8
-- Looking for C++ include valgrind/valgrind.h
-- Looking for C++ include valgrind/valgrind.h - found
-- Build type:
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
No Boost libraries were found. You may need to set BOOST_LIBRARYDIR
to the
directory containing Boost libraries or BOOST_ROOT to the location of
Boost.
Call Stack (most recent call first):
CMakeLists.txt:235 (find_package)
.
.
.
My OS info is:
~/prog_dev/boost/sandbox $ uname -a
Linux evansl-Inspiron-531 3.2.0-61-generic #93-Ubuntu SMP Fri May 2
21:31:50 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
I tried modifying the configure script by replacing the [[...]] with
[...]; however, then I got another error:
~/prog_dev/boost/sandbox/boost.actor $ ./configure
./configure: 94: [: /C:\nppdf32Log\debuglog.txt: unexpected operator
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
.
.
.
I've no idea what to do to solve this problem :(
-regards,
Larry
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk