Hi guys,
I'm new in the world of QT and I like it allready.
But I'm developing a program that needs mysql drivers, so I searched the net and found the documentation on the Trolltech site, but I can't get it done.
I've downloaded the mysql-5.0.51a-macosx-universal.tar.bz from the mysql site (174 MB) and dropped it in the folder /usr/local/mysql-5.0.51a/ and I ran the sudo ./configure command without succes.
Afterwards I followed the Trolltech documentation and ran the following commands:
But it doesn't work I get the message:sudo cd /usr/local/Trolltech/Qt*/plugins/sqldrivers/
sudo mkdir mysql
cd mysql
sudo qmake -project
sudo qmake -o Makefile "INCLUDEPATH+=/usr/local/mysql-5.0.51a/include" "LIBS+=-L/usr/local/mysql-5.0.51a/lib -lmysqlclient_r" mysql.pro
sudo make
Can somebody help me, I trying for two days but it won't work.make: Nothing to be done for `first'.
Thanks,
Cyberboy
Bookmarks