FYI, it's the GeniePlugin that has the stack depth problem: http://lists.squeakfoundation.org/pipermail/vm-dev/2009-May/002721.html Dave On Tue, Aug 11, 2009 at 11:26:00AM -0400, David T. Lewis wrote:
That sounds familiar. I think one of the plugins has a method that is too long and complicated to compile under the new closure compiler. Sorry I don't remember which one, but it's not one that you need so if you can get past the error it should not cause further problems.
Sounds like I need to test loading VMMaker into a fresh image with closures!
Dave
On Tue, Aug 11, 2009 at 11:45:47AM -0300, Hernan Wilkinson wrote:
Thanks... but now I'm getting a compile error loading VMMaker: 'Cannot compile -- stack including temps is too deep'... anyway...
2009/8/11 Mariano Martinez Peck <marianopeck@gmail.com>
FFIConstants is FFI package, not Alien FFI. This last one is a new implementation of FFI.
To load FFI (not alien) on Pharo, just evaluate: ScriptLoader loadFFI
I don't know what KlattResonatorIndices is.
2009/8/11 Hernan Wilkinson <hernan.wilkinson@gmail.com>
Hi David,
thank you for your answer. I tried to downloaded but it need FFIConstants and KlattResonatorIndices... I downloaded Alien but when downloading VMMaker, Monticello ask me for FFIConstants and I could not find the KlattResonatorIndices package... I feel kind of dumb, but could you tell me the packages for those things?
Thanks, Hernan.
On Mon, Aug 10, 2009 at 11:13 PM, David T. Lewis <lewis@mail.msen.com>wrote:
On Mon, Aug 10, 2009 at 05:42:11PM -0300, Hernan Wilkinson wrote:
Hi, we need to issue a post using https. We read about SWHTTPClient and CurlPlugIn. It sounds like SWHTTPClient does not support Https correctly (from what we read, is that right? ), so we tried CurlPlugIn but we could not make it work. We tried to download VMMaker from Universes to build the plug-in and it did not download (it gives a compile error).
Try using the latest VMMaker from http://www.squeaksource.com/VMMaker. The version that you got from Universes is now quite out of date.