Boost logo

Boost-Build :

From: Joel de Guzman (joel_at_[hidden])
Date: 2005-02-14 19:49:37


Hi,

I'm confused. What's wrong with this?

exe quickbook
: detail/quickbook.cpp /boost/program_options//program_options
: <include>$(BOOST_ROOT)
;

It's working on my copy of 1.32.0. Eric says he gets:

error: Unable to find file or target named
error: '/boost/program_options//program_options'
error: referred from project at
error: '.'

This is the same issue as what's reported by Larry (Evans) on
Wave:

'''
The wave/libs/wave/build/Jamfile.v2 file in the above .zip file
contains:

lib boost_wave
: $(SOURCES).cpp /boost/filesystem//boost_filesystem
: <toolset>vc-7_1:<rtti>off # workaround for compiler bug
# Not supported by V2
# <no-warn>cpp.re.cpp
;

but I couldn't find in boost 1.32.0 any Jamfile.v2 in /boost/filesystem.
Should this rather be $(BOOST_ROOT)/libs/filesystem///boost_filesystem
since I did find in $(BOOST_ROOT)/libs/filesystem/Jamfile.v2:
'''

What's the proper way?

TIA,

-- 
Joel de Guzman
http://www.boost-consulting.com
http://spirit.sf.net
 

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