Obviously it does not make sense that there would need to be any hard coded paths in the JUCE include files. There has to be a way to inform JUCE where to find library files. Does anyone know this? Does anyone here build a plugin for Mac OSX?
I’m still getting: Include path for stdlibc++ headers not found, pass '-
std=libc++ on the command line to use the libc++. 'memory file not found.
In file included from …/…/…/JUCE/modules/juce_core/juce_core.h:182:
…/…/…/JUCE/modules/juce_core/system/juce_StandardHeader.h:55:10: fatal error: ‘memory’ file not found
#include [memory]
I checked the path given above and the file is present where it is expected. So it would seem a mystery that JUCE went into a state where it would no longer know where to find these basic library files.
