|
Boost : |
From: Larry Evans (cppljevans_at_[hidden])
Date: 2005-02-11 12:33:06
On 02/07/2005 07:48 PM, Tom Brinkman wrote:
[snip]
> The review candidate version of Wave is accessible
> here:
>
>
> http://spirit.sourceforge.net/dl_more/wave-1.1.12.zip
>
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:
lib boost_filesystem
: $(SOURCES).cpp
: $(linkage)
;
?
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk