Skip to content
New issue

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

No such file or directory draco/compression/decode.h #106

Open
hgy9473 opened this issue Jan 16, 2025 · 0 comments
Open

No such file or directory draco/compression/decode.h #106

hgy9473 opened this issue Jan 16, 2025 · 0 comments

Comments

@hgy9473
Copy link

hgy9473 commented Jan 16, 2025

环境
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 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant