I'm trying to install Gimp 1.1.28 (perhaps i'll upgrade to 29 if I can get this to
work).
I need to get the pango libs installed however when i do make in the pango dir,
i get the following:
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../pango/ -g -O2 -Wall
-I/usr/local/include -I/usr/lib/glib/include -I/usr/local/lib/glib-2.0/include
-I/usr/local/include/glib-2.0 -c arabic.c -fPIC -DPIC -o .libs/arabic.lo
In file included from arabic.c:10:
/usr/local/include/glib-2.0/glib.h:3123: parse error before `GSystemThread'
/usr/local/include/glib-2.0/glib.h:3123: warning: no semicolon at end of struct or
union
make[3]: *** [arabic.lo] Error 1
make[3]: Leaving directory `/home/heli0s/pango-0.12/modules/arabic'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/heli0s/pango-0.12/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/heli0s/pango-0.12'
make: *** [all-recursive-am] Error 2
and in glib.h @ 3123 I see:
(line numbers added for clarity)
3118 typedef struct _GStaticRecMutex GStaticRecMutex;
3119 struct _GStaticRecMutex
3120 {
3121 GStaticMutex mutex;
3122 unsigned int depth;
3123 GSystemThread owner;
3124 };
Anyone Know what to do here??? I'm totally clueless.
Thanks.