Hello list,
I just subscribed and am pretty new to Kannel (and telephony in
general). I can't seem to compile and I'm wondering if this is a
common problem somebody might be able to help with. Here is the error
I'm getting:
$ ./configure
...
$ make
...
gcc -D_REENTRANT=1 -I. -Igw -DDARWIN=1 -I/usr/local/php5/include/
libxml2 -o test/test_ppg.o -c test/test_ppg.c
test/test_ppg.c:84: error: 'wait' redeclared as different kind of symbol
/usr/include/sys/wait.h:241: error: previous declaration of 'wait'
was here
make: *** [test/test_ppg.o] Error 1
I tried with both GCC 3.3 and GCC 4.0, but the same error comes up in
both cases. Any ideas?
Thanks much!
-Dan