Boost logo

Boost :

From: Carlo Wood (carlo_at_[hidden])
Date: 2002-09-11 22:43:18


*frustrated*

I don't understand the manual of this, and the other
libraries dont help either :/.

What is wrong with this?

~/c++/boost/libs/demangler/test>cat Jamfile
SubDir TOP libs demangler test ;

Main myprog : test.cpp ;

~/c++/boost/libs/demangler/test>jam
warning: unknown rule path-global
...found 127 targets...
...updating 2 targets...
C++ ../../../libs/demangler/test/test.o
../../../libs/demangler/test/test.cpp:5:24: demangle.hpp: No such file or directory

cc -c -O -I../../../libs/demangler/test -o ../../../libs/demangler/test/test.o ../../../libs/demangler/test/test.cpp

...failed C++ ../../../libs/demangler/test/test.o ...
...skipped myprog for lack of <libs!demangler!test>test.o...
...failed updating 1 target...
...skipped 1 target...

"demangle.hpp" is obviously in ~/c++/boost/libs/demangler/src
How do I get jam to look there?

-- 
Carlo Wood <carlo_at_[hidden]>

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk