Hello all. I have this project that uses Juce. On a PPC G5 machine my project builds fine, and there are no problems concerning Juce. However, compiling the very same project on an IntelMac, I get the following:
error: ‘Boolean juce::Button()’ should have been declared inside ‘juce’
The error pops up, when compiling one of my own files, and clicking it, I’m taken to the following:
/*
File: HIToolbox/Events.h
<…>
extern Boolean
Button(void) AVAILABLE_MAC_OS_X_VERSION_10_0_AND_LATER;
- It seems like some declaration is either overridden from/in the SDK on the IntelMac, where the PPC has a different SDK, and thus no problems. This is just guesswork though.
Has anyone had similar problems - and maybe a solution? Huge thanks in advance,
-A