Hi, I am away from Squeak/Pharo at the moment so this is from memory, but the Klatt constants are part of the speech support. You should be able to load a copy through SqueakMap or Universes. I think that the package is called "Klatt" or possibly "Speech" (I don't remember for sure). In any case, the constants are required only for the KlattPlugin, which you do not need to build, so you can probably just ignore this error. You definitely do need the FFI package. I think you can get it through SqueakMap. I'm not sure if that's the latest version, but it will give you the FFI constants, which is all that you need to do the VM build. Sorry for the poor answer, but hopefully enough to get you started. Dave On Tue, Aug 11, 2009 at 10:21:40AM -0300, Hernan Wilkinson wrote:
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.
Dave