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

can't build #72

Open
8banzhuan opened this issue Oct 25, 2022 · 1 comment
Open

can't build #72

8banzhuan opened this issue Oct 25, 2022 · 1 comment

Comments

@8banzhuan
Copy link

Hello, when I git the code locally and execute make, the following error occurs
make: *** No rule to make target 'src/tinyFA/pliib/pliib.hpp', needed by 'build/main.o'. Stop.
Looking forward for your response, thank you

@edawson
Copy link
Owner

edawson commented Sep 27, 2023

Hi,

This usually happens because the submodules are not initialized. When you cloned the repo, did you use the --recursive flag?

git clone --recursive https://github.com/edawson/gfakluge.git

If you've already cloned the repo, you can run the following from inside the repo:

git submodule update --init --recursive

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