-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
环境
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
克隆仓库后执行编译
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 2Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels