You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Trying to run the example with this command:
cargo run --release --example demo
Here is the end of the error
The text was updated successfully, but these errors were encountered: