denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] Re: GUB3: recent git changes don't work for me


From: Richard Shann
Subject: Re: [Denemo-devel] Re: GUB3: recent git changes don't work for me
Date: Wed, 22 Jul 2009 08:52:52 +0100

On Tue, 2009-07-21 at 22:10 +0200, Jan Nieuwenhuizen wrote:
> On di, 2009-07-21 at 18:43 +0100, Richard Shann wrote:
> > I've done a git pull
> > rm -rf target/*
> > make denemo
> > 
> > and got to the following barf....
> > 
> > building package: mingw::pangocairo
> >  *** Stage: download (pangocairo, mingw)
> >  *** Stage: untar (pangocairo, mingw)
> >  *** Stage: patch (pangocairo, mingw)
> >  *** Stage: autoupdate (pangocairo, mingw)
> >  *** Stage: configure (pangocairo, mingw)
> >  *** Stage: compile (pangocairo, mingw)
> > Command barfed: cd /home/rshann/gub/target/mingw/build/pangocairo-1.24.4
> > && make -j1   
> 
> 
> > which doesn't quite correspond with the output on the console....
> 
> You mean the stack trace is not printed?  That's right, I removed that.
ok
> 
> I may be able to help if you copy what the actual error was that
> cd or make reported,
?? I copied and pasted what was on the screen. I have found (by
searching for *.log the following:


/bin/sh ../libtool --tag=CC   --mode=compile i686-mingw32-gcc -mwindows 
-mms-bitfields -DHAVE_CONFIG_H -I. 
-I/home/rshann/gub/target/mingw/src/pangocairo-1.24.4/pango -I.. 
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE 
-DSYSCONFDIR=\"/usr/etc\" -DLIBDIR=\"/usr/lib\" 
-I/home/rshann/gub/target/mingw/src/pangocairo-1.24.4 -DG_DISABLE_CAST_CHECKS 
-mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 
-I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include    
-I/home/rshann/gub/target/mingw/root/usr/include/cairo   
-I/home/rshann/gub/target/mingw/root/usr/include/freetype2   
-I/home/rshann/gub/target/mingw/root/usr/include       -g -O2 -Wall 
-mms-bitfields -MT fonts.lo -MD -MP -MF .deps/fonts.Tpo -c -o fonts.lo 
/home/rshann/gub/target/mingw/src/pangocairo-1.24.4/pango/fonts.c
libtool: compile:  i686-mingw32-gcc -mwindows -mms-bitfields -DHAVE_CONFIG_H 
-I. -I/home/rshann/gub/target/mingw/src/pangocairo-1.24.4/pango -I.. 
-DG_LOG_DOMAIN=\"Pango\" -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE 
-DSYSCONFDIR=\"/usr/etc\" -DLIBDIR=\"/usr/lib\" 
-I/home/rshann/gub/target/mingw/src/pangocairo-1.24.4 -DG_DISABLE_CAST_CHECKS 
-mms-bitfields -I/home/rshann/gub/target/mingw/root/usr/include/glib-2.0 
-I/home/rshann/gub/target/mingw/root/usr/lib/glib-2.0/include 
-I/home/rshann/gub/target/mingw/root/usr/include/cairo 
-I/home/rshann/gub/target/mingw/root/usr/include/freetype2 
-I/home/rshann/gub/target/mingw/root/usr/include -g -O2 -Wall -mms-bitfields 
-MT fonts.lo -MD -MP -MF .deps/fonts.Tpo -c 
/home/rshann/gub/target/mingw/src/pangocairo-1.24.4/pango/fonts.c  -DDLL_EXPORT 
-DPIC -o .libs/fonts.o
In file included from 
/home/rshann/gub/target/mingw/src/pangocairo-1.24.4/pango/pango.h:31,
                 from 
/home/rshann/gub/target/mingw/src/pangocairo-1.24.4/pango/pango-impl-utils.h:28,
                 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
../pango/pango-enum-types.h:14:9: error: macro names must be identifiers
../pango/pango-enum-types.h:17:9: error: macro names must be identifiers
../pango/pango-enum-types.h:19:9: error: macro names must be identifiers
../pango/pango-enum-types.h:22:9: error: macro names must be identifiers
../pango/pango-enum-types.h:25:9: error: macro names must be identifiers
../pango/pango-enum-types.h:27:9: error: macro names must be identifiers
../pango/pango-enum-types.h:29:9: error: macro names must be identifiers
../pango/pango-enum-types.h:31:9: error: macro names must be identifiers
../pango/pango-enum-types.h:33:9: error: macro names must be identifiers
../pango/pango-enum-types.h:36:9: error: macro names must be identifiers
../pango/pango-enum-types.h:38:9: error: macro names must be identifiers
../pango/pango-enum-types.h:41:9: error: macro names must be identifiers
../pango/pango-enum-types.h:43:9: error: macro names must be identifiers
../pango/pango-enum-types.h:45:9: error: macro names must be identifiers
../pango/pango-enum-types.h:48:9: error: macro names must be identifiers
../pango/pango-enum-types.h:51:9: error: macro names must be identifiers
../pango/pango-enum-types.h:54:9: error: macro names must be identifiers


the indentifiers start with @ENUM_PREFIX@ which looks like the sort of
thing those upper level configuration tools replace with other more
legal things when all is well.

>  as mingw::pangocairo builds for me [just verified].
> :-)
> 
> Also, darwin-x86::denemo
this is the apple mac, right? Already pushing my knowledge of the mac
world:-)
Richard


>  mostly builds, but for a missing link stage in 
> portaudio, which cannot find -framework CoreAudio .  I have no real
> grasp of what this means.  It seems a library is missing, but how
> to find the name of that library, or where to get it, I don't know...

> 
> Jan.
> 





reply via email to

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