Opened 12 years ago

Closed 12 years ago

#4330 closed Bugs (fixed)

wave broken build on trunk

Reported by: ramon.casellas@… Owned by: Hartmut Kaiser
Milestone: Boost 1.43.0 Component: wave
Version: Boost 1.44.0 Severity: Regression
Keywords: wave Cc:

Description

...failed gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.3.2/release/link-static/threading-multi/xml_wgrammar.o... ...skipped <pbin.v2/libs/serialization/build/gcc-4.3.2/release/link-static/threading-multi>libboost_wserialization.a(clean) for lack of <pbin.v2/libs/serialization/build/gcc-4.3.2/release/link-static/threading-multi>xml_wgrammar.o... ...skipped <pbin.v2/libs/serialization/build/gcc-4.3.2/release/link-static/threading-multi>libboost_wserialization.a for lack of <pbin.v2/libs/serialization/build/gcc-4.3.2/release/link-static/threading-multi>xml_wgrammar.o... ...skipped <pstage/lib>libboost_wserialization.a for lack of <pbin.v2/libs/serialization/build/gcc-4.3.2/release/link-static/threading-multi>libboost_wserialization.a... gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.3.2/release/link-static/threading-multi/instantiate_cpp_exprgrammar.o In file included from ./boost/wave/grammars/cpp_expression_grammar_gen.hpp:15,

from ./boost/wave/grammars/cpp_expression_grammar.hpp:32, from libs/wave/src/instantiate_cpp_exprgrammar.cpp:24:

./boost/wave/cpp_iteration_context.hpp:151: error: ‘file_type’ has not been declared ./boost/wave/cpp_iteration_context.hpp:151: error: ‘main_file’ was not declared in this scope

Change History (3)

comment:1 by Hartmut Kaiser, 12 years ago

Resolution: fixed
Status: newclosed

(In [62725]) Wave: fixed #4330: wave broken build on trunk

comment:2 by anonymous, 12 years ago

Resolution: fixed
Status: closedreopened

Hartmut,

thanks for your prompt reply, I still have issues:

...failed gcc.compile.c++ bin.v2/libs/serialization/build/gcc-4.3.2/release/link-static/threading-multi/xml_wgrammar.o... ...skipped <pbin.v2/libs/serialization/build/gcc-4.3.2/release/link-static/threading-multi>libboost_wserialization.a(clean) for lack of <pbin.v2/libs/serialization/build/gcc-4.3.2/release/link-static/threading-multi>xml_wgrammar.o... ...skipped <pbin.v2/libs/serialization/build/gcc-4.3.2/release/link-static/threading-multi>libboost_wserialization.a for lack of <pbin.v2/libs/serialization/build/gcc-4.3.2/release/link-static/threading-multi>xml_wgrammar.o... ...skipped <pstage/lib>libboost_wserialization.a for lack of <pbin.v2/libs/serialization/build/gcc-4.3.2/release/link-static/threading-multi>libboost_wserialization.a... gcc.compile.c++ bin.v2/libs/wave/build/gcc-4.3.2/release/link-static/threading-multi/instantiate_cpp_exprgrammar.o In file included from ./boost/wave/grammars/cpp_expression_grammar_gen.hpp:15,

from ./boost/wave/grammars/cpp_expression_grammar.hpp:32, from libs/wave/src/instantiate_cpp_exprgrammar.cpp:24:

./boost/wave/cpp_iteration_context.hpp:152: error: ‘boost::wave::base_iteration_context::file_type’ is not a type

comment:3 by Hartmut Kaiser, 12 years ago

Resolution: fixed
Status: reopenedclosed

(In [62726]) Wave: added missing typename, doh! (fixed #4330: wave broken build on trunk)

Note: See TracTickets for help on using tickets.