Closed hsetlik closed 1 year ago
Hi @hsetlik,
Thanks for using FRUT and opening this issue!
The root cause is that FRUT hasn't been adapted to the changes made in https://github.com/juce-framework/JUCE/commit/f8e91d40039085f280cad823e1419e9269c8f55c yet. I'll try to work on fixing that quickly.
If you still want to use FRUT, one temporary solution would be to use JUCE 7.0.2, since that commit was part of JUCE 7.0.3.
I hope this helps!
Hi @hsetlik,
I've opened https://github.com/McMartin/FRUT/pull/753 to fix this issue. Could you please give it a try and let me know whether you can build your AudioUnit plugin with JUCE 7.0.4?
Thanks!
Oh sorry just saw this- this is on the support-AudioUnitSDK branch of FRUT?
@hsetlik Exactly. I pushed the branch support-AudioUnitSDK
and I opened the PR #753 to merge that branch into main
once you confirm that it works for you.
Just tested that branch and it works correctly on JUCE 7.0.4, thanks!
@hsetlik Thanks a bunch!
I converted a Projucer plugin project to CMake using FRUT; the VST3 builds just fine but the AudioUnit fails to build with this error:
All the files are there within the JUCE installation, and building the AU from the Projucer still works. The audio plugin client JUCE module is getting included in the FRUT-generated CMakeLists.txt like so:
Is there some other place I need to make sure that the AudioUnitSDK headers get included? For context I'm on macOS Monterey using JUCE 7.0.4 and Unix Makefiles as a generator. Any help or insight appreciated.