Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JUCE ARA PluginDemo build Projucer/FRUT discrepancy #767

Open
benediktadams opened this issue Oct 15, 2023 · 0 comments
Open

JUCE ARA PluginDemo build Projucer/FRUT discrepancy #767

benediktadams opened this issue Oct 15, 2023 · 0 comments

Comments

@benediktadams
Copy link

benediktadams commented Oct 15, 2023

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant