ncbi / ngs

NGS Language Bindings
Other
118 stars 52 forks source link

compilation fails on Mac OS X #6

Closed agarwal closed 8 years ago

agarwal commented 9 years ago
$ ./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 commented 8 years ago

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

./configure
make
./configure
make
v-a-s-a commented 8 years ago

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

seandavi commented 8 years ago

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

klymenko commented 8 years ago

It was fixed. What issues do you have?