Opened 10 years ago

Closed 10 years ago

#6870 closed Bugs (fixed)

build wave driver failed

Reported by: Kohei Takahashi <flast@…> Owned by: Hartmut Kaiser
Milestone: To Be Determined Component: wave
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

boost/wave/util/filesystem_compatibility.hpp uses boost::filesystem3 namespace but should use boost::filesystem: boost::filesystem3 is now removed in trunk.

gcc.compile.c++ ../../../bin.v2/tools/wave/build/gcc-4.7.1/release/instruction-set-native/link-static
/threading-multi/wavetool-on/cpp.o
In file included from ../../../boost/wave/util/cpp_include_paths.hpp:19:0,
                 from ../../../boost/wave/cpp_context.hpp:35,
                 from ../../../boost/wave.hpp:21,
                 from ../cpp.cpp:26:
../../../boost/wave/util/filesystem_compatibility.hpp: In function 'boost::filesystem::path boost::wave::uti
l::complete_path(const boost::filesystem::path&)':
../../../boost/wave/util/filesystem_compatibility.hpp:78:23: error: 'boost::filesystem3' has not been declar
ed
../../../boost/wave/util/filesystem_compatibility.hpp: In function 'boost::filesystem::path boost::wave::uti
l::complete_path(const boost::filesystem::path&, const boost::filesystem::path&)':
../../../boost/wave/util/filesystem_compatibility.hpp:88:23: error: 'boost::filesystem3' has not been declar
ed
compilation terminated due to -fmax-errors=2.

    "g++"  -ftemplate-depth-128 -Wlogical-op -Wall -Wextra -pedantic -O3 -finline-functions -Wno-inline -Wno
-unused -Winit-self -Wformat=2 -fmax-errors=2 -march=native -pthread  -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_ST
ATIC_LINK=1 -DBOOST_FILESYSTEM_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOO
ST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_LIB=1 -DBOOST_WAVE_SUPPORT_THREADING=0 -DDATE_
TIME_INLINE -DNDEBUG  -I"../../.." -c -o "../../../bin.v2/tools/wave/build/gcc-4.7.1/release/instruction-set
-native/link-static/threading-multi/wavetool-on/cpp.o" "../cpp.cpp"

Change History (1)

comment:1 by Hartmut Kaiser, 10 years ago

Resolution: fixed
Status: newclosed

(In [78553]) Wave: Fixed #6870: build wave driver failed

Note: See TracTickets for help on using tickets.