|
Boost-Build : |
From: Bill Taylor (wataylor_at_[hidden])
Date: 2007-01-15 03:29:49
First, I had trouble getting jam to build so I found the mac osx
version in a file named boost-jam-3.1.13-1-macosxppc.tgz. running bjam
-v
William-Taylors-Computer.352% bjam -v
Boost.Jam Version 3.1.13. OS=MACOSX.
Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
Copyright 2001 David Turner.
Copyright 2001-2004 David Abrahams.
Copyright 2002-2005 Rene Rivera.
Copyright 2003-2005 Vladimir Prus.
I downloaded the source code file boost_1_33_1.gz
I went to libs/configure, ran the ./configure script and copied
user.hpp to boost/config.
The commands
bjam -sTOOLS=darwin project-root.jam
bjam -sTOOLS=darwin boost-build.jam
both ran to completion without error.
However, when I used the command
bjam -sTOOLS=darwin install
there were a huge number of errors. Many of them complain about the
copy command not being found, but there were compilation errors too.
/Users/wat/Desktop/AccessLitigation/boost_1_33_1/libs/filesystem/src/
convenience.cpp:43: error: `
ph' was not declared in this scope
The last few messages were:
...failed FileClone
C:/Boost/include/boost-1_33_1/boost/wave/util/transform_iterator.hpp...
FileClone
C:/Boost/include/boost-1_33_1/boost/wave/util/unput_queue_iterator.hpp
/bin/sh: line 2: copy: command not found
copy
"/Users/wat/Desktop/AccessLitigation/boost_1_33_1/boost/wave/util/
unput_queue_iterator.hpp"
"C:/Boost/include/boost-1_33_1/boost/wave/util/
unput_queue_iterator.hpp" >NUL:
...failed FileClone
C:/Boost/include/boost-1_33_1/boost/wave/util/
unput_queue_iterator.hpp...
...failed updating 4031 targets...
...skipped 246 targets...
...updated 282 targets...
246.870u 108.760s 9:07.10 65.0% 0+0k 1168+398io 0pf+0w
What am I doing wrong?
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk