[EMAIL PROTECTED] wrote: > > Hello, > > I have tried to compile *sipp.2006.07.05* with pcapplay option on > cygwin and got the following error: > > $ make pcapplay > 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 `/cygdrive/c/internet/sipp/sipp.2006-07-05' > cc -D__CYGWIN -Dsocklen_t=int -D__3PCC__ -DPCAPPLAY -I. > -I/usr/include/open > ssl -I/usr/include -c -o send_packets.o send_packets.c > *send_packets.c:48:25: netinet/ip6.h: No such file or directory* > send_packets.c: In function `send_packets': > send_packets.c:149: error: `F_GETFL' undeclared (first use in this > function) > send_packets.c:149: error: (Each undeclared identifier is reported > only once > send_packets.c:149: error: for each function it appears in.) > send_packets.c:150: error: `O_NONBLOCK' undeclared (first use in this > function) > send_packets.c:151: error: `F_SETFL' undeclared (first use in this > function) > make[1]: *** [send_packets.o] Error 1 > make[1]: Leaving directory `/cygdrive/c/internet/sipp/sipp.2006-07-05' > make: *** [pcapplay] Error 2 > > Any ideas where to get the missing netinet/ip6.h file from? > > Without the pcapplay option sipp compiles without error, but gives the > following error on cygwin Windows XP when running: > > Unable to bind main socket, errno = 106 (Address family not supported > by protocol). > > Interestingly the error occurs only when running a client scenario! > What might be wrong? > > To ease my pains compiling sipp could someone send me a recent > unstable sipp.exe for cygwin compiled with pcapplay_ossl option? > > Thanks for your time and effort. > Laszlo BORTEL > Laszlo,
it looks like you are trying to compile SIPp on Cygwin. You will be able to get the non-pcap SIPp compiled on Cygwin if you add this IPv6 extension on top of Cygwin: http://win6.jp/Cygwin/index.html For the pcap part, a patch has been provided by Lars and will be integrated very soon. As soon as it is done, rc7 will go out. Olivier. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
