Hi all,

 

When trying to compile sipp 3.1 from source I found that compilation aborts
with the following error:

scenario.cpp:900: error: 'INT_MAX' was not declared in this scope

After some "googling" I found that INT_MAX is defined in the
/usr/include/limits.h and I was able to solve the problem via adding the
line 

#include <limits.h>

Into scenario.hpp file. Should this line be included in the distribution?

I'm on fedora 10. And I feel like all RH5 clones have INT_MAX defined in the
same file.

 

Hope this may help other newbie's with compiling sipp.

 

Thanks and regards,

Nikolay.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to