[odb-users] Unable to configure libodb-mysql-2.3.0

Garth Ponty garthponty at gmail.com
Tue Mar 4 02:30:31 EST 2014


Thanks Boris, I ended up pursing the Visual Studios route and have compiled
them successfully there.


On Mon, Mar 3, 2014 at 12:12 PM, Boris Kolpackov <boris at codesynthesis.com>wrote:

> Hi Garth,
>
> Garth Ponty <garthponty at gmail.com> writes:
>
> > Looking at the config file its says it was unable to find mysql.h
> >
> > $ ./configure CPPFLAGS="-I C:\Program Files\MySQL\MySQL Server
> 5.6\include"
> > LDFLAGS="-L C:\Program Files\MySQL\MySQL Server 5.6\lib"
>
> I am pretty sure your problems come from spaces in the paths. While
> there is probably a may to make it work with the right combination
> of " and ', what I suggest you do is create the c:\mysql-client
> directory and copy the above include and lib directories there.
> Then try (from the MinGW shell):
>
> ./configure CPPFLAGS=-I/c/mysql-client/include
> LDFLAGS=-L/c/mysql-client/lib
>
> Boris
>


More information about the odb-users mailing list