I am trying to "fink install bundle-kde" on Panther with xcode installed.
I get the following compile error on glib.
Anybody out there who knows how to fix this?
-- Mark
glibconfig.h:66:1: warning: "G_VA_COPY" redefined
In file included from gerror.c:33:
config.h:63:1: warning: this is the location of the previous definition
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -no-cpp-precomp -I/sw/include -g -O2 -Wall -D_REENTRANT -c ghash.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -no-cpp-precomp -I/sw/include -g -O2 -Wall -D_REENTRANT -c ghash.c -fno-common -DPIC -o ghash.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -no-cpp-precomp -I/sw/include -g -O2 -Wall -D_REENTRANT -c ghook.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -no-cpp-precomp -I/sw/include -g -O2 -Wall -D_REENTRANT -c ghook.c -fno-common -DPIC -o ghook.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -no-cpp-precomp -I/sw/include -g -O2 -Wall -D_REENTRANT -c giochannel.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -no-cpp-precomp -I/sw/include -g -O2 -Wall -D_REENTRANT -c giochannel.c -fno-common -DPIC -o giochannel.lo
In file included from glib.h:66,
from giochannel.c:36:
glibconfig.h:66:1: warning: "G_VA_COPY" redefined
In file included from giochannel.c:34:
config.h:63:1: warning: this is the location of the previous definition
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -no-cpp-precomp -I/sw/include -g -O2 -Wall -D_REENTRANT -c giounix.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -no-cpp-precomp -I/sw/include -g -O2 -Wall -D_REENTRANT -c giounix.c -fno-common -DPIC -o giounix.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -no-cpp-precomp -I/sw/include -g -O2 -Wall -D_REENTRANT -c glist.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -no-cpp-precomp -I/sw/include -g -O2 -Wall -D_REENTRANT -c glist.c -fno-common -DPIC -o glist.lo
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -no-cpp-precomp -I/sw/include -g -O2 -Wall -D_REENTRANT -c gmain.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -DG_LOG_DOMAIN=g_log_domain_glib -no-cpp-precomp -I/sw/include -g -O2 -Wall -D_REENTRANT -c gmain.c -fno-common -DPIC -o gmain.lo
In file included from glib.h:66,
from gmain.c:41:
glibconfig.h:66:1: warning: "G_VA_COPY" redefined
In file included from gmain.c:34:
config.h:63:1: warning: this is the location of the previous definition
gmain.c:191: error: `poll' undeclared here (not in a function)
gmain.c: In function `g_main_set_poll_func':
gmain.c:1213: error: `poll' undeclared (first use in this function)
gmain.c:1213: error: (Each undeclared identifier is reported only once
gmain.c:1213: error: for each function it appears in.)
make[2]: *** [gmain.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
### execution of make failed, exit code 2
Failed: compiling glib-1.2.10-18 failed
------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners
