Hey Everyone
Total newbie here. I’m trying to compile the Starting Point tutorial files in XCode. I get an error at "#include <juce/juce.h> because the compiler can’t find it. Two questions:
- Right above it the comment says:
/*
Using <juce/juce.h> here assumes the juce source tree is accessible
In Xcode add the directory containing ‘juce’ as a source tree named JUCE_SOURCE
*/
How do I do that?
- I understand that the preprocessor is looking in the search path specified in Header Search Paths within my XCode project. That’s currently set to ($JUCE_SOURCE). What does that mean?
Thanks!!