PDA

View Full Version : sql driver compilation



frog
11th September 2009, 09:26
I ve just recompiled (from a clean distribution) the src distribution from Qt (4.5.1) to build some sql data base drivers.
The compilation failed caused by missing include files which seems to correspond to the data base interface definition.
QtSql is the project of interest.
Missing files are sqlfront.h, oci.h, sqlclil.h.

did some one encounter such difficulties and what fix is there for this issue?

I have to mention that the install process from command line failed (the compilation steps, not the configuration by itself). I used the install from Visual studio 2008 IDE and tried a full build.

victor.fernandez
11th September 2009, 16:07
Did you install the MySQL client libraries and includes? Also take a look at this:

http://wiki.qtcentre.org/index.php?title=Building_the_QMYSQL_plugin_on_Wind ows_using_MinGW