Hi Bruce. The recommended way to install external packages in Pharo is now using Metacello.
To install FFI in Pharo, evaluate:
Gofer new
��� squeaksource: 'MetacelloRepository';
��� package: 'ConfigurationOfFFI';
��� load.
((Smalltalk at: #ConfigurationOfFFI) project version: '1.3') load.
For more information about Metacello:
http://code.google.com/p/metacello/
or you can see the talk we give with Dale last week at ESUG.
Cheers
Mariano
I noticed in Pharo 1.1 that the loadFFI script in the script loader is no longer there. �How can I load FFI into Pharo 1.1. �I noticed that the shared library is there but that there are no supporting FFI Classes.
Thanks for the Help.Bruce
_______________________________________________
Pharo-users mailing list
Pharo-users@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-users