I have problem at compilation run MyODBC.

./configure --with-unixODBC=/usr/local/odbc \
            --with-mysql-libs=/usr/lib/mysql \
            --with-mysql-includes=/usr/include \
            --prefix=/usr/local/odbc/lib

make
cd . && autoheader
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.
-I/usr/include
 -I/usr/local/odbc/include  -g -O2 -c execute.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/include -I/usr/local/odbc/include -g
-O2
-Wp,-MD,.deps/execute.pp -c  -fPIC -DPIC execute.c -o execute.lo
execute.c: In function  nsert_param':
execute.c:347: warning: passing arg 1 of Mysql_odbc_escape_string' from
incompatible pointer type
execute.c:347: warning: passing arg 2 of Mysql_odbc_escape_string' makes
integer from pointer without a cast
execute.c:347: warning: passing arg 3 of Mysql_odbc_escape_string' makes
pointer from integer without a cast
execute.c:347: warning: passing arg 4 of Mysql_odbc_escape_string' makes
integer from pointer without a cast
execute.c:347: warning: passing arg 5 of Mysql_odbc_escape_string' makes
pointer from integer without a cast
execute.c:347: too many arguments to function Mysql_odbc_escape_string'
make: *** [execute.lo] Error 1

Pleas help
Thanks

--
S pozdravem
Pavel Trefny

=====================================
Pavel Trefny, Ticha 338, Blatna 38801
[EMAIL PROTECTED]
tel. +420344421326
mob. tel. +420607643770, +420603921397
ICQ No : 20476221
server & network administrator
Czech Republic
=====================================

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to