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

compilation fails on Mac OS X #6

Closed
agarwal opened this issue Jun 5, 2015 · 4 comments
Closed

compilation fails on Mac OS X #6

agarwal opened this issue Jun 5, 2015 · 4 comments

Comments

@agarwal
Copy link

agarwal commented Jun 5, 2015

$ ./configure
...

$ make
make[3]: *** No rule to make target `/Users/ashish/Desktop/tmp/ngs-1.1.0/ngs-sdk/ngs/ReadCollection.hpp', needed by `/Users/ashish/ncbi-outdir/ngs-sdk/mac/clang/x86_64/rel/obj/language/c++/ReadCollection.pic.o'.  Stop.
make[2]: *** [c++] Error 2
make[1]: *** [language] Error 2
make: *** [ngs-sdk] Error 2
@seandavi
Copy link
Contributor

seandavi commented Nov 6, 2015

I found the same thing. The following appears to be required....

./configure
make
./configure
make

@v-a-s-a
Copy link

v-a-s-a commented Mar 14, 2016

Can confirm: seandavi's doubled up ./confiure; make works.

@seandavi
Copy link
Contributor

seandavi commented Jun 7, 2016

Is there any reason that this workflow needs to stay as is? It seems like this should be fixable?

@klymenko
Copy link
Contributor

klymenko commented Jun 7, 2016

It was fixed. What issues do you have?

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