This is certainly true when we speak about modules in test directory.
Tehse are used for testing, and are
actually not part of kannel proper.
Aarno
On 01 Dec 2005, at 22:45, Dan Phiffer wrote:
I figured it out. My advice to people searching for a solution to
this would be: don't be afraid of modifying the source code,
specifically in changing what things are named.
I just search and replaced the word "wait" with "gw_wait" and then
ran into a similar compile error when I tried compiling in MySQL
support. Then I did the same thing, replacing "list_delete" with
"gw_list_delete"
-Dan
On Dec 1, 2005, at 11:49 AM, Dan Phiffer wrote:
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