Hi,
I’m following the guide “sql database drivers” from the qtcreator to build the mysqldriver.
On the step : “mingw32-make sub-src”
First I ran into this bug : https://sourceforge.net/p/mingw/bugs/2024/
Now I got stuck on the opengl.h :
..\..\include/QtGui/../../src/gui/opengl/gopengl.h:82:25 fatal error: GLES2/gl2.h: no such file or directory.
Not sure what opengl has to do with mysql when it comes down to compiling the mysql driver.
What now?
qt 5.2.0 + latest mingw + mingw-utils 0.3 +mysql 5.6
↧