Re: [Pharo-users] #cleanUpForProduction in error Pharo 1.4-Summer

2012-08-15 Thread Paul DeBruicker
since it works with the iniria VM's but not Eliot's VM's is there a place I should report that or make an issue? Does that indicate that the #primitiveStringHash in the MiscPrimitivePlugin in Eliot's VMs isn't working as expected or something else? Thanks On 08/14/2012 03:34 PM, Esteban Lo

Re: [Pharo-users] [Pharo-project] [ESUG 2012] Pharo/Moose workshop on Sunday 26th

2012-08-15 Thread Rafael Luque
> > On the other hand, is there an "official" hashtag to use with the tweets > related with the event? > > pick one and let us know :) > > I think #esug2012 is the obvious one. Perhaps it will be good idea to publish it in the event's website, so people that cannot attend the conference can follow

Re: [Pharo-users] Cog 64 bit?

2012-08-15 Thread Esteban Lorenzano
Hi Chris, No it has not been compiled. Notice that probably the JIT cannot be just compiled, we need to modify it for run properly. But the Cog Stack should be compilable... with work :) Same happens with FFI: you need to rewrite it almost completely for 64bits. I know Diogenes wanted to work

Re: [Pharo-users] HowTo make a Morph that accepts dropped files and folders and produces a new FileSystem FileReference in Pharo 1.4

2012-08-15 Thread Stéphane Ducasse
> > Stéphane Ducasse wrote >> >> helene did you check on pharo by example because hilaire wrote something >> on morph drag and dropping a while ago and we used it. >> I looked for my little example where I controlled a that a morph would on >> demand repel a drop or accept it. >> I did not chec

Re: [Pharo-users] Cog 64 bit?

2012-08-15 Thread Stéphane Ducasse
Hi chris > Has anyone successfully compiled a Cog that works in a 64 bit Linux > environment? What about FFI? I'm having to deploy onto Centos 6 x64 and the > extra effort to make the 32 bit setup work is such that it'd be quite > desirable to have 64 bit support! I do not know for the 64 bits

[Pharo-users] Cog 64 bit?

2012-08-15 Thread CHRIS BAILEY
Has anyone successfully compiled a Cog that works in a 64 bit Linux environment? What about FFI? I'm having to deploy onto Centos 6 x64 and the extra effort to make the 32 bit setup work is such that it'd be quite desirable to have 64 bit support! Thanks Chris