I am getting the same compile error, no matter what I try. configure and make config are completing without problems, but while makeing it breaks with the following error:
I already tried several (many) MySQL-versions, MySQL-devel and a self-compiled MySQL-build, but I keep getting this error. The file my_list.h is of course unchanged.gcc -pipe -g -O2 -Wall -I. -I../../.. -I../../.. -I../../../src/mod -DHAVE_CONFIG_H -DSTATIC `mysql_config --cflags` -DMAKING_MODS -c .././mysql.mod/mysql.c
bash: mysql_config: command not found
In file included from ../../../mysql/mysql.h:62,
from ../mysql.mod/mysql_mod.h:31,
from ../mysql.mod/mysql.c:24:
../../../mysql/my_list.h:32: parse error before "int"
*** Error code 1
make: Fatal error: Command failed for target `../mysql.o'
Current working directory /u/halle/name/home_sun/Downloads/eggdrop1.6.17/src/mod/mysql.mod
*** Error code 1
make: Fatal error: Command failed for target `mysql.mod_o'
Current working directory /u/halle/name/home_sun/Downloads/eggdrop1.6.17/src/mod
*** Error code 1
make: Fatal error: Command failed for target `static'
My gcc version is 3.2.2.
Anybody an idea what I could try? I'm pretty much at the end of everything I can thing of...
Thanks in advance,
strange