[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] mysql / odbc connections
- Subject: [cobalt-users] mysql / odbc connections
- From: "Brian Curtis" <admin@xxxxxxxxxxx>
- Date: Tue May 9 10:49:39 2000
- Organization: Pomfret Computer Technologies
Anyone successfully install MySQL 3.22.32, unixODBC 1.8.8 and MyODBC
2.50.31?
MySQL and unixODBC installed fine, but MyODBC is choking on unixODBC for
some reason.
$ make
/bin/sh ./libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/mysql/include/mysql -I/usr/loc
al/unixODBC/include -g -O2 -c catalog.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/mysql/include/mysql -I/usr/loca
l/unixODBC/include -g -O2 -Wp,-MD,.deps/catalog.pp -c -fPIC -DPIC
catalog.c -o catalog.lo
In file included from myodbc.h:59,
from catalog.c:9:
/usr/local/unixODBC/include/sqlext.h:1982: parse error before `TraceReturn'
/usr/local/unixODBC/include/sqlext.h:1982: warning: data definition has no
type or storage class
/usr/local/unixODBC/include/sqlext.h:2012: parse error before
`FireVSDebugEvent'
/usr/local/unixODBC/include/sqlext.h:2012: warning: data definition has no
type or storage class
make: *** [catalog.lo] Error 1
I tried installing the MyODBC binaries then the rpm source, but unixODBC
really doesn't like them (seg faults and core dumps when trying to use the
MyODBC drivers).
BC