Compile error in gdk-pixbuf-io.c, __builtin_va_alist and __builtin_va_arg_incr
- From: Michael Prentice <mprentice rational com>
- To: gtk-list gnome org
- Subject: Compile error in gdk-pixbuf-io.c, __builtin_va_alist and __builtin_va_arg_incr
- Date: Wed, 02 Apr 2003 12:49:14 -0500
I'm trying to build Mozilla on Solaris 8. But I can't seem to get gtk
to build. I have built pango, glib, and atk so far successfully, with
numerous difficulties.
acrolein:gdk-pixbuf:82$ make
Making all in pixops
/bin/bash ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"GdkPixbuf\" -I.. -I -I../gdk-pixbuf
-I/gdk-pixbuf
-DGTK_SYSCONFDIR=\"/net/acrolein/export/home/mprentic/etc\"
-DGTK_VERSION=\"2.2.1\" -DGTK_BINARY_VERSION=\"2.2.0\"
-DG_DISABLE_DEPRECATED
-DGDK_PIXBUF_DISABLE_DEPRECATED
-DPREFIX=\"/net/acrolein/export/home/mprentic\"
-DG_DISABLE_CAST_CHECKS -threads
-I//net/acrolein/export/home/mprentic/glib-2.2.1/.
-I//net/acrolein/export/home/mprentic/glib-2.2.1
-I//net/acrolein/export/home/mprentic/glib-2.2.1/./glib
-I//net/acrolein/export/home/mprentic/glib-2.2.1/./gmodule
-DGDK_PIXBUF_ENABLE_BACKEND
"-DPIXBUF_LIBDIR=\"/net/acrolein/export/home/mprentic/lib/gtk-2.0/2.2.0/loaders\""
"-DBUILT_MODULES_DIR=\"./.libs\""
-I/net/acrolein/export/home/mprentic/include/freetype2/freetype
-I/net/acrolein/export/home/mprentic/include -I/usr/include
-I/usr/local/include -threads -g -O2 -Wall -c gdk-pixbuf-io.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"GdkPixbuf\" -I.. -I
-I../gdk-pixbuf -I/gdk-pixbuf
-DGTK_SYSCONFDIR=\"/net/acrolein/export/home/mprentic/etc\"
-DGTK_VERSION=\"2.2.1\" -DGTK_BINARY_VERSION=\"2.2.0\"
-DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
-DPREFIX=\"/net/acrolein/export/home/mprentic\" -DG_DISABLE_CAST_CHECKS
-threads -I//net/acrolein/export/home/mprentic/glib-2.2.1/.
-I//net/acrolein/export/home/mprentic/glib-2.2.1
-I//net/acrolein/export/home/mprentic/glib-2.2.1/./glib
-I//net/acrolein/export/home/mprentic/glib-2.2.1/./gmodule
-DGDK_PIXBUF_ENABLE_BACKEND
-DPIXBUF_LIBDIR=\"/net/acrolein/export/home/mprentic/lib/gtk-2.0/2.2.0/loaders\"
-DBUILT_MODULES_DIR=\"./.libs\"
-I/net/acrolein/export/home/mprentic/include/freetype2/freetype
-I/net/acrolein/export/home/mprentic/include -I/usr/include
-I/usr/local/include -threads -g -O2 -Wall -c gdk-pixbuf-io.c -fPIC
-DPIC -o gdk-pixbuf-io.lo
gdk-pixbuf-io.c: In function `collect_save_options':
gdk-pixbuf-io.c:854: warning: implicit declaration of function
`__builtin_va_arg_incr'
gdk-pixbuf-io.c: In function `gdk_pixbuf_save':
gdk-pixbuf-io.c:951: `__builtin_va_alist' undeclared (first use in this
function)
gdk-pixbuf-io.c:951: (Each undeclared identifier is reported only once
gdk-pixbuf-io.c:951: for each function it appears in.)
gdk-pixbuf-io.c:948: warning: `args' might be used uninitialized in this
function
*** Error code 1
make: Fatal error: Command failed for target `gdk-pixbuf-io.lo'
Current working directory
/net/acrolein/export/home/mprentic/gtk+-2.2.1/gdk-pixbuf
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
It seems like I'm somehow missing some includes or something, but I
can't figure out what could be missing. This occurs with a normal:
./configure --prefix=/net/acrolein/export/home/mprentic/
make
After I clean up all of the Makefiles to not stick top_builddir onto the
front of all my include and lib global directories (ie:
-I../..//net/acrolein/export/home/mprentic). Which creates a useless
broken path.
Thanks ahead of time for any help that you can provide.
Mike
--
Michael Prentice - Software Engineer
IBM Software Group - Rational Software
Configuration Management - Clearcase Web
Lexington, MA 781-676-2754 617-650-4556
mailto:mprentice rational com
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]