
11 Feb
2005
11 Feb
'05
5:33 p.m.
On 02/07/2005 07:48 PM, Tom Brinkman wrote: [snip]
The review candidate version of Wave is accessible here:
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) ; ?