[Tomahawk-devs] Fedora Core 5 compile problems
Brought to you by:
bsmith1180,
dkolbly
From: Pauly M. <ss...@ju...> - 2006-04-27 22:40:16
|
I can't for the life of me figure out whats breaking this. On Fedora Core 5 clean install with all the devtools [root@localhost tomahawk1.0]# make rm -f tomahawk gcc -O2 -pipe -Wall -funroll-loops -fomit-frame-pointer -DNDEBUG -DHAVE_CONFIG_H -I../Libnet/include -I../libpcap `../Libnet/libnet-config --defines` -o tomahawk tomahawk.c eventloop.c packetutil.c alloc.c -lnsl ../libpcap/libpcap.a gcc: ../libpcap/libpcap.a: No such file or directory tomahawk.c:119: error: static declaration of âhandlerListâ follows non-static declaration packetutil.h:134: error: previous declaration of âhandlerListâ was here tomahawk.c: In function âSendPacketsâ: tomahawk.c:1437: warning: pointer targets in passing argument 2 of âWriteInterfaceâ differ in signedness tomahawk.c:1439: warning: pointer targets in passing argument 2 of âWriteInterfaceâ differ in signedness eventloop.c: In function âHostToAddrâ: eventloop.c:678: warning: dereferencing type-punned pointer will break strict-aliasing rules eventloop.c: In function âAcceptConnectionâ: eventloop.c:900: warning: pointer targets in passing argument 3 of âacceptâ differ in signedness make: *** [tomahawk] Error 1 [root@localhost tomahawk1.0]# ls .. Desktop Libnet libnet-1.0.2a.tar.gz libpcap libpcap-0.8.1.tar.gz tomahawk1.0 tomahawk1.0.tar.gz |