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

Demo build failure #20

Closed
jlb6740 opened this issue Nov 5, 2019 · 1 comment
Closed

Demo build failure #20

jlb6740 opened this issue Nov 5, 2019 · 1 comment

Comments

@jlb6740
Copy link

jlb6740 commented Nov 5, 2019

Trying to run the example with this command:

cargo run --release --example demo

Here is the end of the error

cargo:warning=c++: error: vendor/src/allocator.cpp: No such file or directory
cargo:warning=c++: fatal error: no input files
cargo:warning=compilation terminated.
exit code: 1

--- stderr

error occurred: Command "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "src" "-Wall" "-Wextra" "-std=c++11" "-o" "/home/jlb6740/workloads/meshopt-rs/target/release/build/meshopt-1cbb12cbae4a23de/out/vendor/src/allocator.o" "-c" "vendor/src/allocator.cpp" with args "c++" did not execute successfully (status code exit code: 1).

@DzmitryFil
Copy link

looks like you didn't clone vendor submodule
run git submodule update --init --recursive

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

3 participants