-
Notifications
You must be signed in to change notification settings - Fork 85
could not compile texture-synthesis
#164
Comments
work it only |
Please try with |
I can't compile it on linux (Ubuntu 20.01) too, with
Rust/Cargo versions:
Libxkb common installed via |
I got the same error, I don't really understand what was the problem but after several attempts, I found that the nightly version works properly. try this one: At this time you can install it with: With the 1.57.0-x86_64-unknown-linux-gnu not nightly version I can compile it but only with the below command, and the result is in debug without optimization, which make the library unusable: |
@MassimilianoBiancucci if you only want to change nightly for the current project use |
I am going to report this to rust later today, if they don't already have a bug report on it. We are not really maintaining this project (which I should note in the Readme) so won't dig too deep, but would gladly take prs that somehow workaround whatever is causing llvm to choke on this project. |
I've filed rust-lang/rust#93372, in the meantime, you can either compile with rust 1.55.0 |
This now works on the current stable 1.62.0 as well as the current latest nightly as LLVM 13 is no longer being used, so I'm closing this issue as resolved. If someone runs into this issue again, it's most likely you are using a rust version between 1.56 and 1.59 and you'll need to use a compiler version outside that range to compile texture synthesis. |
Uh oh!
There was an error while loading. Please reload this page.
could not compile
texture-synthesis
Steps to reproduce the behavior:
\texture-synthesis
cargo install --path=cli
stable-x86_64-pc-windows-msvc (default)
rustc 1.56.1 (59eed8a2a 2021-11-01)
Please help, what am I doing wrong?
The text was updated successfully, but these errors were encountered: