FRUT
FRUT copied to clipboard
JUCE ARA PluginDemo build Projucer/FRUT discrepancy
Hi,
when building the JUCE ARA PluginDemo project through FRUT it fails because it can't find any of the ARA headers, while the Projucer generated Xcode project works fine.
Since there's a bit of setup involved with adding the ARA SDK, I've setup the JUCE demo project with everything submodularised here:
https://github.com/benediktadams/ARAPluginDemo_FRUT
This can be built without further setup with Xcode.
I've also added a script to the project root called 'BuildWithFrut.sh'. To run the script first cd into the project root. Running this script will:
- Build FRUT
- Generate CMakeLists.txt from Projucer file using FRUT
- Start building with cmake
- Then the build fails when it can't find the ARA headers (search paths are added to Projucer's general Header Search Paths section)