Malkverbena / mysql

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

Error compiling to Linux #10

Closed Samulikoo closed 3 years ago

Samulikoo commented 3 years ago

Hello! I'm having trouble compiling Godot with the MySQL module:

When the compilation is almost complete, the console displays the following error: log

I am using Ubuntu Linux 20.04.2 and my Godot version is 3.2.3.

Samulikoo commented 3 years ago

I changed the 95 line in the mysql_driver.h file: static inline MySQL_Driver * get_mysql_driver_instance() { return get_mysql_driver_instance(); } And then it compiled successfully.

Malkverbena commented 3 years ago

Dude, a tip. Don´t mess with libs. it's certainly future headache.