SIPp / sipp

The SIPp testing tool
https://sipp.readthedocs.io
Other
916 stars 380 forks source link

Missing sctp.h not detected by cmakefiles #705

Closed wdoekes closed 6 months ago

wdoekes commented 6 months ago
$ ./build.sh --full
-- Checking for one of the modules 'libpcap'
-- Configuring done
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
GSLCBLAS_LIBRARY
    linked by target "sipp_unittest" in directory ~src/sipp
    linked by target "sipp" in directory ~/src/sipp
GSL_LIBRARY
    linked by target "sipp_unittest" in directory ~/src/sipp
    linked by target "sipp" in directory ~/src/sipp

-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.
$ sudo apt-get install libgsl-dev
...
$ ./build.sh --full
-- Configuring done
...
In file included from ~/src/sipp/src/actions.cpp:24:
~/src/sipp/include/sipp.hpp:36:10: fatal error: netinet/sctp.h: No such file or directory
   36 | #include <netinet/sctp.h>
      |          ^~~~~~~~~~~~~~~~