-
Notifications
You must be signed in to change notification settings - Fork 8
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
Can't compile sixel-sys on windows or macOS (works fine in linux) #1
Comments
Found the source of the error. It's a bug with std::proccess::Command.
|
Fixes AdnoC#1
For future reference here is the rust bug report: rust-lang/rust#80819 |
PR for fix:rust-lang/rust#80537 |
Fixes AdnoC#1
I haven't touched this in a while, but I'll fix when I have the time. |
I seem to be getting this bug on Archlinux and FreeBSD, even after creating the |
On Windows: I get this error:
On macOS I get this:
If I try to build with RUST_BACKTRACE=1, then it says the error is at
Tracing it backwards, that just tells us that configure failed.
The text was updated successfully, but these errors were encountered: