Well, maybe I didnt win... got past the cmake part but get these errors when using VS
Code:
Error 1 error LNK1136: invalid or corrupt file C:\EQ\Source\mysql_x64\lib\debug\libmysql.pdb 1 1 eqlaunch
Error 2 error LNK1136: invalid or corrupt file C:\EQ\Source\mysql_x64\lib\debug\libmysql.pdb 1 1 export_client_files
Error 3 error LNK1136: invalid or corrupt file C:\EQ\Source\mysql_x64\lib\debug\libmysql.pdb 1 1 import_client_files
Error 4 error LNK1136: invalid or corrupt file C:\EQ\Source\mysql_x64\lib\debug\libmysql.pdb 1 1 queryserv
Error 5 error LNK1136: invalid or corrupt file C:\EQ\Source\mysql_x64\lib\debug\libmysql.pdb 1 1 shared_memory
Error 6 error LNK1136: invalid or corrupt file C:\EQ\Source\mysql_x64\lib\debug\libmysql.pdb 1 1 ucs
Error 7 error LNK1136: invalid or corrupt file C:\EQ\Source\mysql_x64\lib\debug\libmysql.pdb 1 1 world
Error 8 error LNK1136: invalid or corrupt file C:\EQ\Source\mysql_x64\lib\debug\libmysql.pdb 1 1 zone
What file should cmake be looking for? libmysql.pqd, libmysql.dll, libmysql.sql? Ive tried a combination of alot including my zlib and the least amount of errors i can get is if i switch to 32 bit I can get it down to 7 errors.
Should I just remove everything and start from scratch?