Closed Ilphrin closed 5 years ago
Ok it seems like the crate can't compile if the working directory have a space (here, i have /home/ilphrin/Perso/Site web/
)
It seems weird, but maybe it is a wanted behaviour from the crate, does anyone know if this is the case?
I have changed the directory and the build phase finished without any problem
Looks like it's running into:
https://www.gnu.org/software/autoconf/manual/autoconf-2.60/autoconf.html#Special-Chars-in-Variables
While building gettext maybe?
Thanks for filling an issue on the appropriate repository!
Fixed by #327 (remove gettext-sys from dependecies)
Hi,
I just tried to run
cargo run
after installing all the prerequisites, the cargo build fail and shows me this error:System: Pop_OS! 18.04 64 bits (Ubuntu)
Running with latest nightly rustc (with rustup) version