|
package的路径加了,需要的包应该都安装了
- if test "x$LOADERS" != 'xlibpixbufloader-*.la' ; then \
- echo "Writing a gdk-pixbuf.loader file to use when running examples before installing gdk-pixbuf."; \
- ../gdk-pixbuf/gdk-pixbuf-query-loaders $LOADERS > ./gdk-pixbuf.loaders ;\
- else \
- echo "No dynamic modules found; will use only static modules for uninstalled example programs."; \
- touch gdk-pixbuf.loaders; \
- fi
- Writing a gdk-pixbuf.loader file to use when running examples before installing gdk-pixbuf.
- make[3]: Leaving directory `/usr/src/X/Lib/gtk+-2.2.1/gdk-pixbuf'
- make[2]: Leaving directory `/usr/src/X/Lib/gtk+-2.2.1/gdk-pixbuf'
- Making all in gdk
- make[2]: Entering directory `/usr/src/X/Lib/gtk+-2.2.1/gdk'
- Making all in x11
- make[3]: Entering directory `/usr/src/X/Lib/gtk+-2.2.1/gdk/x11'
- /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include -g -O2 -Wall -c gdkcolor-x11.c
- gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DG_LOG_DOMAIN="Gdk" -DGDK_COMPILATION -I../.. -I../../gdk -I../../gdk -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/X11R6/include -g -O2 -Wall -c gdkcolor-x11.c -fPIC -DPIC -o gdkcolor-x11.lo
- In file included from ../../gdk/x11/gdkwindow-x11.h:30,
- from gdkprivate-x11.h:36,
- from gdkx.h:78,
- from gdkcolor-x11.c:31:
- ../../gdk/x11/gdkdrawable-x11.h:69: parse error before "XftDraw"
- ../../gdk/x11/gdkdrawable-x11.h:69: warning: no semicolon at end of struct or union
- In file included from gdkprivate-x11.h:36,
- from gdkx.h:78,
- from gdkcolor-x11.c:31:
- ../../gdk/x11/gdkwindow-x11.h:69: field `parent_instance' has incomplete type
- ../../gdk/x11/gdkwindow-x11.h:99: confused by earlier errors, bailing out
- make[3]: *** [gdkcolor-x11.lo] Error 1
- make[3]: Leaving directory `/usr/src/X/Lib/gtk+-2.2.1/gdk/x11'
- make[2]: *** [all-recursive] Error 1
- make[2]: Leaving directory `/usr/src/X/Lib/gtk+-2.2.1/gdk'
- make[1]: *** [all-recursive] Error 1
- make[1]: Leaving directory `/usr/src/X/Lib/gtk+-2.2.1'
- make: *** [all-recursive-am] Error 2
- [root@lfs gtk+-2.2.1]#
- [root@lfs gtk+-2.2.1]#
-
复制代码 |
|