Hello Everyone
I am trying to install bcftools1-4 on my MAC but for some reason is giving me this error I had followed exact documentations I have installed and unzipped in /usr/local/bin , yet I have this lzma.h fie which I dont know how to deal with, bcftools-1.3 was working fine with me on same machine , I hope is not bad Idea to update it !! then done the fowlloing :
./configure make
cram/cram_io.c:60:10: fatal error: 'lzma.h' file not found
#include <lzma.h>
^
1 error generated.
make[1]: *** [cram/cram_io.o] Error 1
make: *** [htslib-1.4/libhts.a] Error 2
Sir Many thanks for your reply but I think I have all those libraries ?!
/usr/local/bin/xz
/usr/bin/bzip2
the zlib is already included in the OS I believe ?!
even when I tried ti Install it by brew I got this
Please use
ADD COMMENT/ADD REPLY
when responding to existing posts to keep threads logically organized.As Mr. Lindenbaum recommended, this thread
it worked well now thanks again. even when I had xz library in the correct location. I had to disconnect then connected again utilizing brew, after that the compiler didnt request the lzmah.h library again. and bcfrools1-4 is working fine ..
Best