Building the JUCE Demo with JUCE 3.0

Hi all,

Just pulled the new JUCE from the repository & attempted to build the demo project. I accumilated 18 errors, each of this type:

/Users/Tad/JUCE/extras/Demo/Builds/MacOSX/../../../../modules/juce_core/memory/juce_Atomic.h:326:62:{326:62-326:68}: error: cannot initialize a parameter of type 'volatile int *' with an rvalue of type 'int *volatile *' [3]

I'm running Mac OSX 10.6.8, Xcode 4.2

I'm positive I've mislooked something simple, & I've been searching around on the forums for some time trying to find an answer. Perhaps it is an issue with the 64-bit architecture? The older 32-bit demo still builds fine.

Thanks & a very very merry Christmas!

_muir