Compiling upon mysql 4

2006-10-06 Thread Julien Buratto
Upon compiling on fedora core 4 the rpm sources for the stable released 26/9 I'm getting gcc -D_REENTRANT=1 -I. -Igw -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -I/usr/include/libxml2 -I/usr/include/mysql -o gw/dlr_mysql.o -c gw/dlr_mysql.c In file included from /usr/include/mysql/mysql.h:62,

Re: Compiling upon mysql 4

2006-10-06 Thread Marcelo Aguila
Hello, Julien. I had the same problem using version 1.4.0. The solution is to rename the function list_delete for gw_list_delete (there is a patch for that) or you can start using cvs version of kannel, what is periodically actualized. Regards, M. On Friday 06 October 2006 06:41, Julien

Re: Compiling upon mysql 4

2006-10-06 Thread Enver ALTIN
On Fri, 2006-10-06 at 09:05 -0400, Marcelo Aguila wrote: I had the same problem using version 1.4.0. The solution is to rename the function list_delete for gw_list_delete (there is a patch for that) or you can start using cvs version of kannel, what is periodically actualized. 1.4.1 is out,

Re: Compiling upon mysql 4

2006-10-06 Thread Julien Buratto
Enver ALTIN ha scritto: On Fri, 2006-10-06 at 09:05 -0400, Marcelo Aguila wrote: I had the same problem using version 1.4.0. The solution is to rename the function list_delete for gw_list_delete (there is a patch for that) or you can start using cvs version of kannel, what is periodically

Re: Compiling upon mysql 4

2006-10-06 Thread Iain Dooley
On Fri, 6 Oct 2006, Julien Buratto wrote: Enver ALTIN ha scritto: On Fri, 2006-10-06 at 09:05 -0400, Marcelo Aguila wrote: I had the same problem using version 1.4.0. The solution is to rename the function list_delete for gw_list_delete (there is a patch for that) or you can start using cvs