[Seaside] Problems with FFI and desktop

Mariano Martinez Peck marianopeck at gmail.com
Mon Feb 22 09:02:05 UTC 2010


On Sun, Feb 21, 2010 at 10:40 AM, Torsten Bergmann <astares at gmx.de> wrote:

> FFI is and ever was working in Pharo. Unfortunately last week an
> mcz was removed from the original repo so an older FFI version
> for Metacello was broken.
>
>
> So Pharo just use Metacello to load FFI:
>
>  Gofer new
>     squeaksource: 'MetaSource';
>     package: 'ConfigurationOfFFI';
>     load.
>
>  ((Smalltalk at: #ConfigurationOfFFI) project version: '1.2') load
>
>
>
I think that you missed the repository ;)    it is not MetaSource but
MetacelloRepository

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

 ((Smalltalk at: #ConfigurationOfFFI) project version: '1.2') load

Did that work ?

Cheers

Mariano





> >By the way, I am not able to access desktop from File Browser; is it
> >correct?
>
> If you mean the Desktop as a folder on Windows:
>
> The Desktop as a root in the Windows Explorer tree is only a fake -
> typically it is a normal folder in the filsystem hierarchy. For instance
> on Vista you could go to
>
>  C:\Users\MyLoginName\Desktop
>
>
> --
> GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
> Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20100222/8496a885/attachment.htm


More information about the seaside mailing list