MySQL Forums
Forum List  »  Router & Proxy

Re: mysql-proxy 0.5.1 gets ready, next steps
Posted by: Bartłomiej Syryjczyk
Date: July 18, 2007 06:08AM

OK. It works
abg trunk # pwd
/usr/src/mysql-proxy/trunk

But I've got make errors when I try configure without lua
abg trunk # ./configure --prefix=/usr/local/mysql-proxy-svn --without-lua
[...]
abg trunk # make
[...]
network-mysqld-proxy.c:256: error: expected ')' before '*' token
network-mysqld-proxy.c: In function 'plugin_srv_state_free':
network-mysqld-proxy.c:371: error: 'plugin_srv_state' has no member named 'L'
network-mysqld-proxy.c: In function 'proxy_lua_handle_proxy_response':
network-mysqld-proxy.c:876: error: 'lua_State' undeclared (first use in this function)
network-mysqld-proxy.c:876: error: (Each undeclared identifier is reported only once
network-mysqld-proxy.c:876: error: for each function it appears in.)
network-mysqld-proxy.c:876: error: 'L' undeclared (first use in this function)
network-mysqld-proxy.c:876: error: 'struct <anonymous>' has no member named 'L'
network-mysqld-proxy.c:955: warning: passing argument 1 of 'g_strdup' makes pointer from integer without a cast
network-mysqld-proxy.c:995: warning: passing argument 1 of 'g_strdup' makes pointer from integer without a cast
network-mysqld-proxy.c:1045: warning: assignment makes pointer from integer without a cast
network-mysqld-proxy.c:1079: warning: assignment makes pointer from integer without a cast
network-mysqld-proxy.c: In function 'proxy_read_handshake':
network-mysqld-proxy.c:1820: warning: incompatible implicit declaration of built-in function 'sscanf'
make[2]: *** [mysql_proxy-network-mysqld-proxy.o] Error 1
make[2]: Leaving directory `/usr/src/mysql-proxy/trunk/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/mysql-proxy/trunk'
make: *** [all] Error 2

--
guzik

Options: ReplyQuote




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.