Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile issue. #187

Open
dong2dong3 opened this issue Jun 12, 2023 · 1 comment
Open

Compile issue. #187

dong2dong3 opened this issue Jun 12, 2023 · 1 comment

Comments

@dong2dong3
Copy link

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

@impeeza
Copy link

impeeza commented Jun 12, 2023

You need plutonium clone on the repo. Use git clone --recursive and or manually clone plutonium on /include/plutonium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants