khairul169 / gdsqlite-native

SQLite module for Godot 3.x
MIT License
219 stars 41 forks source link

Compiling on MacOSX #5

Closed jospic closed 6 years ago

jospic commented 6 years ago

Hi, I've tried to compile your gdnative module with latest Godot 3 stable headers, but without success.

src/gdsqlite.c:64:7: error: no member named 'godot_string_get_data' in 'struct

Any suggestions? Thanks in advance

khairul169 commented 6 years ago

Fixed with commit 6924333, you can try to compile it now.. :)