[Alex Lancaster <alexl users sourceforge net>] problem with compiling pango with garnome 0.8.6



Here's the repost of the exact result from "make"...

--- Begin Message ---
Hi,

I previously posted this directly to jdub (before the mailing list)
about Garnome 0.8.0, but I get the identical error with Garnome 0.8.6

I ran into a problem compiling pango on my Slackware 8.0 GNU/Linux
box. 

$ uname -a
Linux allele2 2.4.12 #1 Fri Oct 12 19:36:46 PDT 2001 i686 unknown

Looks like some problem with pango and/or XFree86.  Not mentioned in
any FAQs or known problems on http://www.gnome.org/~jdub/garnome/ 

Any ideas?  Otherwise Garnome looks like a great way to try out GNOME
2.0!

Thanks,

Alex

/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/home/test/garnome/etc\" -DLIBDIR=\"/home/test/garnome/lib\" -DMODULE_VERSION=\"1.0.0\" -DG_DISABLE_DEPRECATED -I/usr/X11R6/include -I/home/test/garnome/include -I/home/test/garnome/include/freetype2 -I..  -I/home/test/garnome/include -I/home/test/garnome/include -I/home/test/garnome/include -I/home/test/garnome/include -I/home/test/garnome/include -I/home/test/garnome/include -I/home/test/garnome/include -I/home/test/garnome/include -I/home/test/garnome/include  -I/home/test/garnome/include -g -O2 -I/home/test/garnome/include -g -O2 -I/home/test/garnome/include -g -O2 -I/home/test/garnome/include -g -O2 -I/home/test/garnome/include -g -O2 -I/home/test/garnome/include -g -O2 -I/home/test/garnome/include -g -O2 -I/home/test/garnome/include -g -O2 -I/home/test/garnome/include -g -O2 -Wall -D_REENTRANT -I/home/test/garnome/include/glib-2.0 -I/home/test/!
garnome/lib/glib-2.0/include   -c pangoxft-font.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPANGO_ENABLE_BACKEND -DPANGO_ENABLE_ENGINE -DSYSCONFDIR=\"/home/test/garnome/etc\" -DLIBDIR=\"/home/test/garnome/lib\" -DMODULE_VERSION=\"1.0.0\" -DG_DISABLE_DEPRECATED -I/usr/X11R6/include -I/home/test/garnome/include -I/home/test/garnome/include/freetype2 -I.. -I/home/test/garnome/include -I/home/test/garnome/include -I/home/test/garnome/include -I/home/test/garnome/include -I/home/test/garnome/include -I/home/test/garnome/include -I/home/test/garnome/include -I/home/test/garnome/include -I/home/test/garnome/include -I/home/test/garnome/include -g -O2 -I/home/test/garnome/include -g -O2 -I/home/test/garnome/include -g -O2 -I/home/test/garnome/include -g -O2 -I/home/test/garnome/include -g -O2 -I/home/test/garnome/include -g -O2 -I/home/test/garnome/include -g -O2 -I/home/test/garnome/include -g -O2 -I/home/test/garnome/include -g -O2 -Wall -D_REENTRANT -I/home/test/garnome/include/glib-2.0 -I/home/test/garnome/lib/glib-2.0/include -c pang!
oxft-font.c  -fPIC -DPIC -o pangoxft-font.o
In file included from pangoxft.h:27,
                 from pangoxft-private.h:25,
                 from pangoxft-font.c:26:
