Can't compile latest tip from SVN

Building target “Juceâ€

Sorry - I’ve got a bunch of changes to check in today, and that’s one of them…

Still get 4 errors after trying today! Maybe you forgot to check in?

No, everything’s compiling quite happily for me now…

I tried again today. It still doesn’t work.

you have to add the line

#include “…/…/…/…/…/build/macosx/platform_specific_code/juce_mac_CarbonViewWrapperComponent.h”

into juce_AudioUnitPluginFormat.mm, otherwise it does not work (for me at least). I am using XCode 2.5.

Ah - sorry, I fixed it for VSTs but forgot about AUs. Will check in something shortly, but effectively it’s just a case of adding that include like you said.