I am trying to compile sipp on Windows XP. I have followed the instructions on the wiki (http://sipp.sourceforge.net/wiki/index.php/Compilation) but am getting the following: $ make make OSNAME=`uname|sed -e "s/CYGWIN.*/CYGWIN/"` MODELNAME=`uname -m|sed "s/Power Macintosh/ppc/"` sipp make[1]: Entering directory `/home/cb/sipp-2.0.1.src' g++ -D__CYGWIN -Dsocklen_t=int -D__3PCC__ -I. -I/usr/include/openssl -I/ usr/include -I/usr/lib/WpdPack/Include -c -o call.o call.cpp call.cpp: In member function `void call::connect_socket_if_needed()': call.cpp:779: error: invalid use of undefined type `struct addrinfo' sipp.hpp:347: error: forward declaration of `struct addrinfo' call.cpp:780: error: invalid use of undefined type `struct addrinfo' sipp.hpp:347: error: forward declaration of `struct addrinfo' call.cpp:791: error: aggregate `addrinfo hints' has incomplete type and cannot b e defined call.cpp:793: error: `AI_PASSIVE' undeclared (first use this function) call.cpp:793: error: (Each undeclared identifier is reported only once for each function it appears in.) call.cpp:798: error: `getaddrinfo' undeclared (first use this function) call.cpp:800: error: invalid use of undefined type `struct addrinfo' sipp.hpp:347: error: forward declaration of `struct addrinfo' call.cpp:801: error: invalid use of undefined type `struct addrinfo' sipp.hpp:347: error: forward declaration of `struct addrinfo' make[1]: *** [call.o] Error 1 make[1]: Leaving directory `/home/cb/sipp-2.0.1.src' make: *** [all] Error 2
The same thing happens if I use make pcapplay_cygwin (I want pcap support) as recommended here http://sipp.sourceforge.net/doc/reference.html#Installing+SIPp Any suggestions would be appreciated. Regards Cameron ___________________________________________________________ Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for your free account today http://uk.rd.yahoo.com/evt=44106/*http://uk.docs.yahoo.com/mail/winter07.html ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
