Re: unixODBC 2.2.14 and 64-bit Unix OBDC/Connector (MySQL)
Nick Gorham <[email protected]>
| Newsgroups | gmane.comp.db.unixodbc.devel |
|---|---|
| Message-ID | <[email protected]> |
Ida Schonfeld wrote: > Hello, > > I’m working with the recent release from unixODBC and MySQL on > OpenSuse 10.2 (64 bit). Since this new release I’m trying to build the > Sources of the MySQL driver again but there is a conflict. It seems > that the Function declarations in the Driver and in unixODBC are not > the same. Can somebody maybe give me a hint how I can solve this problem? > > The unixODBC is built for 64 bit so that SQLULEN/SQLLEN is 8 byte and > SQLINTEGER/SQLUINTEGER is 4 byte as well as the following > typedeclarations: > >typedef SQLULEN SQLTRANSID; > >typedef SQLULEN SQLROWCOUNT; > >typedef SQLUINTEGER SQLROWSETSIZE; > >typedef SQLLEN SQLROWOFFSET; > The MySQL Driver prototypes need updating, just look at the location of the errors and the unixODBC header files and change them. -- Nick _______________________________________________ unixODBC-dev mailing list [email protected] http://mailman.unixodbc.org/mailman/listinfo/unixodbc-dev