From: Xavier V. <xav...@fr...> - 2004-03-16 20:26:45
|
Hello Javi ! The solution to the claim was very simple, read this : gcc -lmysqlclient -DHAVE_CONFIG_H -I. -I. -I. -I/opt/X11R6/include -D_GNU_SOU RCE -Wall -g -O2 -c plugin_mysql.c plugin_mysql.c: In function `plugin_init_mysql': plugin_mysql.c:143: warning: implicit declaration of function `cfg_get' plugin_mysql.c:143: warning: initialization makes pointer from integer without a cast plugin_mysql.c:143: warning: unused variable `server' You forgot to include the "cfg.h" header :) Include cfg.h, and all will go well ! Bye ! -- Xavier VELLO ( who made his good action of the week :D ) |