
12 Feb
2005
12 Feb
'05
6:48 a.m.
Larry Evans wrote:
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) ; ?
Thanks for noting, I'll look into this. Regards Hartmut