Dingbat
AVForums Grandmaster
Getting this error when performing a 'make' on an app called sipbomber which I need to use for stress testing about 1800 SIP trunks. would be nice if the dam app would build. Help ?!
Code:
root@gregubuntu:/home/greg/Desktop/sipbomber# make
cd stests;make all
make[1]: Entering directory `/home/greg/Desktop/sipbomber/stests'
c++ -O -Wall -W -Wno-long-long -Wno-unused -ansi -DQT_THREAD_SUPPORT -D_REENTRANT -I../ -I/include -I../bnf -I./ -I../cert_test -c sipb_stest.cpp -o sipb_stest.o
In file included from ../sipb_stestinfo.h:10,
from sipb_stest.h:9,
from sipb_stest.cpp:6:
../sipb_stpacket.h:13:23: error: qdatetime.h: No such file or directory
In file included from sipb_stest.h:10,
from sipb_stest.cpp:6:
../sipb_paramlist.h:9:24: error: qvalidator.h: No such file or directory
In file included from ../sipb_stestinfo.h:10,
from sipb_stest.h:9,
from sipb_stest.cpp:6:
../sipb_stpacket.h:20: error: ?QTime? does not name a type
../sipb_stpacket.h: In constructor ?sipb_stpacket::sipb_stpacket()?:
../sipb_stpacket.h:34: error: ?t? was not declared in this scope
In file included from sipb_stest.h:10,
from sipb_stest.cpp:6:
../sipb_paramlist.h: At global scope:
../sipb_paramlist.h:24: error: ISO C++ forbids declaration of ?QValidator? with no type
../sipb_paramlist.h:24: error: expected ?;? before ?*? token
../sipb_paramlist.h:59: error: ISO C++ forbids declaration of ?QValidator? with no type
../sipb_paramlist.h:59: error: expected ?;? before ?*? token
make[1]: *** [sipb_stest.o] Error 1
make[1]: Leaving directory `/home/greg/Desktop/sipbomber/stests'
make: *** [subdirs] Error 2
root@gregubuntu:/home/greg/Desktop/sipbomber#