sonosaurus / sonobus

Source code for SonoBus, a real-time network audio streaming collaboration tool.
https://sonobus.net
GNU General Public License v3.0
1.49k stars 106 forks source link

Build fails: error: "You need to enable at least one plugin format!" #239

Open yurivict opened 1 week ago

yurivict commented 1 week ago
In file included from /usr/ports/audio/sonobus/work/sonobus-1.7.2/Source/SonoStandaloneFilterApp.cpp:37:
/usr/ports/audio/sonobus/work/sonobus-1.7.2/deps/juce/modules/juce_audio_plugin_client/detail/juce_CheckSettingMacros.h:33:3: error: "You need to enable at least one plugin format!"
   33 |  #error "You need to enable at least one plugin format!"
      |   ^

We have the JUCE package - why use the bundled JUCE and struggle with build problems like this when the package can be used?

FreeBSD 14.1

essej commented 1 week ago

Because I maintain a forked version of JUCE with various patches made over the years by me. If you need help troubleshooting this issue, I'll need more context in the form of how you set it up using cmake, etc... as this is not an error I've seen before. That said, I have also not tried building on FreeBSD before either...