XCode newbie question

Hi,

I’ve just compiled the VST example on PC, but I have this really weird linking error on MAC XCode 2.4.1:

Linking /Developer/Build Files/JuceVST.build/Debug/JuceVST.build/Objects-normal/ppc/JuceVST (1 error)
can’t locate file for: -ljucedebug
command /usr/binn/g+±4.0 failed with exit code 1

as far as I understood, ljucedebug is a flag for debug , but the error doesn’t make sense for me … Anyone can help ? Thanks…

Nicolas

It means that the library jucedebug can’t be found. Have you build the debug version of juce?

I guess I have no excuses, all was written in the main document, which I missed … Thanks !

Nicolas