Hi,

"Adam D. Moss" <[EMAIL PROTECTED]> writes:

> Thanks!  Got fontconfig now.
> The reason I was trying pango HEAD was that pango-1-0
> does not compile for me.  However, the same problem (below)
> occurs for me on HEAD too.  D'oh.

You expect the HEAD branch to compile if you can't get the stable
version to build???

> gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DPANGO_ENABLE_ENGINE
> -DSYSCONFDIR=\"/usr/local/etc\" -DLIBDIR=\"/usr/local/lib\
> " -DG_DISABLE_DEPRECATED -I/usr/local/include
> -I/usr/local/include/freetype2 -I/usr/X11R6/include -I../.. -g -O2 -Wa
> ll -D_REENTRANT -I/usr/local/include/glib-2.0
> -I/usr/local/lib/glib-2.0/include -Wp,-MD,.deps/pango-ot-info.pp -c pa
> ngo-ot-info.c  -fPIC -DPIC -o pango-ot-info.o
> In file included from /usr/local/include/glib-2.0/gobject/gboxed.h:26,
>                  from /usr/local/include/glib-2.0/glib-object.h:25,
>                  from pango-ot-private.h:27,
>                  from pango-ot-info.c:22:
> /usr/local/include/glib-2.0/gobject/gtype.h:92: syntax error before
> `typedef'
> @@gtype.h:91:#if GLIB_SIZEOF_LONG == GLIB_SIZEOF_SIZE_T
> @@gtype.h:92:typedef gulong GType;

looks like glibconfig.h hasn't been generated properly. Are you sure
you didn't overlook and errors when configuring glib? Perhaps take a
look at /usr/local/lib/glib-2.0/include/glibconfig.h. It should have
lines that say something like this:

#define GLIB_SIZEOF_VOID_P 4
#define GLIB_SIZEOF_LONG   4
#define GLIB_SIZEOF_SIZE_T 4



Salut, Sven
_______________________________________________
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer

Reply via email to