jwr-git / pwcoco

Pair-wise conditional analysis and colocalisation
GNU General Public License v3.0
36 stars 4 forks source link

make error #20

Open isunshine-cc opened 4 months ago

isunshine-cc commented 4 months ago

/x86_64-conda-linux-gnu/include/c++/11.2.0/ctime:80:11: error: 'timespec_get' has not been declared in '::' 80 | using ::timespec_get; | ^~~~ make[2]: [CMakeFiles/pwcoco.dir/build.make:76: CMakeFiles/pwcoco.dir/src/options.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:83: CMakeFiles/pwcoco.dir/all] Error 2 make: *** [Makefile:91: all] Error 2

Can you tell me how to resolve it?

isunshine-cc commented 3 months ago

I have solve this question by follow the code: conda update --all