zhanxw / rvtests

Rare variant test software for next generation sequencing data
126 stars 41 forks source link

Compilation errors #117

Open Jiasong-Duan opened 3 years ago

Jiasong-Duan commented 3 years ago

I used MinGW to compile the source codes directly downloaded from the main page in my windows 10 system. After I type "make" in my command prompt, I got the error like this:

C:\rvtests>make make -C /c/rvtests/third cnpy make: /c/rvtests/third: No such file or directory. Stop. Makefile.lib:38: recipe for target '/c/rvtests/third/cnpy/libcnpy.a' failed make: [/c/rvtests/third/cnpy/libcnpy.a] Error 2

Then I tried command "make libclean", I go another error:

C:\rvtests>make libclean make -C /c/rvtests/base clean make: /c/rvtests/base: No such file or directory. Stop. Makefile:56: recipe for target 'libclean' failed make: [libclean] Error 2

Can you please help me on this? Thanks.