You have been right. The BSD SDK *wasn't* installed.
Unfortunatly the error still remains.

Here is what I did:
1. Installed the BSD SDK from my Panther disc
2. Erased everything in /sw
3. Reinstalled fink from the 0.6.1 installer
4. Rebooted my machine
5. installed bundle-kde again (from the fink commander this time)

I even switched from "stable" to "unstable" in Fink commander and tried just to build
the glib1.2.10-18 where i get the same error (see below).

Any ideas what I was missing?

Anybody else seeing these problems?

-- Mark

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


On 07.11.2003, at 22:21 Uhr, Benjamin Reed wrote:

Mark wrote:

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':

Looks like you are using an old set of developer tools, or you didn't install the BSD SDK. You'll need to (re)install XCode.

--
Benjamin Reed a.k.a. Ranger Rick -- http://ranger.befunk.com/
gpg: 6401 D02A A35F 55E9 D7DD 71C5 52EF A366 D3F6 65FE
You had me at HELO.




-- Markus

Reply via email to