The Fix
Forum member Shayne told me exactly what I was missing and the problem was a missed config in the cmake process.
For anyone else who is having the problem and still hasn't got it fixed, do this:
when you launch c-make check group and advanced, now open the MySQL tree. Now add the directories for mysql that you had been using before, so it should
look kinda like this
Code:
---------
c:/mysql/include
C:/mysql/lib/debug/mysqlclient.lib
C:/mysql/lib/opt/mysqlclient.lib
---------
now before you do this go into c-make under file and delete the cache.
All thanks to Shayne for the fix and lerxst2112 for letting me know which files I need.
|