Building kdelibs on OS X
Tucker Hermans <[email protected]> Wed, 27 Dec 2006 22:47:12 -0600
| Newsgroups | gmane.comp.kde.non-linux |
|---|---|
| Message-ID | <[email protected]> |
Hey List! I'm trying to build kdelibs 3.5.5 on OS X and I am running into trouble with libtdl. I am getting the following errors when running make: Making all in libltdl /bin/sh ../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../dcop -I../kdecore -I../kio/kssl -I../kjs -DQT_THREAD_SUPPORT -O2 -DQT_MAC -no-cpp-precomp -c -o ltdl.lo ltdl.c ltdl.c: In function 'sys_shl_open': ltdl.c:732: error: 'BIND_IMMEDIATE' undeclared (first use in this function) ltdl.c:732: error: (Each undeclared identifier is reported only once ltdl.c:732: error: for each function it appears in.) ltdl.c:732: error: 'BIND_NONFATAL' undeclared (first use in this function) ltdl.c:732: warning: assignment makes pointer from integer without a cast ltdl.c: In function 'sys_shl_close': ltdl.c:750: error: 'shl_load' undeclared (first use in this function) ltdl.c: In function 'sys_shl_sym': ltdl.c:772: error: 'shl_t' undeclared (first use in this function) ltdl.c:772: error: parse error before ')' token ltdl.c:772: error: 'TYPE_UNDEFINED' undeclared (first use in this function) make[2]: *** [ltdl.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 The only thing that seems to possibly be a problem after configuring is the fact that there is no dl.h usability, but I don't see a way of fixing this since there is no way to install full binutils. Has anyone else come across this problem? I can't find anything on it anywhere online. Any help would be much appreciated. many thanks, Tucker