Malkverbena / mysql

MySQL connector to Godot Engine.
59 stars 7 forks source link

Error building godot on windows #3

Closed fenix-hub closed 5 years ago

fenix-hub commented 5 years ago

Hi , I'm trying to add this module on Windows. While building godot i get the error : 'mysql_error.h' : no such file or directory What should I do? Thank you!

Malkverbena commented 5 years ago

Hi, sorry for take so long to answer. Lack of time... Compile anything due this connector to Windows can be very annoying. I gonna leave a step-by-step on README.md. If after that you still get any issues, let me know.

fenix-hub commented 5 years ago

Thank you very much!

fenix-hub commented 5 years ago

In the README.md file with "libmysqlcppconn.windows.tools.64.lib" do you mean "mysqlcppconn.windows.tools.64.lib" ? If so, I still get the same error eveng following your README and using the link you posted. Maybe is there something else that is needed to be done on Windows? The error is still 'mysql_error.h' : no such file or directory

Malkverbena commented 5 years ago

If you are still having this error:

"'mysql_error.h': no such file or directory"

you have not edited the SCsub file correctly. You must use the path to the file inside SCsub. What is the path to this file in your machine?

Malkverbena commented 5 years ago

Anyway I forgot some steps. Try again and tell if you could compile.

Malkverbena commented 5 years ago

@nicolausaugusto I'm closing this issue. I will understand that you have managed to compile the module.