Open isunshine-cc opened 5 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?
I have solve this question by follow the code: conda update --all
/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 2Can you tell me how to resolve it?