sleon wrote:
> I habe xfree 4.2.0 2.4.18 kernel, 2.1.0 freetype2 Slackware 8.1 , amd 
> duron 1 ghz and i am trying to compile pango.
> Without freetype2 it compiles also without any problems. But as i 
> instlled freetype2 and try to compile pango with it i become this error:
> bash-2.05a# make
> make  all-recursive
> make[1]: Entering directory `/usr/src/pango-1.0.3'
> Making all in pango
> make[2]: Entering directory `/usr/src/pango-1.0.3/pango'
> Making all in opentype
> make[3]: Entering directory `/usr/src/pango-1.0.3/pango/opentype'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory `/usr/src/pango-1.0.3/pango/opentype'
> Making all in mini-fribidi
> make[3]: Entering directory `/usr/src/pango-1.0.3/pango/mini-fribidi'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory `/usr/src/pango-1.0.3/pango/mini-fribidi'
> Making all in mini-xft
> make[3]: Entering directory `/usr/src/pango-1.0.3/pango/mini-xft'
> make[3]: Nothing to be done for `all'.
> make[3]: Leaving directory `/usr/src/pango-1.0.3/pango/mini-xft'
> make[3]: Entering directory `/usr/src/pango-1.0.3/pango'
> /bin/sh ../libtool --mode=link gcc  -g -O2 -Wall -D_REENTRANT 
> -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include    -o 
> pango-querymodules  querymodules.o libpangoft2-1.0.la libpangox-1.0.la 
> libpangoxft-1.0.la -Wl,--export-dynamic  -L/usr/local/lib -lgobject-2.0 
> -lgmodule-2.0 -ldl -lglib-2.0    -lXft -lXrender -lXext  -L/usr/X11/lib 
> -lX11 -L/usr/local/lib -lfreetype  -L/usr/local/lib -lfreetype
> gcc -g -O2 -Wall -D_REENTRANT -I/usr/local/include/glib-2.0 
> -I/usr/local/lib/glib-2.0/include -o .libs/pango-querymodules 
> querymodules.o -Wl,--export-dynamic  ./.libs/libpangoft2-1.0.so 
> -L/usr/local/lib ./.libs/libpangox-1.0.so -L/usr/X11/lib 
> ./.libs/libpangoxft-1.0.so 
> /usr/src/pango-1.0.3/pango/.libs/libpango-1.0.so 
> /usr/X11R6/lib/libfreetype.so /usr/local/lib/libgobject-2.0.so 
> /usr/local/lib/libgmodule-2.0.so -ldl /usr/local/lib/libglib-2.0.so 
> -lXft -lXrender -lXext -lX11 /usr/local/lib/libfreetype.so -Wl,--rpath 
> -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib
> ./.libs/libpangoft2-1.0.so: undefined reference to `FT_Stream_GetShort'
> ./.libs/libpangoft2-1.0.so: undefined reference to `FT_Stream_ExitFrame'
> ./.libs/libpangoft2-1.0.so: undefined reference to `FT_Stream_GetLong'
> ./.libs/libpangoft2-1.0.so: undefined reference to `FT_Stream_Seek'
> ./.libs/libpangoft2-1.0.so: undefined reference to `FT_Get_Next_Char'
> ./.libs/libpangoft2-1.0.so: undefined reference to `FT_Stream_EnterFrame'
> ./.libs/libpangoft2-1.0.so: undefined reference to `FT_Get_First_Char'
> collect2: ld returned 1 exit status
> make[3]: *** [pango-querymodules] Error 1
> make[3]: Leaving directory `/usr/src/pango-1.0.3/pango'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/src/pango-1.0.3/pango'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/src/pango-1.0.3'
> make: *** [all-recursive-am] Error 2
> 
> 
> Does somebody knows what the problem is?
> 
> Thanks a lot.
> 
> I need pangoftp2 , because i want to compile the last gimp 1.3.7.
> 

Replace freetype 2.1.0 with 2.0.9. The API has changed with version
2.1.0, and the only way to use it with Pango is to alter various
library calls in the Pango source. I have done this myself, but it
was tedious ...

Chris

-- 
[EMAIL PROTECTED] (work)
[EMAIL PROTECTED] (home)

_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to