I followed the instruction of compiling the MySQL driver on Mac OS 10.6 but i receive the following error:
In file included from main.cpp:44:
../../../sql/drivers/mysql/qsql_mysql.h:52:19: error: mysql.h: No such file or directory
In file included from main.cpp:44:
../../../sql/drivers/mysql/qsql_mysql.h:108: error: expected `)' before ‘*’ token
make[1]: *** [debug/main.o] Error 1
make: *** [debug] Error 2
could somebody describe in details how exactly must be compile and install MySQL driver on Mac OS X.And also, is there any binary that could be used on random Mac?
Bookmarks