Build errors
I've got compilation errors:
---
mysql-proxy-0.5.0r8 # make
make all-recursive
make[1]: Entering directory `/usr/src/mysql-proxy-0.5.0r8'
Making all in src
make[2]: Entering directory `/usr/src/mysql-proxy-0.5.0r8/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/mysql -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -MT mysql_proxy-network-mysqld.o -MD -MP -MF ".deps/mysql_proxy-network-mysqld.Tpo" -c -o mysql_proxy-network-mysqld.o `test -f 'network-mysqld.c' || echo './'`network-mysqld.c; \
then mv -f ".deps/mysql_proxy-network-mysqld.Tpo" ".deps/mysql_proxy-network-mysqld.Po"; else rm -f ".deps/mysql_proxy-network-mysqld.Tpo"; exit 1; fi
network-mysqld.c: In function 'network_mysqld_con_handle':
network-mysqld.c:1072: error: 'COM_STMT_EXECUTE' undeclared (first use in this function)
network-mysqld.c:1072: error: (Each undeclared identifier is reported only once
network-mysqld.c:1072: error: for each function it appears in.)
network-mysqld.c:1075: error: 'COM_STMT_PREPARE' undeclared (first use in this function)
network-mysqld.c:1103: error: 'COM_STMT_SEND_LONG_DATA' undeclared (first use in this function)
network-mysqld.c:1104: error: 'COM_STMT_CLOSE' undeclared (first use in this function)
make[2]: *** [mysql_proxy-network-mysqld.o] Error 1
make[2]: Leaving directory `/usr/src/mysql-proxy-0.5.0r8/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/mysql-proxy-0.5.0r8'
make: *** [all] Error 2
---
Any idea?
--
guzik
Subject
Views
Written By
Posted
Build errors
6343
June 23, 2007 12:50PM
3399
June 24, 2007 02:22AM
3320
June 25, 2007 12:18AM
3272
June 25, 2007 10:37AM
3413
June 25, 2007 10:46AM
5462
July 08, 2007 09:35PM
3595
July 09, 2007 03:06AM
3538
July 09, 2007 08:17AM
3291
July 09, 2007 08:19AM
3129
July 09, 2007 08:23AM
3372
July 26, 2007 07:40AM
3222
July 26, 2007 09:46AM
4277
July 26, 2007 10:48AM
3133
July 26, 2007 10:58AM
3117
July 26, 2007 02:13PM
4363
July 31, 2007 03:49PM
5336
July 31, 2007 04:01PM
3418
July 31, 2007 04:12PM
3159
July 31, 2007 04:13PM
3237
August 01, 2007 05:52AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.