You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Monday, September 12th 2005, 7:59am

Error on kostruct

I'm trying to install kde 3.4.2 on a Mandrake 10 with KDE 3.2 and I got this error during installation. Anyone can help me to understand what I have to do? I'm a newbie of Linux, so mz knowledge is very poor. Thanks.
This is the error.
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:371: warning: implicit declaration of function `strlen'
ltdl.c:374: warning: implicit declaration of function `strcpy'
ltdl.c: In function `rpl_realloc':
ltdl.c:519: warning: implicit declaration of function `realloc'
ltdl.c: In function `presym_init':
ltdl.c:1120: warning: unused parameter `loader_data'
ltdl.c: In function `presym_exit':
ltdl.c:1161: warning: unused parameter `loader_data'
ltdl.c: In function `presym_open':
ltdl.c:1207: warning: unused parameter `loader_data'
ltdl.c: In function `presym_close':
ltdl.c:1253: warning: unused parameter `loader_data'
ltdl.c: In function `presym_sym':
ltdl.c:1263: warning: unused parameter `loader_data'
ltdl.c: In function `lt_dlpreload':
ltdl.c:1364: warning: unused variable `errormsg'
ltdl.c: In function `lt_dlexit':
ltdl.c:1394: warning: unused variable `errormsg'
ltdl.c: In function `find_module':
ltdl.c:1581: warning: implicit declaration of function `sprintf'
ltdl.c:1611: warning: implicit declaration of function `strcat'
ltdl.c: In function `find_file':
ltdl.c:1744: warning: implicit declaration of function `strncpy'
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
make[4]: *** [ltdl.lo] Error 1
make[4]: Leaving directory `/home/edika/konstruct/libs/arts/work/arts-1.4.2/libltdl'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/home/edika/konstruct/libs/arts/work/arts-1.4.2'
make[2]: *** [install-work/arts-1.4.2/Makefile] Error 2
make[2]: Leaving directory `/home/edika/konstruct/libs/arts'
make[1]: *** [dep-../../libs/arts] Error 2
make[1]: Leaving directory `/home/edika/konstruct/kde/kdelibs'
make: *** [dep-../../kde/kdelibs] Error 2


Edika

jacek

Trainee

Posts: 105

Location: Warsaw, Poland

Occupation: Student

  • Send private message

2

Monday, September 12th 2005, 2:16pm

RE: Error on kostruct

Try installing packages called glibc-devel and libstdc++-devel.