There are problems compiling 2.9.1, because BOOST_CPPFLAGS is missing in the
CXXCOMPILE definition (or were else it should be). I patched:
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
+ $(AM_CPPFLAGS) $(CPPFLAGS) $(BOOST_CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
in (only in my case):
plugins/epub/common/xp/Makefile
plugins/epub/exp/xp/Makefile
plugins/epub/imp/xp/Makefile
plugins/mswrite/xp/Makefile
plugins/wmf/xp/Makefile
src/af/ev/gtk/Makefile
src/af/xap/gtk/Makefile
src/text/fmt/gtk/Makefile
src/text/fmt/xp/Makefile
src/text/ptbl/xp/Makefile
src/wp/ap/gtk/Makefile
src/wp/ap/xp/Makefile
src/wp/impexp/gtk/Makefile
src/wp/impexp/xp/Makefile
to provide a different include directory for the headers. If there is a
better solution, please tell me. If not, please fix it.
Ingo
Received on Fri Jul 8 14:18:03 2011
This archive was generated by hypermail 2.1.8 : Fri Jul 08 2011 - 14:18:03 CEST