If I want to understand the FFI Browser 3.9.1 by hand, how would I go about it? I just used the ScriptLoader instFFI and the FFI was installed. How can I check that the right item was installed? Is there a way to check that the version installed is the same as the one listed in the Universe Browser, ie that it is the same package as FFI Browser 3.9.1 The Resources/package-cache directory now holds FFI-Kernel-ar.9.mcz so I guess it must be the right one. 2009/6/16 Mariano Martinez Peck <marianopeck@gmail.com>
What Pharo version are you using? Perhaps something related to this: http://code.google.com/p/pharo/issues/detail?id=510
What about installing latest FFI from MC instead of Universe? To do this, just evaluate ScriptLoader loadFFI
Universe 3.9.1 uses FFI-Kernel-ar.8.mcz and the latest is FFI-Kernel-ar.9.mcz
Anyway I know nothing about GemTools so perhaps I am saying nonsense things.
Best,
Mariano
On Tue, Jun 16, 2009 at 3:23 PM, Frank Church <vfclists@googlemail.com>wrote:
When I get round to installing the GemTools, the first item it starts downloading is FFI browser 3.9.1 and it halts with the Error - MessageNotUnderstood MimeType->IndexOf,
Prior to that is a call to HttpUrl normalizeContents and a few others.
2009/6/16 Frank Church <vfclists@googlemail.com>:
Worked first time!!
Pretty cool!!
2009/6/16 Mariano Martinez Peck <marianopeck@gmail.com>:
You can do this:
|instClass| instClass := Smalltalk at: #Installer ifAbsent: [ScriptLoader loadLatestPackage: 'Installer-Core' fromSqueaksource: 'Installer'. Smalltalk at: #Installer]. instClass ss project: 'XMLSupport'; install: 'XML-Parser'.
....
....
Cheers,
Mariano
On Tue, Jun 16, 2009 at 2:03 PM, Frank Church <vfclists@googlemail.com
wrote:
When I type the command and 'do-it' I get the error : 'Unknown variable Install, please correct or cancel'
Is it already built into Pharo or does it require an additional package to be installed?
2009/6/16 Brian Brown <brian@ablelinktech.com>:
In the workspace.
- Brian
On Jun 16, 2009, at 7:48 AM, Frank Church wrote:
Is the Installer command something to run in the Workspace or in
some
other window?
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project