> On 24 Jan 2017, at 13:34, [email protected] wrote: > > I am going to do some 64 bit in the coming weeks as I need to wrap a 64 bit > library using UnifiedFFI.
I’m working right now on having FFI-Kernel to work (the backend), because there are some problems with it. UFFI *should* be working right after (I already made the parts I think are needed on that side). but VM 64bits + UFFI will need testing phase… maybe your bindings would be a good starting point :) Esteban > > Phil > > On Tue, Jan 24, 2017 at 11:56 AM, Esteban Lorenzano <[email protected] > <mailto:[email protected]>> wrote: > >> On 24 Jan 2017, at 11:12, Thierry Goubier <[email protected] >> <mailto:[email protected]>> wrote: >> >> >> >> 2017-01-24 10:57 GMT+01:00 Esteban Lorenzano <[email protected] >> <mailto:[email protected]>>: >> Hi guys, >> >> I want to move latest vm to stable (for Pharo 6.0, of course). >> >> I can report that the linux 64bits version segfault for me. And that I have >> a hard time compiling it from source (but at least I could get it to work >> without segfaults from the command line). > > - yes… sadly 64bit still will not reach stable > - and without reports, I cannot take action ;) > - compiling is not harder than before, just instructions are not updated... > and in any case, that’s not a problem with moving latest to stable :P > > Esteban > >> >> Thierry >> >> >> And I have the idea there are still some blocking issues… can you >> >> I have this issues in mind: >> >> No write right on Windows with the new VM >> <https://pharo.fogbugz.com/f/cases/19525/No-write-right-on-Windows-with-the-new-VM> >> Freetype2 primitive failed [error 2][unknown file format] >> <https://pharo.fogbugz.com/f/cases/19315/Freetype2-primitive-failed-error-2-unknown-file-format> >> -> for this I’m testing the solution pointed here: >> http://log.smallworks.eu/web/post/289 >> <http://log.smallworks.eu/web/post/289>, plus a fix Phil sent me. >> Image freezes on Linux if it was previously saved on Windows >> <https://pharo.fogbugz.com/f/cases/19272/Image-freezes-on-Linux-if-it-was-previously-saved-on-Windows> >> >> … but also anything else that I might be missing. >> >> cheers, >> Esteban >> > >
