Re: [F-Script-talk] F-Script Anywhere Installation?
Brought to you by:
pmougin
From: Philippe M. <pm...@ac...> - 2004-10-03 23:45:47
|
Le 4 oct. 04, =E0 01:25, John Anderson a =E9crit : > Philippe, > > I am using Ken Ferry's SIMBL and the problem I am experience exist =20 > there as well. For some reason, it appears that FSA is not loading =20= > the FS framework, as I get this message when I try to FSA's "New =20 > F-Script Workspace" menu item. > >>> 2004-10-02 13:44:24.117 TextEdit[1781] *** class error for =20 >>> 'FSContext': class not loaded > You should try to use it with previous version of F-Script (i.e. =20 F-Script 1.2.6). It works for me. See my previous message for the =20 download link. > I am actually wokring on this issue as we speak. I have just =20 > recomplied the FSA source shipped with Ken Ferry SIMBL and I am trying = =20 > to diagnose the loading problem. It seems odd because otherwise my =20= > system seems to recognize your compilation of the F-Script framework. Yes, the F-Script framework seems ok. I think the problem comes from =20 the main nib file of FSA (i.e. FSAInterpreterPanel.nib). There is a =20 hidden reference, in this file, to FSContext, a class that has been =20 removed from F-Script in version 1.2.7. I think that recreating this =20= nib file from scratch might solve the problem. Best, Philippe Mougin > Thank for responding, > > John > > > > On Oct 3, 2004, at 6:55 PM, Philippe Mougin wrote: > >> Thank you for reporting the problem. I'm working on it. In the =20 >> meantime, you can use Ken Ferry's SIBML version of FSA with the =20 >> previous version of FScript.framework =20 >> (http://www.fscript.org/download/FScriptBin-20040324.tar.gz). >> >> Best, >> >> Philippe Mougin >> >> Le 2 oct. 04, =E0 19:54, John Anderson a =E9crit : >> >>> Hello, >>> >>> I am new to new to F-Script but very excited about using it with =20 >>> other Cocoa applications via F-Script Anywhere. But I think that I =20= >>> am missing something, because I have not been able open a new =20 >>> F-Script Workspace in any other applications despite having no =20 >>> problem view the FSA menu item. The "About F-Script Anywhere menu =20= >>> item works fine. >>> >>> It appears the F-Script.framework is not being found because the =20 >>> console logs this error. >>> >>> 2004-10-02 13:08:09.104 Safari[1035] *** class error for =20 >>> 'FSContext': class not loaded >>> >>> >>> >>> However, if I remove the F-Script.framwork from either =20 >>> ~/LIbary/Frameworks or /Library/Frameworks or the FSA application =20= >>> will generate an error message or by using Ken Ferry's SIBML version = =20 >>> of FSA, the FSA menu will not show up at all. This implies that the = =20 >>> framework is being found and read by OS X, and confusing me. >>> >>> So, the problem remains the same with using the normal FSA =20 >>> Application to install into a running Cocoa application or the SIBML = =20 >>> way. I download and install PithHelmet, a SIMBL based extension for = =20 >>> Safari and it runs fine, but appears to use a new verion SIMBL =20 >>> iteslf. I then notice that PithHelmet's SIMBL-bundle's plist was =20= >>> slightly different that of Ken Ferry's for FSA. Making the minor =20= >>> changes, I get a different error message: >>> >>> 2004-10-02 12:21:55.980 Console[392] -[FSAController loadWindow]: =20= >>> failed to load window nib file 'FSAInterpreterPanel'. >>> 2004-10-02 12:21:55.980 Console[392] *** Assertion failure in =20 >>> -[FSAController init], =20 >>> /Volumes/Canti/Users/ken/Documents/Programming/FScriptAnywhereSIMBL/=20= >>> FSAController.m:152 >>> 2004-10-02 12:21:55.982 Console[392] Can=92t get interpreter window! >>> >>> >>> >>> This is another related error message. It makes it appear that the =20= >>> F-Script.framework is appear has not been properly complied for =20 >>> distribution because is try to open a library in =20 >>> "/Users/pmougin/..." which obviously does not exist on machine. >>> >>> 2004-10-02 12:50:11.313 Mail[1042] *** -[NSBundle load]: Error =20 >>> loading code /Library/Application =20 >>> Support/SIMBL/Plugins/FScriptAnywhereSIMBL.bundle/Contents/MacOS/=20 >>> FScriptAnywhereSIMBL for bundle /Library/Application =20 >>> Support/SIMBL/Plugins/FScriptAnywhereSIMBL.bundle, error code 0 =20 >>> (link edit error code 0, error number 2 (dyld: =20 >>> /Applications/Mail.app/Contents/MacOS/Mail can't open library: =20 >>> /Users/pmougin/allFscript/FScript/build/UninstalledProducts/=20 >>> FScript.framework/Versions/A/FScript (No such file or directory, =20= >>> errno =3D 2) >>> >>> >>> >>> So, I recompiled the F-Script.framework myself and set the location =20= >>> for build results to "/Library/Frameworks" and I am back to original = =20 >>> error message: >>> >>> >>> >>> >>> >>> Otherwise, I running OS X 10.3.5 and am using the latest downloads =20= >>> of F-Script (v 1.2.7) and F-Script Anywhere (v 1.1.5). I have set =20= >>> the value of the string in Ken Ferry's SIMBL plist array =20 >>> "SIMBLApplicationIdentifier" to "*" so that all Cocoa applications =20= >>> are targeted. And the F-Script application runs fine. >>> >>> >>> Truly yours, >>> John Anderson=20= |