QMySQL Help! driver will not install
Hello guys.
i followed this guide perfectly and when I get to the step where i type "make"
it provides this output
http://i55.tinypic.com/289xxtj.png
does anybody know what the problem is?
Please help guys ive been troubleshooting for the last 3 hours to no avail :( :(
using Windows x64/ MySQL Server 5.1 x64/ MinGW / Qt 4.7
Re: QMySQL Help! driver will not install
If you look at the console log, you will notice -I"c:\Program" -I"Files\MySQL" etc. You either need to use the 'short' notation for extended path names or put mysql dev files into a folder without spaces.
Re: QMySQL Help! driver will not install
So i shortened the path by using dir /X
now im getting the following error
http://i53.tinypic.com/104exyg.png
there are alot of files which qsql_mysql.cpp/h cannot find. these files have the name format of mysql_something@number
whaT could the problem be?
Re: QMySQL Help! driver will not install
looks like you are not linking the msql client lib correctly. Can you show the contents of the .pro file and the complete log of the above build attempt?