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
Hello, I have tried building all versions of piranha from both the releases page and recursive git clone. When I try to build, I always get the error below:
make all
make[1]: Entering directory PIRANHA_TEST/piranha/src'
make[2]: Entering directory PIRANHA_TEST/piranha/src/progs' make[2]: *** No rule to make target PIRANHA_TEST/GenomicRegion.o', needed by Piranha'. Stop. make[2]: Leaving directory PIRANHA_TEST/piranha/src/progs'
make[1]: *** [all] Error 2
make[1]: Leaving directory `PIRANHA_TEST/piranha/src'
make: *** [all] Error 2
would you mind providing some guidance on how to fix this error?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello, I have tried building all versions of piranha from both the releases page and recursive git clone. When I try to build, I always get the error below:
make all
make[1]: Entering directory PIRANHA_TEST/piranha/src'
make[2]: Entering directory
PIRANHA_TEST/piranha/src/progs' make[2]: *** No rule to make target
PIRANHA_TEST/GenomicRegion.o', needed byPiranha'. Stop. make[2]: Leaving directory
PIRANHA_TEST/piranha/src/progs'make[1]: *** [all] Error 2
make[1]: Leaving directory `PIRANHA_TEST/piranha/src'
make: *** [all] Error 2
would you mind providing some guidance on how to fix this error?
Thanks!
The text was updated successfully, but these errors were encountered: