PDA

View Full Version : [QT 4.6] Error build driver mysql



vinny gracindo
25th February 2010, 21:21
help me

see: http://img4.imageshack.us/img4/7998/erroglx.jpg

what's problem?

schnitzel
26th February 2010, 01:02
your mysql paths have spaces in them and the build tools don't handle that very well as can be seen by the broken up parts of the path.
Copy mysql lib to \mysql\lib and include file to \mysql, then provide these simpler paths.
Alternatively, you can specify short filenames which can be obtained by using 'dir /x'