Hello!
I get the following error while trying to ./install.sh :
vcf_file.cpp: In constructor ‘vcf_file::vcf_file()’:
vcf_file.cpp:25:13: error: cannot convert ‘bool’ to ‘gzFile {aka gzFile_s*}’ in assignment
gzvcf_in = false;
^~~~~
Makefile:53: recipe for target 'vcf_file.o' failed
make[1]: *** [vcf_file.o] Error 1
Could you please help me fix it?
Thanks!