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
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?