You are not logged in.

1

Friday, February 24th 2006, 8:38am

kde 3.5.1 won't compile

I get the following error below. I searched the board and saw people mention glibc-devel and libstdc++-devel are needed. I have those packages installed, my setup is based off of Mandrake 10. Any ideas? ...


ltdl.c:186: error: `LTDL_OBJDIR' undeclared here (not in a function)
ltdl.c:272: error: `malloc' undeclared here (not in a function)
ltdl.c:274: error: `free' undeclared here (not in a function)
ltdl.c: In function `rpl_strdup':
ltdl.c:1760: error: `FILE' undeclared (first use in this function)
ltdl.c:1760: error: (Each undeclared identifier is reported only once
ltdl.c:1760: error: for each function it appears in.)
ltdl.c:1760: error: `file' undeclared (first use in this function)
ltdl.c:1760: warning: implicit declaration of function `fopen'
ltdl.c: In function `load_deplibs':
ltdl.c:1795: warning: unused parameter `deplibs'
ltdl.c: In function `lt_dlopen':
ltdl.c:2055: warning: implicit declaration of function `memset'
ltdl.c:2109: error: `FILE' undeclared (first use in this function)
ltdl.c:2109: error: `file' undeclared (first use in this function)
ltdl.c:2134: warning: implicit declaration of function `isalnum'
ltdl.c:2152: error: parse error before ')' token
ltdl.c:2155: error: parse error before ')' token
ltdl.c:2192: warning: implicit declaration of function `fclose'
ltdl.c:2199: warning: implicit declaration of function `feof'
ltdl.c:2201: warning: implicit declaration of function `fgets'
ltdl.c:2226: warning: implicit declaration of function `strncmp'
ltdl.c:2272: error: `NULL' undeclared (first use in this function)
ltdl.c:2357: warning: implicit declaration of function `getenv'
/usr/include/sys/sysmacros.h: At top level:
ltdl.c:476: warning: `rpl_memcpy' defined but not used
distcc[32717] ERROR: compile ltdl.c on localhost failed
make[4]: *** [ltdl.lo] Error 1

2

Friday, February 24th 2006, 5:49pm