Jump to content

Recommended Posts

Posted

I am having trouble compiling, and I know it is something stupid I am missing. I have looked through numerous articles, searches, and I am getting no where. Right now I have 35 errors, and I attached a screen shot of the errors below. I am pretty sure I am not linking something correctly, but I have tried everything I have seen online. Any help I can get would be awesome.

Capture.JPG

Capture.JPG.3e81954364dacc470500d7514027

Posted

It indicates missing an SQL header file.

Run cmake GUI, check "Advanced" option and find in the left column variable name MYSQL_INCLUDE_DIR. The folder named in the right column must contain that mysql.h file. The folder is named usually like "C:\Program Files...\MySQL\...\include". If your MySQL setup does not contain the file, install the full ("for development") MySQL version instead.

Posted
It indicates missing an SQL header file.

Run cmake GUI, check "Advanced" option and find in the left column variable name MYSQL_INCLUDE_DIR. The folder named in the right column must contain that mysql.h file. The folder is named usually like "C:\Program Files...\MySQL\...\include". If your MySQL setup does not contain the file, install the full ("for development") MySQL version instead.

I got it to work Hozen assisted me with this. I appreciate all the help you guys rock.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use