Am 28.04.2010 um 16:27 schrieb Theodore H. Smith: > > And... it failed, just like in my project. I get these errors: > > /Developer/SDKs/MacOSX10.4u.sdk/usr/include/libkern/ppc/OSByteOrder.h:82: > error: expected unqualified-id before '[' token
Have you looked there? seems like uint32_t is not defined. Clearly your headers are doing something wrong as you do not include things you need. I'd bet you need at least a line like: #include <Carbon/Carbon.h> Greetings Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>