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

Make all fails with No rule to make target... #6

Open
juliaphilipp opened this issue Oct 28, 2016 · 2 comments
Open

Make all fails with No rule to make target... #6

juliaphilipp opened this issue Oct 28, 2016 · 2 comments

Comments

@juliaphilipp
Copy link

No rule to make target 'piranha/src/smithlab_cpp/GenomicRegion.o', needed by `Piranha'. Stop.

This is the whole output
x@compute-0-8 piranha]$ make all
make[1]: Entering directory /campusdata/x/software/piranha/src' make[2]: Entering directory/campusdatax/software/piranha/src/progs'
make[2]: *** No rule to make target /campusdata/x/software/piranha/src/smithlab_cpp/GenomicRegion.o', needed byPiranha'. Stop.
make[2]: Leaving directory /campusdata/x/software/piranha/src/progs' make[1]: *** [all] Error 2 make[1]: Leaving directory/campusdata/x/software/piranha/src'
make: *** [all] Error 2

@andrewdavidsmith
Copy link

Hi Julia.

If you are using Piranha from github, you need to make sure you do a recursive clone. Can you confirm you did that? I think this isn’t needed if you use the release (named with tar.gz, or similar).

Andrew

On Oct 28, 2016, at 2:08 PM, Julia Philipp [email protected] wrote:

No rule to make target 'piranha/src/smithlab_cpp/GenomicRegion.o', needed by `Piranha'. Stop.

This is the whole output
x@compute-0-8 piranha]$ make all
make[1]: Entering directory /campusdata/x/software/piranha/src'
make[2]: Entering directory/campusdatax/software/piranha/src/progs'
make[2]: *** No rule to make target /campusdata/x/software/piranha/src/smithlab_cpp/GenomicRegion.o', needed byPiranha'. Stop.
make[2]: Leaving directory /campusdata/x/software/piranha/src/progs'
make[1]: *** [all] Error 2
make[1]: Leaving directory/campusdata/x/software/piranha/src'
make: *** [all] Error 2


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@juliaphilipp
Copy link
Author

Hi Andrew,

thank you so much for your help! You're right, I should have just gone with the release. Sorry about that. It is working now

Julia

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