|
楼主 |
发表于 2004-4-24 00:53:46
|
显示全部楼层
装了,在/usr/lib中去了,但是找不到,后来搞了一阵,通过的configure,但是编译时又出了错,说是语法错。
ATED -DGDK_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I../..//mnt/win/linux/gtk/pango-1.4.0/. -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -MT gdkasync.lo -MD -MP -MF .deps/gdkasync.Tpo -c gdkasync.c -fPIC -DPIC -o .libs/gdkasync.o
In file included from ../../gdk/gdkcolor.h:4,
from ../../gdk/gdk.h:30,
from gdkasync.h:25,
from gdkasync.c:48:
../../gdk/gdktypes.h:33:25: pango/pango.h: No such file or directory
In file included from ../../gdk/gdk.h:34,
from gdkasync.h:25,
from gdkasync.c:48:
../../gdk/gdkdrawable.h:93: parse error before "PangoFont"
../../gdk/gdkdrawable.h:311: parse error before "PangoFont"
../../gdk/gdkdrawable.h:319: parse error before "PangoLayoutLine"
../../gdk/gdkdrawable.h:324: parse error before "PangoLayout"
../../gdk/gdkdrawable.h:330: parse error before "PangoLayoutLine"
../../gdk/gdkdrawable.h:337: parse error before "PangoLayout"
In file included from ../../gdk/gdk.h:37,
from gdkasync.h:25,
from gdkasync.c:48:
../../gdk/gdkfont.h:7:30: pango/pango-font.h: No such file or directory
In file included from ../../gdk/gdk.h:37,
from gdkasync.h:25,
from gdkasync.c:48:
../../gdk/gdkfont.h:45: parse error before "PangoFontDescription"
In file included from ../../gdk/gdk.h:41,
from gdkasync.h:25,
from gdkasync.c:48:
../../gdk/gdkkeys.h:105: parse error before "gdk_keymap_get_direction"
../../gdk/gdkkeys.h:105: warning: type defaults to `int' in declaration of `gdk_keymap_get_direction'
../../gdk/gdkkeys.h:105: warning: data definition has no type or storage class
In file included from ../../gdk/gdk.h:43,
from gdkasync.h:25,
from gdkasync.c:48:
../../gdk/gdkpango.h:31: parse error before '*' token
../../gdk/gdkpango.h:31: warning: type defaults to `int' in declaration of `gdk_pango_context_get_for_screen'
../../gdk/gdkpango.h:31: warning: data definition has no type or storage class
../../gdk/gdkpango.h:33: parse error before '*' token
../../gdk/gdkpango.h:33: warning: type defaults to `int' in declaration of `gdk_pango_context_get'
../../gdk/gdkpango.h:33: warning: data definition has no type or storage class
../../gdk/gdkpango.h:35: parse error before '*' token
../../gdk/gdkpango.h:45: parse error before '*' token
../../gdk/gdkpango.h:50: parse error before '*' token
../../gdk/gdkpango.h:65: parse error before "PangoAttribute"
../../gdk/gdkpango.h:65: warning: no semicolon at end of struct or union
../../gdk/gdkpango.h:67: parse error before '}' token
../../gdk/gdkpango.h:71: parse error before "PangoAttribute"
../../gdk/gdkpango.h:71: warning: no semicolon at end of struct or union
../../gdk/gdkpango.h:73: parse error before '}' token
../../gdk/gdkpango.h:75: parse error before '*' token
../../gdk/gdkpango.h:75: warning: type defaults to `int' in declaration of `gdk_pango_attr_stipple_new'
../../gdk/gdkpango.h:75: warning: data definition has no type or storage class
../../gdk/gdkpango.h:76: parse error before '*' token
../../gdk/gdkpango.h:76: warning: type defaults to `int' in declaration of `gdk_pango_attr_embossed_new'
../../gdk/gdkpango.h:76: warning: data definition has no type or storage class
gmake[4]: *** [gdkasync.lo] Error 1
gmake[4]: Leaving directory `/mnt/win/linux/gtk/gtk+-2.4.0/gdk/x11'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/mnt/win/linux/gtk/gtk+-2.4.0/gdk'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/mnt/win/linux/gtk/gtk+-2.4.0/gdk'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/mnt/win/linux/gtk/gtk+-2.4.0'
gmake: *** [all] Error 2 |
|