../pango/pango-ot.h:43: parse error before `face'
In file included from pangoxft-private.h:25,
                 from pangoxft-font.c:26:
pangoxft.h:64: parse error before `pango_xft_font_get_face'
pangoxft.h:64: warning: type defaults to `int' in declaration of `pango_xft_font_get_face'
pangoxft.h:64: warning: data definition has no type or storage class
In file included from pangoxft-font.c:27:
/usr/X11R6/include/X11/Xft/XftFreetype.h:34: parse error before `_XftFTlibrary'
/usr/X11R6/include/X11/Xft/XftFreetype.h:34: warning: type defaults to `int' in declaration of `_XftFTlibrary'
/usr/X11R6/include/X11/Xft/XftFreetype.h:34: warning: data definition has no type or storage class
/usr/X11R6/include/X11/Xft/XftFreetype.h:37: parse error before `FT_Face'
/usr/X11R6/include/X11/Xft/XftFreetype.h:37: warning: no semicolon at end of struct or union
/usr/X11R6/include/X11/Xft/XftFreetype.h:41: parse error before `size'
/usr/X11R6/include/X11/Xft/XftFreetype.h:41: warning: type defaults to `int' in declaration of `size'
/usr/X11R6/include/X11/Xft/XftFreetype.h:41: warning: data definition has no type or sto/usr/X11R6/include/X11/Xft/XftFreetype.h:54: parse error before `matrix'
/usr/X11R6/include/X11/Xft/XftFreetype.h:54: warning: type defaults to `int' in declaration of `matrix'
/usr/X11R6/include/X11/Xft/XftFreetype.h:54: warning: data definition has no type or storage class
/usr/X11R6/include/X11/Xft/XftFreetype.h:71: parse error before `face'
pangoxft-font.c: In function `get_mini_font':
pangoxft-font.c:164: `FT_Face' undeclared (first use in this function)
pangoxft-font.c:164: (Each undeclared identifier is reported only once
pangoxft-font.c:164: for each function it appears in.)
pangoxft-font.c:164: parse error before `face'
pangoxft-font.c:176: `face' undeclared (first use in this function)
pangoxft-font.c:181: warning: implicit declaration of function `FT_Get_Char_Index'
pangoxft-font.c: In function `pango_xft_real_render':
pangoxft-font.c:290: `FT_Face' undeclared (first use in this function)
pangoxft-font.c:290: parse error before `face'
pangoxft-font.c:312: `face' undeclared (first use in this function)
pangoxft-font.c: In function `pango_xft_font_get_coverage':
pangoxft-font.c:531: `FT_Face' undeclared (first use in this function)
pangoxft-font.c:531: parse error before `face'
pangoxft-font.c:544: `face' undeclared (first use in this function)
pangoxft-font.c:549: `FT_UInt' undeclared (first use in this function)
pangoxft-font.c:549: parse error before `gindex'
pangoxft-font.c:550: `FT_ULong' undeclared (first use in this function)
pangoxft-font.c:552: `charcode' undeclared (first use in this function)
pangoxft-font.c:552: warning: implicit declaration of function `FT_Get_First_Char'
pangoxft-font.c:552: `gindex' undeclared (first use in this function)
pangoxft-font.c:556: warning: implicit declaration of function `FT_Get_Next_Char'
pangoxft-font.c: In function `pango_xft_font_get_font':
pangoxft-font.c:694: `FT_Face' undeclared (first use in this function)
pangoxft-font.c:694: parse error before `face'
pangoxft-font.c:695: `FT_Error' undeclared (first use in this function)
pangoxft-font.c:731: `face' undeclared (first use in this function)
pangoxft-font.c:731: dereferencing pointer to incomplete type
pangoxft-font.c:735: `ft_encoding_unicode' undeclared (first use in this function)
pangoxft-font.c:740: `error' undeclared (first use in this function)
pangoxft-font.c:740: warning: implicit declaration of function `FT_Set_Charmap'
pangoxft-font.c: At top level:
pangoxft-font.c:796: parse error before `pango_xft_font_get_face'
pangoxft-font.c:797: warning: return-type defaults to `int'
pangoxft-font.c: In function `pango_xft_font_get_face':
pangoxft-font.c:800: warning: return makes integer from pointer without a cast
pangoxft-font.c:805: warning: return makes integer from pointer without a cast
pangoxft-font.c:807: dereferencing pointer to incomplete type
pangoxft-font.c:808: warning: control reaches end of non-void function
pangoxft-font.c: In function `pango_xft_font_get_ot_info':
pangoxft-font.c:829: `FT_Face' undeclared (first use in this function)
pangoxft-font.c:829: parse error before `face'
rage class
pangoxft-font.c:831: `face' undeclared (first use in this function)
make[12]: *** [pangoxft-font.lo] Error 1
make[12]: Leaving directory `/home/test/garnome-0.8.6/gnome/pango/work/pango-1.0.1/pango'

--- End Message ---

-- 
    Alex Lancaster * alexl users sourceforge net * SourceForge Developer


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