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 [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
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 <[hidden email]> wrote: What is the secret to getting FFI 3.9.1 to install from the Universe _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
thanks
so much
ran
"Win32Utils getCommonEnvironmentVariables" safe and
sound
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Mariano Martinez Peck
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: _______________________________________________ Pharo-project mailing list [hidden email] 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 <[hidden email]>
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |