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

Configure fails if ngs-sdk is not made previously #1

Closed
yesimon opened this issue Mar 18, 2015 · 4 comments
Closed

Configure fails if ngs-sdk is not made previously #1

yesimon opened this issue Mar 18, 2015 · 4 comments

Comments

@yesimon
Copy link

yesimon commented Mar 18, 2015

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.

CONFIGURING ngs-bam
Configuring NGS-BAM package
checking system type... Linux
checking machine architecture... x86_64
checking NGS-BAM version... 1.1.0
checking for supported architecture... x86_64 (64 bits) is supported
checking for supported OS... Linux (linux) is supported
checking for supported tool chain... gcc tool chain is supported
checking for g++... yes
checking whether gcc accepts -Wno-array-bounds... yes
checking for ngs-sdk package...
        includes... ../ngs-sdk
configure: error: required ngs-sdk package not found.
@agarwal
Copy link

agarwal commented Jun 5, 2015

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.

@kwrodarmer
Copy link
Contributor

This happens for first time users, and is an issue we're aware of.

yaschenk pushed a commit that referenced this issue Nov 23, 2015
@dummey
Copy link

dummey commented Dec 16, 2015

Can a comment linking to this ticket be added to: https://github.com/ncbi/ngs/wiki/Building-and-Installing-from-Source

@kwrodarmer
Copy link
Contributor

done

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

4 participants