Latest Cygwin install
Win XP
 
When I attempt to compile the pcapplay program, I receive the following errors:
 
make OSNAME=`uname|sed -e "s/CYGWIN.*/CYGWIN/"` MODELNAME=`uname -m` OBJ_PCAPPLA
Y="send_packets.o prepare_pcap.o" PCAPPLAY_LIBS="-lpcap" PCAPPLAY="-DPCAPPLAY" s
ipp
make[1]: Entering directory `/home/JeffO/sipp-1.1rc6'
cc   -D__CYGWIN -Dsocklen_t=int -D__3PCC__  -DPCAPPLAY    -I. -I/usr/include/ope
nssl -I/usr/include  -c -o send_packets.o send_packets.c
send_packets.c: In function `send_packets':
send_packets.c:154: error: `F_GETFL' undeclared (first use in this function)
send_packets.c:154: error: (Each undeclared identifier is reported only once
send_packets.c:154: error: for each function it appears in.)
send_packets.c:155: error: `O_NONBLOCK' undeclared (first use in this function)
send_packets.c:156: error: `F_SETFL' undeclared (first use in this function)
make[1]: *** [send_packets.o] Error 1
make[1]: Leaving directory `/home/JeffO/sipp-1.1rc6'
make: *** [pcapplay] Error 2
 

Jeff Ollier│Network Quality Control Engineer

 
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to