jaq icon indicating copy to clipboard operation
jaq copied to clipboard

Stack Overflow when attempting to compile jaq on Windows

Open ibelieveinwhatileaveinthewaybehind opened this issue 3 years ago • 1 comments

Hi,

I've installed rust via rustup, and attempted to compile jaq by doing cargo install jaq, and even building from GitHub by cargo install --git https://github.com/01mf02/jaq but both of those commands fail while compiling jaq-std and jaq. Here's the output: image

Hi @ibelieveinwhatileaveinthewaybehind, to diagnose your issue, can you clone the jaq repository, go to the directory jaq-parse, and run cargo build as well as cargo build --release? If both succeed, can you run the same two commands as well as cargo build --release --no-default-features in jaq-std? Could you please post the output of the failing commands? Thanks!

01mf02 avatar Sep 13 '22 10:09 01mf02

I just changed a component that might have been responsible for the stack overflow. Would you try compiling jaq again?

01mf02 avatar Sep 26 '22 15:09 01mf02

I just changed a component that might have been responsible for the stack overflow. Would you try compiling jaq again?

Installing from Git seems to have worked. Thanks! :)

Great to hear that! :)

01mf02 avatar Sep 26 '22 16:09 01mf02