Try not to use ScriptLoader anymore to load projects or packages.

To install FFI, use the Metacello configuration, like this:

Gofer new
    squeaksource: 'MetacelloRepository';
    package: 'ConfigurationOfFFI';
    load.

((Smalltalk at: #ConfigurationOfFFI) project version: '1.0') load.

Cheers

Mariano

On Sun, Feb 14, 2010 at 10:48 AM, Stéphane Ducasse <
[email protected]> wrote:

> >
> > did you check the configurationOfFFI ???
> > Does it exist?
> >
> > Stef
> >
> > On Feb 14, 2010, at 7:45 AM, Yanni Chiu wrote:
> >
> >> Oops, this was on Pharo. I just checked Squeak3.11-9371-alpha.zip, and
> ScriptLoader>>loadFFI does not exist there.
> >>
> >> Anyhow, what is the proper way to load FFI?
> >>
> >>
> >> Yanni Chiu wrote:
> >>> "ScriptLoader loadFFI" now fails because the package FFI-Examples is no
> longer in the repository.
> >>> Does ScriptLoader need to be updated, or was the package deleted
> accidentally?
> >>
> >>
> >
> >
> >
> >
>
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to