Colin97 / Point2Mesh

Meshing Point Clouds with Predicted Intrinsic-Extrinsic Ratio Guidance (ECCV2020)
MIT License
92 stars 11 forks source link

CMake error #9

Open anxxFURY opened 10 months ago

anxxFURY commented 10 months ago

I got the following error while post processing

-- The C compiler identification is GNU 9.4.0 -- The CXX compiler identification is GNU 9.4.0 -- Detecting C compiler ABI info CMake Error: Generator: execution of make failed. Make command was: /usr/bin/gmake -f Makefile cmTC_0387e/fast && -- Detecting C compiler ABI info - failed -- Check for working C compiler: /usr/bin/cc CMake Error: Generator: execution of make failed. Make command was: /usr/bin/gmake -f Makefile cmTC_f293e/fast && -- Check for working C compiler: /usr/bin/cc - broken CMake Error at /opt/conda/share/cmake-3.22/Modules/CMakeTestCCompiler.cmake:69 (message): The C compiler

"/usr/bin/cc"

is not able to compile a simple test program.

It fails with the following output:

Change Dir: /workspace/SDP/postprocess/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_f293e/fast && No such file or directory
Generator: execution of make failed. Make command was: /usr/bin/gmake -f Makefile cmTC_f293e/fast && 

CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt

-- Configuring incomplete, errors occurred! See also "/workspace/SDP/postprocess/build/CMakeFiles/CMakeOutput.log". See also "/workspace/SDP/postprocess/build/CMakeFiles/CMakeError.log".