lupoglaz / GodotAIGym

Communicating with godot engine through shared memory
https://lupoglaz.github.io/GodotAIGym/
MIT License
214 stars 27 forks source link

compile error #16

Closed schwartazi closed 3 years ago

schwartazi commented 3 years ago

Hi I download godot version 3.2 from https://github.com/godotengine/godot/archive/3.2-stable.tar.gz and I'm trying to compile I get this error In file included from modules/GodotSharedMemory/cSharedMemory.cpp:3:0: modules/GodotSharedMemory/cSharedMemory.h:5:10: fatal error: core/object/reference.h: No such file or directory

include "core/object/reference.h"

any idea how to solve it?