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
{{ message }}
This repository has been archived by the owner on Apr 11, 2020. It is now read-only.
When following the guide instructions I needed the python3-distutils package as well as sudo apt-get install libxcb-xfixes0-dev libxcb-shapes0-dev libxcb-render0-dev libx11-xcb-dev
in order to get the project to build. After this I was able to run the example. Below is the error and system specs
[ 4%] Generate tables based on the SPIR-V XML registry.
spirv-tools/source/CMakeFiles/core_tables.dir/build.make:72: recipe for target 'spirv-tools/generators.inc' failed
CMakeFiles/Makefile2:476: recipe for target 'spirv-tools/source/CMakeFiles/core_tables.dir/all' failed
Makefile:129: recipe for target 'all' failed
--- stderr
Traceback (most recent call last):
File "/home/daniel/.cargo/registry/src/github.com-1ecc6299db9ec823/shaderc-sys-0.6.1/build/spirv-tools/utils/generate_registry_tables.py", line 19, in <module>
import distutils.dir_util
ModuleNotFoundError: No module named 'distutils.dir_util'
make[2]: *** [spirv-tools/generators.inc] Error 1
make[1]: *** [spirv-tools/source/CMakeFiles/core_tables.dir/all] Error 2
make: *** [all] Error 2
thread 'main' panicked at '
command did not execute successfully, got: exit code: 2
build script failed, must exit now', /home/daniel/.cargo/registry/src/github.com-1ecc6299db9ec823/cmake-0.1.42/src/lib.rs:861:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
warning: build failed, waiting for other jobs to finish...
error: build failed
When following the guide instructions I needed the
python3-distutils
package as well assudo apt-get install libxcb-xfixes0-dev libxcb-shapes0-dev libxcb-render0-dev libx11-xcb-dev
in order to get the project to build. After this I was able to run the example. Below is the error and system specs
and
Linux Mint 19.2
Linux Kernel 4.15
Rust 1.39.0
Let me know if I can provide more info. Thanks!
The text was updated successfully, but these errors were encountered: