- 论坛徽章:
- 0
|
错误信息如下:
make all-am
make[1]: Entering directory `/opt/gearman-mysql-udf-0.6'
CC libgearman_mysql_udf/libgearman_mysql_udf_la-client.lo
In file included from /usr/local/mysql/include/mysql.h:64:0,
from ./libgearman_mysql_udf/common.h:24,
from libgearman_mysql_udf/client.c:19:
/usr/local/mysql/include/mysql/client_plugin.h:97:3: error: function declaration isn't a prototype [-Werror=strict-prototypes]
MYSQL_CLIENT_PLUGIN_HEADER
^
In file included from /usr/local/mysql/include/mysql.h:64:0,
from ./libgearman_mysql_udf/common.h:24,
from libgearman_mysql_udf/client.c:19:
/usr/local/mysql/include/mysql/client_plugin.h:107:3: error: function declaration isn't a prototype [-Werror=strict-prototypes]
MYSQL_CLIENT_PLUGIN_HEADER
^
cc1: all warnings being treated as errors
make[1]: *** [libgearman_mysql_udf/libgearman_mysql_udf_la-client.lo] Error 1
make[1]: Leaving directory `/opt/gearman-mysql-udf-0.6'
make: *** [all] Error 2
|
|