Closed yesimon closed 8 years ago
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
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.