You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May I know how I can build this project. I encounter this when try to run make. Thanks in advance!
#comment this out if you are hacking on the code or compilation will take forever
#make --no-print-directory -C include/Plutonium -f Makefile lib
sdInstall.cpp
In file included from /data/source/sdInstall.cpp:41:
/data/include/ui/MainApplication.hpp:2:10: fatal error: pu/Plutonium: No such file or directory
2 | #include <pu/Plutonium>
| ^~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [/opt/devkitpro/devkitA64/base_rules:14: sdInstall.o] Error 1
make: *** [Makefile:176: build] Error 2
The text was updated successfully, but these errors were encountered:
May I know how I can build this project. I encounter this when try to run
make
. Thanks in advance!The text was updated successfully, but these errors were encountered: