… I’m getting this compile error (using the tip) on Mac and iOS. I thought it might be my out of date projects so I went to build the new Jucer to remake them but got the error there too!
It seems to be PPC and ARM6 related so not bulding for those architectures fixes it - so perhaps there’s some conditional compile stuff related to those archs that’s not quite right.
OK, found the problem. The 0 need casting to the appropriate type for the templated substitute for OSAtomicAdd64Barrier. Lines 229-42 of juce_Atomic.h. I think my observations re: architectures might have been mistaken although of course this might have affected PPC.