-
Notifications
You must be signed in to change notification settings - Fork 428
Closed
Description
Hello,
I'm trying to build the new SIPp 3.6.1 on CentOS 7.
I'm not sure of the prerequisites, I did not find much information except that I need CMake.
So I tried with:
./build.sh --common
Which gives me errors:
Building C object CMakeFiles/sipp.dir/src/rijndael.c.o
/home/build/sipp-3.6.1/src/screen.cpp: In member function ‘void ScreenPrinter::print_closing_stats()’:
/home/build/sipp-3.6.1/src/screen.cpp:86:15: error: ‘line’ does not name a type
for (auto line : lines) {
^
/home/build/sipp-3.6.1/src/screen.cpp:90:5: error: expected ‘;’ before ‘if’
if (currentScreenToDisplay != DISPLAY_STAT_SCREEN) {
^
/home/build/sipp-3.6.1/src/screen.cpp:90:5: error: expected primary-expression before ‘if’
/home/build/sipp-3.6.1/src/screen.cpp:90:5: error: expected ‘;’ before ‘if’
(etc.)
cmake --version
cmake version 2.8.12.2
Is this too old maybe ?
If so could you detail the prerequisites for building SIPp 3.6.1 ?
Thanks for your help.
Metadata
Metadata
Assignees
Labels
No labels