We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempting to compile master branch on windows gave me the following error:
master
libvorbis/lib/misc.c(14): fatal error C1083: Cannot open include file: 'pthread.h': No such file or directory
Here is the cargo build output:
cargo build
build_out.log
cargo version: cargo 1.49.0-nightly (dd83ae55c 2020-10-20) rustc version: rustc 1.49.0-nightly (ffa2e7ae8 2020-10-24) visual studio 2019 msvc 14.27.29110 windows 10
The text was updated successfully, but these errors were encountered:
This should be fixed in the meantime by the latest release of vorbis-sys (which is a dependency of vorbisfile-sys).
vorbis-sys
vorbisfile-sys
Sorry, something went wrong.
No branches or pull requests
Attempting to compile
master
branch on windows gave me the following error:Here is the
cargo build
output:build_out.log
cargo version: cargo 1.49.0-nightly (dd83ae55c 2020-10-20)
rustc version: rustc 1.49.0-nightly (ffa2e7ae8 2020-10-24)
visual studio 2019
msvc 14.27.29110
windows 10
The text was updated successfully, but these errors were encountered: