Re: What does this compile error mean please?
Re: What does this compile error mean please?
- Subject: Re: What does this compile error mean please?
- From: Shane Stanley <email@hidden>
- Date: Mon, 01 Dec 2014 21:53:49 +1100
On 1 Dec 2014, at 8:54 pm, Brian Christmas <email@hidden> wrote:
osacompile: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/QXPScriptingAdditions.osax" declares no loadable handlers.
This means you have an old scripting addition, installed by QuarkXPress. It can't be loaded and so is doing nothing, so you might as well chuck it. But I suspect it's a red herring, and unrelated to your real problem: storage error: Internal table overflow. (-2707) Command /usr/bin/osacompile failed with exit code 1
I suggest you try compiling your script in another editor, but you'll probably see the same thing. Basically it means your script is too complex: it could be too many properties, too many nested ifs, whatever. I suspect you'll need to simplify it, perhaps by moving some to other classes or libraries.
First thing, ditch the addition and try again.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden