On Mon, Jun 30, 2008 at 1:00 PM, -= JB =- <[EMAIL PROTECTED]> wrote: > I am trying to write and external using XCode by following the instructions > in the Rev newsletter which shows how to create the external rnahello. > > I have done everything it said to do but when I Build the external I get the > error: > > error: There is no SDK at specified SDKROOT_ppc path > '/Developer/SDKs/MacOSX10.2.8.sdk' > > Does anyone know how to correct this error so I can Build the external?
I did this a while ago, and I think the key was not to try building for anything other than Intel. They have hard-wired a call to an old SDK into the external builder and that SDK will not be part of a standard Developer tools install. Cheers, Sarah _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
