Juce 1.2 OSX

Discussion about: tracktion.com
Post Reply New Topic
RELATED
PRODUCTS

Post

My adventures with xcode:

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
OS X 10.3.4
DELTA 66
1536mb RAM

Post

you're not supposed to make a copy of juce.h - just leave it where it is and add it to your include path! :roll:

Did you try building the demo app project?

Post

Ah. That would make sense. :)

I misinterpreted the docs. No problem.
OS X 10.3.4
DELTA 66
1536mb RAM

Post Reply

Return to “Tracktion”