Closed ghost closed 4 months ago
I just added Plutonium as a submodule (to my local git repository), and tried to make the Makefile in Plutonium, heres the full error:
make
pu_String.cpp /home/me/Projects/switch/HelloPlutonium/Plutonium/Plutonium/Source/pu/pu_String.cpp:1:10: fatal error: pu/pu_String.hpp: No such file or directory 1 | #include <pu/pu_String.hpp> | ^~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [/opt/devkitpro/devkitA64/base_rules:14: pu_String.o] Error 1 make: *** [Makefile:100: build] Error 2
Quick fix for now: rename the Include folder to include, (I'm on Linux on a case-sensitive filesystem)
I just added Plutonium as a submodule (to my local git repository), and tried to
make
the Makefile in Plutonium, heres the full error: