essej / paulxstretch

PaulXStretch - Extreme Timestretching application and plugin
Other
416 stars 12 forks source link

Failure to link juice #30

Open cocreature opened 1 year ago

cocreature commented 1 year ago

Hi, thanks for your work on this!

I am trying to build this on NixOS but my attempts so far always fail to link juice: full log

Any chance you've maybe seen that before and have some idea of what I might be doing wrong?

polygon commented 9 months ago

Did you ever solve this. I'm also creating a build on NixOS and I'm currently running into this issue. For me, everything points to there being some issue with LTO. If I remove juce::juce_recommended_lto_flags in the main CMakeLists.txt file, the program is building but ends up with a segfault, so this isn't the solution either.

polygon commented 8 months ago

Got this to work, at least standalone. It's in my audio.nix Flake: https://github.com/polygon/audio.nix