-
Notifications
You must be signed in to change notification settings - Fork 52
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
Configure fails if ngs-sdk is not made previously #1
Comments
I also get this error on an Ubuntu machine, but note it doesn't happen on Mac OS X. Unfortunately, I get a different error #6 on Mac, but I'm not sure there's any connection. |
This happens for first time users, and is an issue we're aware of. |
Can a comment linking to this ticket be added to: https://github.com/ncbi/ngs/wiki/Building-and-Installing-from-Source |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Doing a clean ./configure from the source, the part configuring ngs-bam fails because it complains it cannot find ngs-sdk, which isn't made yet. So after ./configure bails, doing
make -C ngs-sdk
and then reconfigure and make works. It would probably be better to handle this cleanly.The text was updated successfully, but these errors were encountered: