MySQL Forums
Forum List  »  Router & Proxy

CentOS 4.5 Compile Problem
Posted by: Ed McLain
Date: July 02, 2007 12:16AM

Just tried to build the 0.5.0 release and svn from source and get the following:

make all-recursive
make[1]: Entering directory `/usr/src/mysql-proxy/trunk'
Making all in src
make[2]: Entering directory `/usr/src/mysql-proxy/trunk/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/mysql -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/local/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -g -O2 -MT mysql_proxy-mysql-proxy.o -MD -MP -MF ".deps/mysql_proxy-mysql-proxy.Tpo" -c -o mysql_proxy-mysql-proxy.o `test -f 'mysql-proxy.c' || echo './'`mysql-proxy.c; \
then mv -f ".deps/mysql_proxy-mysql-proxy.Tpo" ".deps/mysql_proxy-mysql-proxy.Po"; else rm -f ".deps/mysql_proxy-mysql-proxy.Tpo"; exit 1; fi
mysql-proxy.c: In function `main':
mysql-proxy.c:234: error: `GOptionContext' undeclared (first use in this function)
mysql-proxy.c:234: error: (Each undeclared identifier is reported only once
mysql-proxy.c:234: error: for each function it appears in.)
mysql-proxy.c:234: error: `option_ctx' undeclared (first use in this function)
mysql-proxy.c:235: error: `GOptionGroup' undeclared (first use in this function)
mysql-proxy.c:235: error: `option_grp' undeclared (first use in this function)
mysql-proxy.c:241: error: `GOptionEntry' undeclared (first use in this function)
mysql-proxy.c:241: error: syntax error before "admin_entries"
mysql-proxy.c: At top level:

and keeps going.

Software:
gcc-3.4.6-8
glib2-devel-2.4.7-1
MySQL-devel-5.0.27-0.glibc23
lua-5.1.2
libevent-1.3b

Anyone have any ideas?

Thanks,
Ed.

Options: ReplyQuote


Subject
Views
Written By
Posted
CentOS 4.5 Compile Problem
5019
July 02, 2007 12:16AM
2833
July 02, 2007 03:11AM
2761
July 02, 2007 12:46PM


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.