bruvzg / gdsdecomp

Godot reverse engineering tools
MIT License
1.54k stars 146 forks source link

Error while building on Linux with 3.2 #13

Closed ealione closed 3 years ago

ealione commented 3 years ago

Following the instructions I get this error when building with the 3.2 branch of Godot.

modules/gdsdecomp/register_types.cpp:6:10: fatal error: core/object/class_db.h: No such file or directory
    6 | #include "core/object/class_db.h"

Building on the master branch produces another String related error that I do not think has anything to do with gdsdecomp

bruvzg commented 3 years ago

Which branch of gdsdecomp are you using, 3.2 is for Godot 3.2, master is for Godot 4 (~but it was not updated for some time since~, I have update string and core APIs, but there is no bytecode for the new version of GDScript, there are no benefits from using it with 4.0 right now).

ealione commented 3 years ago

And you are obviously correct, I was using the wrong combination of versions.