Marc - 2015-11-08

Hi,

i just tried to compile owlcpp with my ubuntu 14.04 LTS. I downloaded boost-build 1.55 and followed step 1 to 4 according to doc/build.txt. At step 5, the different pathes has to be configured. On my ubuntu, the different boost libraries (atomic, threads, and so on) are installed in the default pathes.
I tried different boost pathes, like

# constant BOOST : "/usr/share/boost-build" 1.54.0 ;
# constant BOOST : "/usr/lib" 1.54.0 ;

but for every of my suggested paths, i get the following error:

pc :: third_party/build-boost-1.55.0/v2: ./b2 ../../owlcpp 1 ↵
/home/name/Workspace/third_party/build-boost-1.55.0/v2/build/project.jam:262: in find-jamfile from module project
error: Unable to load Jamfile.
error: Could not find a Jamfile in directory '/usr/share/boost-build'.
error: Attempted to find it with pattern '[Bb]uild.jam [Jj]amfile.v2 [Jj]amfile [Jj]amfile.jam'.
error: Please consult the documentation at 'http://www.boost.org'.

Are there any experiences with the appropriate pathes on linux, especially ubuntu?

Best regards,

Marc