Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MaxDB - Everything about MaxDB, formerly known as SAP DB
MySQL++ - Programming with the C++ API to MySQL
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
ODBC - ODBC with the MySQL Connector/ODBC driver
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
mysql openssl Question
mysql:it 's a db not a dbms how it 's possible?!
Does the binary log enabling affect the MySQL performances?
Strange behavior, Table Level Permission
FULLTEXT query format question
Preventing Duplicate Entries
Comparing and writing out BLOBS
Executing MySQL Commands From Within C Program
Can 't access mysql after kernel upgrade
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Downgrade Mysql from 4 to 3 23
MySQL Cluster Software
mysql test 4 1 fails with the gis test
ERROR 2002: Can 't connect to local MySQL server through socket
Getting Identity after INSERT
Update one field with more fields from another table
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
mysql have same function mthod as Oracle decode()
 
problem in gmake of mysql-odbc connector

problem in gmake of mysql-odbc connector

2006-04-11       - By Srimathi Chandrasekaran

 Back

i  am in the process of configuring replica service.
i have used mysql-connector-odbc-3 (See http://dbc-3.ora-code.com).51.12.tar.gz.
my ./configure  was a succesful one
when i am using gmake.
i am getting the following error
any help in this  regard would be highly appreciated
regards
srimathi.c

globus@(protected):~/mysqlodbc/mysql-connector-odbc-3 (See http://dbc-3.ora-code.com).51.12> gmake
Making all in util
gmake[1]: Entering directory
`/home/globus/mysqlodbc/mysql-connector-odbc-3 (See http://dbc-3.ora-code.com).51.12/util'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory
`/home/globus/mysqlodbc/mysql-connector-odbc-3 (See http://dbc-3.ora-code.com).51.12/util'
Making all in driver
gmake[1]: Entering directory
`/home/globus/mysqlodbc/mysql-connector-odbc-3 (See http://dbc-3.ora-code.com).51.12/driver'
gmake  all-am
gmake[2]: Entering directory
`/home/globus/mysqlodbc/mysql-connector-odbc-3 (See http://dbc-3.ora-code.com).51.12/driver'
if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.  
-isystem -I/usr/local//include  -O3 -DDBUG_OFF -DBUG_OFF  -I/usr/include/mysql
-march=i586 -mcpu=i686 -fmessage-length=0 -g -DPIC -fPIC
-DUNDEF_HAVE_INITGROUPS -fno-strict-aliasing -MT results.lo -MD -MP -MF
".deps/results.Tpo" -c -o results.lo results.c; \
then mv -f ".deps/results.Tpo" ".deps/results.Plo"; else rm -f
".deps/results.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I. -isystem -I/usr/local//include -O3 -DDBUG_OFF
-DBUG_OFF -I/usr/include/mysql -march=i586 -mcpu=i686 -fmessage-length=0 -g
-DPIC -fPIC -DUNDEF_HAVE_INITGROUPS -fno-strict-aliasing -MT results.lo -MD -MP
-MF .deps/results.Tpo -c results.c  -fPIC -DPIC -o .libs/results.o
results.c:563: error: conflicting types for `SQLColAttribute'
/usr/local/include/sql.h:840: error: previous declaration of `SQLColAttribute'
gmake[2]: *** [results.lo] Error 1
gmake[2]: Leaving directory
`/home/globus/mysqlodbc/mysql-connector-odbc-3 (See http://dbc-3.ora-code.com).51.12/driver'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory
`/home/globus/mysqlodbc/mysql-connector-odbc-3 (See http://dbc-3.ora-code.com).51.12/driver'
gmake: *** [all-recursive] Error 1



--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe:    http://lists.mysql.com/myodbc?unsub=mysql@(protected)