Compiling using xcode 3.2.6

Trying to compile an AudioUnit using XCODE 3.2.6 and I get these compile errors, any idea what the problem is?

Stick a #define JUCE_DISABLE_AU_FACTORY_ENTRY 1 in the user section of your AppConfig.h, and make your AudioProcessor implement silenceInProducesSilenceOut.