Re: AbiWord 2.9.1 compilation problems

From: Ingo Brückl <ib_at_wupperonline.de>
Date: Fri Jul 15 2011 - 19:06:41 CEST

J.M. Maurer wrote on Fri, 08 Jul 2011 15:36:39 +0200:

> 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.

> 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)

Is it a bug? Could it be fixed?

Ingo
Received on Fri Jul 15 19:18:23 2011

This archive was generated by hypermail 2.1.8 : Fri Jul 15 2011 - 19:18:23 CEST