[Pharo-project] Pharo FFI 3.9.1
What is the secret to getting FFI 3.9.1 to install from the Universe Browser in Pharo? I always get a MessageNotUnderstood: MIMEType>>indexOf: error
You can install it just evaluating this: ScriptLoader loadFFI. This is also here: http://code.google.com/p/pharo/wiki/CodeSnippets Cheers, Mariano On Mon, May 25, 2009 at 7:40 PM, clarence.westberg < clarence.westberg@gmail.com> wrote:
What is the secret to getting FFI 3.9.1 to install from the Universe Browser in Pharo? I always get a MessageNotUnderstood: MIMEType>>indexOf: error
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
thanks so much ran "Win32Utils getCommonEnvironmentVariables" safe and sound -----Mensaje original----- De: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr]En nombre de Mariano Martinez Peck Enviado el: Lunes, 25 de Mayo de 2009 07:47 p.m. Para: Pharo-project@lists.gforge.inria.fr Asunto: Re: [Pharo-project] Pharo FFI 3.9.1 You can install it just evaluating this: ScriptLoader loadFFI. This is also here: http://code.google.com/p/pharo/wiki/CodeSnippets Cheers, Mariano On Mon, May 25, 2009 at 7:40 PM, clarence.westberg <clarence.westberg@gmail.com> wrote: What is the secret to getting FFI 3.9.1 to install from the Universe Browser in Pharo? I always get a MessageNotUnderstood: MIMEType>>indexOf: error _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
In looking at different versions I see FFI 3.9.1 loads in image pharo0.1-10243dev09.02.3.image just fine. However if I start with pharo0.1-10259dev09.03.3.image I have the problem. On May 25, 2009, at 5:46 PM, Mariano Martinez Peck wrote:
You can install it just evaluating this:
ScriptLoader loadFFI.
This is also here: http://code.google.com/p/pharo/wiki/CodeSnippets
Cheers,
Mariano
On Mon, May 25, 2009 at 7:40 PM, clarence.westberg <clarence.westberg@gmail.com
wrote: What is the secret to getting FFI 3.9.1 to install from the Universe Browser in Pharo? I always get a MessageNotUnderstood: MIMEType>>indexOf: error
_______________________________________________ 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
There were some bugs introduced and fixed related with MIMEType. You should test load FFI with latests images (it works for me). cheers, mariano 2009/5/26 clarence.westberg <clarence.westberg@gmail.com>
In looking at different versions I see FFI 3.9.1 loads in image pharo0.1-10243dev09.02.3.image just fine. However if I start with pharo0.1-10259dev09.03.3.image I have the problem.
On May 25, 2009, at 5:46 PM, Mariano Martinez Peck wrote:
You can install it just evaluating this:
ScriptLoader loadFFI.
This is also here: http://code.google.com/p/pharo/wiki/CodeSnippets
Cheers,
Mariano
On Mon, May 25, 2009 at 7:40 PM, clarence.westberg < clarence.westberg@gmail.com> wrote:
What is the secret to getting FFI 3.9.1 to install from the Universe Browser in Pharo? I always get a MessageNotUnderstood: MIMEType>>indexOf: error
_______________________________________________ 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
participants (3)
-
Carlos Crosetti -
clarence.westberg -
Mariano Martinez Peck