Could you send the output of a build, so we can see where it actually
fails for you? I've tested my build, and it seems to work.
Cheers,
Marc
On Fri, 2011-07-08 at 14:01 +0200, Ingo Brückl wrote:
> 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 15:35:19 2011
This archive was generated by hypermail 2.1.8 : Fri Jul 08 2011 - 15:35:19 CEST