snuk182 / nuklear-rust

The bindings to the Nuklear 2D immediate GUI library.
Apache License 2.0
359 stars 16 forks source link

Pulled from Crates.io, nuklear-sys build script panics #24

Open khionu opened 5 years ago

khionu commented 5 years ago

When pulling from Git, there is no issue, it is exclusively when nuklear-sys is imported from a Cargo repository.

Panic with trace: https://gist.github.com/khionu/cac71a3176ed42840caa79b53af26bbd

OS: Win 10 Pro (1903) Compiler: 1.35.0 (3c235d560 2019-05-20) Toolchain: stable-x86_64-pc-windows-msvc

plyhun commented 5 years ago

The stacktrace shows problems with pulling the Nuklear C library via Git to the Cargo registry folder. Can you please go to C:\Users\Khionu\.cargo\registry\src\github.com-<hashed> and delete all the nuklear-* folders, and try building nuklear-test again?