Open cocreature opened 1 year 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.
Got this to work, at least standalone. It's in my audio.nix Flake: https://github.com/polygon/audio.nix
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?