make error

make error

am 01.01.2009 13:47:40 von jack

------=_Part_140668_16734006.1230814060392
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi,
New to MySQL's ODBC driver, using unixODBC. compiled MySQL 5 from source,
and unixODBC from ubuntu repositories ( with -dev version)

../configure --prefix=/usr/local/server/mysqlodbc
--with-mysql-path=/usr/local/server/mysql --with-unixODBC=/usr/

gcc -DHAVE_CONFIG_H -I. -I. -I. -I../util -I.. -DNONTHREADSAFE
-I/usr//include -O3 -DDBUG_OFF -I/usr/local/server/mysql/include/mysql
-DUNIV_LINUX -g -O2 -MT libmyodbc5_la-ansi.lo -MD -MP -MF
..deps/libmyodbc5_la-ansi.Tpo -c ansi.c -fPIC -DPIC -o
..libs/libmyodbc5_la-ansi.o
In file included from driver.h:474,
from ansi.c:28:
myutil.h:207: error: expected declaration specifiers or '...' before
'In_C_you_should_use_my_bool_instead'
make[2]: *** [libmyodbc5_la-ansi.lo] Error 1
make[2]: Leaving directory
`/root/downloads/mysql-connector-odbc-5.1.5r1144/driver'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/root/downloads/mysql-connector-odbc-5.1.5r1144/driver'
make: *** [all-recursive] Error 1

using mysql-connector-odbc-5.1.5r1144.tar.gz

Hope it helps.

------=_Part_140668_16734006.1230814060392--