Skip to content

JUCE ARA PluginDemo build Projucer/FRUT discrepancy #767

@benediktadams

Description

@benediktadams

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions