denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] gub build


From: Richard Shann
Subject: Re: [Denemo-devel] gub build
Date: Tue, 28 Jul 2009 09:12:18 +0100

On Tue, 2009-07-28 at 08:57 +0200, Jan Nieuwenhuizen wrote:
> On ma, 2009-07-27 at 10:54 +0100, Richard Shann wrote:
> > I pulled the gub git again and after rm -rf target/
> > make denemo
> > barfed as before,
> 
> > from /home/rshann/gub/target/mingw/src/pangocairo-1.24.4/pango/fonts.c:30:
> > ../pango/pango-enum-types.h:12:9: error: macro names must be identifiers
> > ...
> > 
> > but looking in the header file complained of on line 12 there is now
> > this:
> > 
> > #define PANGO_TYPE_ATTR_TYPE (pango_attr_type_get_type())
> > 
> > instead of the @ENUM_PREFIX@ which I saw before.
> 
> Isn't that odd?  Can you double-check that you are looking at the
> right file, ie
> 
>     target/mingw/build/pangocairo-1.24.4/pango/pango-enum-types.h
You are right,  I was looking in

target/mingw/src/pangocairo-1.24.4/pango

i.e. the same path with build replaced by src. I must have found this by
some sort of a grep */*/*... rather than backtracking carefully from the
error message. Sorry.
Which actually leaves things as before - some step before the configure
stage is failing to replace @ENUM_PREFIX@ with something usable.
Richard

> 
> If that does not help, look at the CPP output of the command, ie
> take the actual *gcc command that procudes this error and change
> -c -o fonts.o into -E -o fonts.i or something like that.
> 
> Jan.
> 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]