What Linux distribution are you using? On redhat based distributions you must have gsl-devel installed as well.
Charles amar mahmoud <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 08/14/2008 04:32 PM To <[email protected]> cc Subject [Sipp-users] problem in compiling SIPp using GSL Hey, I want to use different distributions, so I need to use GSL, I have installed it , but when trying to compile SIPp as following: 1) installing GSL 2) uncomment the lines in local.mk ( under SIPp directory) 3) make it gives me the following output: [EMAIL PROTECTED]:~/sipp.svn$ make make OSNAME=`uname|sed -e "s/CYGWIN.*/CYGWIN/"` MODELNAME=`uname -m|sed "s/Power Macintosh/ppc/"` sipp make[1]: Entering directory `/home/amar/sipp.svn' g++ -D__LINUX -pthread -DSVN_VERSION="\"unknown\"" -DHAVE_GSL -I`if test -f /usr/local/lib/libgsl.so; then echo /usr/local; else echo ./ext; fi;`/include -I. -I/usr/include/openssl -c -o message.o message.cpp In file included from scenario.hpp:32, from sipp.hpp:63, from message.cpp:38: stat.hpp:45:25: error: gsl/gsl_rng.h: No such file or directory stat.hpp:46:29: error: gsl/gsl_randist.h: No such file or directory stat.hpp:47:25: error: gsl/gsl_cdf.h: No such file or directory In file included from scenario.hpp:32, from sipp.hpp:63, from message.cpp:38: stat.hpp:629: error: ISO C++ forbids declaration of ?gsl_rng? with no type stat.hpp:629: error: expected ?;? before ?*? token stat.hpp:652: error: ISO C++ forbids declaration of ?gsl_rng? with no type stat.hpp:652: error: expected ?;? before ?*? token stat.hpp:665: error: ISO C++ forbids declaration of ?gsl_rng? with no type stat.hpp:665: error: expected ?;? before ?*? token stat.hpp:678: error: ISO C++ forbids declaration of ?gsl_rng? with no type stat.hpp:678: error: expected ?;? before ?*? token stat.hpp:691: error: ISO C++ forbids declaration of ?gsl_rng? with no type stat.hpp:691: error: expected ?;? before ?*? token stat.hpp:705: error: ISO C++ forbids declaration of ?gsl_rng? with no type stat.hpp:705: error: expected ?;? before ?*? token stat.hpp:718: error: ISO C++ forbids declaration of ?gsl_rng? with no type stat.hpp:718: error: expected ?;? before ?*? token can any one tell me what wrong I did. Thanks [email protected] Amar Got Game? Win Prizes in the Windows Live Hotmail Mobile Summer Games Trivia Contest Find out how. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
