XorTroll / Plutonium

An easy-to-use UI framework for Nintendo Switch homebrew
https://xortroll.github.io/Plutonium/
MIT License
272 stars 40 forks source link

fatal error: pu/pu_String.hpp: No such file or directory #53

Closed ghost closed 4 months ago

ghost commented 3 years 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:

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
ghost commented 3 years ago

Quick fix for now: rename the Include folder to include, (I'm on Linux on a case-sensitive filesystem)