$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Building sandbox library (chrono)
From: Niklas Angare (li51ckf02_at_[hidden])
Date: 2008-11-18 14:26:58
I can't figure out how to build chrono. Here's what I did:
svn co http://svn.boost.org/svn/boost/trunk boost
svn co -N http://svn.boost.org/svn/boost/sandbox boost-sandbox
svn co http://svn.boost.org/svn/boost/sandbox/chrono boost-sandbox/chrono
cd boost
./configure
cd ../boost-sandbox/chrono/libs/chrono/test
../../../../../boost/tools/jam/src/bin.qnxntox86/bjam
I get:
error: Could not find parent for project at '../../../..'
error: Did not find Jamfile.jam or Jamroot.jam in any parent directory.
I have no clue how to create a Jamroot.jam if that's what I need to do.
-- Regards Niklas Angare