We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
环境 Ubuntu 24.04.1 LTS cmake version 3.28.3 GNU Make 4.3 gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
克隆仓库后执行编译
cd ./3rdparty mkdir build cd build && cmake ../ make
报错如下:
/home/xxx/download/gs3m/s3m/include/S3MBCommon.h:29:22: warning: extra tokens at end of #ifndef directive 29 | #ifndef EQUAL(x,y) | ^ /home/xxx/download/gs3m/s3m/src/DracoTool.cpp:2:10: fatal error: draco/compression/decode.h: No such file or directory 2 | #include "draco/compression/decode.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/s3m.dir/build.make:118: CMakeFiles/s3m.dir/s3m/src/DracoTool.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:85: CMakeFiles/s3m.dir/all] Error 2 make: *** [Makefile:136: all] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
克隆仓库后执行编译
报错如下:
The text was updated successfully, but these errors were encountered: