As per the documentation, created a new Carbon Application.
I have libjuce.a added to the list of external frameworks and libraries for linking.
I'm basically trying to write a Hello World app, to make sure everything compiles and actually works.
Got the juce.h header in the same directory as the xcode file, and it's referenced in main.c as "juce.h". Everything fine so far...
'Build'
Hmmm... juce.h needs the juce_includes.h header. Ok, no problem.
Oh wait, juce_includes.h needs files in src...
*a while later*
I have juce.h and src/ in entirety and my test app fails to build with approximately 1968 errors(!).
What did I do so incredibly wrong? My test app does nothing but attempt
to include juce.h and return zero...
..help..
mark
