Stack Overflow when attempting to compile jaq on Windows
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:

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!
I just changed a component that might have been responsible for the stack overflow. Would you try compiling jaq again?
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! :)