Hello,
I am trying to upgrade to beta3 but have his this wall (probably because I am using MySQL 5)
Any ideas?
mysql 5.0.15, php 5.05, freebsd 6.0-stable.
I am trying to upgrade to beta3 but have his this wall (probably because I am using MySQL 5)
Making all in zbxdbhigh
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I/usr/local/include/mysql -g -O2 -MT action.o -MD -MP -MF ".deps/action.Tpo" -c -o action.o action.c; then mv -f ".deps/action.Tpo" ".deps/action.Po"; else rm -f ".deps/action.Tpo"; exit 1; fi
In file included from /usr/local/include/mysql/mysql.h:62,
from ../../../include/db.h:31,
from action.c:27:
/usr/local/include/mysql/my_list.h:27: warning: useless keyword or type name in empty declaration
/usr/local/include/mysql/my_list.h:27: error: two types specified in one empty declaration
*** Error code 1
if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I/usr/local/include/mysql -g -O2 -MT action.o -MD -MP -MF ".deps/action.Tpo" -c -o action.o action.c; then mv -f ".deps/action.Tpo" ".deps/action.Po"; else rm -f ".deps/action.Tpo"; exit 1; fi
In file included from /usr/local/include/mysql/mysql.h:62,
from ../../../include/db.h:31,
from action.c:27:
/usr/local/include/mysql/my_list.h:27: warning: useless keyword or type name in empty declaration
/usr/local/include/mysql/my_list.h:27: error: two types specified in one empty declaration
*** Error code 1
mysql 5.0.15, php 5.05, freebsd 6.0-stable.
Comment