000
03.11.2004, 12:54 Uhr
~centrino
Gast
|
Beim Compilieren einer Anwendung bekomme ich diese Fehlermeldung. Weiss jemand vielleicht woran es liegen könnte ?
bash: |
[root@localhost dynamics-0.8.1]# make make all-recursive make[1]: Entering directory `/root/appz/dynamics-0.8.1' Making all in doc make[2]: Entering directory `/root/appz/dynamics-0.8.1/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/appz/dynamics-0.8.1/doc' Making all in src make[2]: Entering directory `/root/appz/dynamics-0.8.1/src' Making all in other make[3]: Entering directory `/root/appz/dynamics-0.8.1/src/other' gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/rsa -g -O2 -c agentadv.c In file included from /usr/include/bits/posix1_lim.h:126, from /usr/include/limits.h:144, from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/limits.h:132, from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/syslimits.h:7, from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/limits.h:11, from /usr/include/bits/socket.h:31, from /usr/include/sys/socket.h:35, from agentadv.c:16: /usr/include/bits/local_lim.h:36:26: linux/limits.h: No such file or directory In file included from /usr/include/errno.h:36, from agentadv.c:28: /usr/include/bits/errno.h:25:26: linux/errno.h: No such file or directory In file included from agentadv.c:37: /usr/include/net/ethernet.h:27:68: linux/if_ether.h: No such file or directory In file included from agentadv.c:37: /usr/include/net/ethernet.h:35: `ETH_ALEN' undeclared here (not in a function) /usr/include/net/ethernet.h:36: confused by earlier errors, bailing out make[3]: *** [agentadv.o] Error 1 make[3]: Leaving directory `/root/appz/dynamics-0.8.1/src/other' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/appz/dynamics-0.8.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/appz/dynamics-0.8.1' make: *** [all-recursive-am] Error 2
|
Dieser Post wurde am 03.11.2004 um 15:10 Uhr von Pablo editiert. |