Re: [Pharo-users] OSWindowSDL2

2016-01-24 Thread Edwin Ancaer
Sorry guys, now I'm geting Error: Could not find accessor for variable named "flags" in SDL2 class>>#init:. I will watch out for the announcement of the official 5.0 version. Thanks, Edwin 2016-01-24 22:09 GMT+01:00 stepharo : > Hi edwin > > if you use a prespur image you should get a pre-spu

Re: [Pharo-users] OSWindowSDL2

2016-01-24 Thread stepharo
Hi edwin if you use a prespur image you should get a pre-spur VM Check http://pharo.org/download You will get the latest pre-spur VM and image. Once esteban is done fixing the SDL in the latest Pharo you will be able to use the latest vm. Stef Le 24/1/16 21:56, Edwin Ancaer a écrit : Do

Re: [Pharo-users] OSWindowSDL2

2016-01-24 Thread Edwin Ancaer
Do i need a specific version of the vm for this, or can i use the one in pharo5.0? On Jan 24, 2016 7:36 PM, "Stephan Eggermont" wrote: > On 24-01-16 18:24, Edwin Ancaer wrote: > >> I downloaded Pharo5. >> > > You want to try this first with a non-spur pharo5. > (50496, e.g. from files.pharo.org/i

Re: [Pharo-users] OSWindowSDL2

2016-01-24 Thread Stephan Eggermont
On 24-01-16 18:24, Edwin Ancaer wrote: I downloaded Pharo5. You want to try this first with a non-spur pharo5. (50496, e.g. from files.pharo.org/image/50-preSpur) The current work on FFI is not yet announced to be finished Stephan

Re: [Pharo-users] OSWindowSDL2

2016-01-24 Thread Edwin Ancaer
No problem. We will postpone the SDL experiment. Traditions must be respected: we will try a small DB-application in the mean time. And after the first tries for the screen layouts, it seems there is no hurry... Thanks already for your responses Edwin

Re: [Pharo-users] OSWindowSDL2

2016-01-24 Thread Esteban Lorenzano
yes, SDL2 is still not migrated (we changed FFI infrastructure). I already have the fix, but I didn’t have the time to integrate it :( Esteban > On 24 Jan 2016, at 18:24, Edwin Ancaer wrote: > > I downloaded Pharo5. > > Re-executing > > | ex | > ex := SDL2Example new. > ex osWindow. > > n

Re: [Pharo-users] OSWindowSDL2

2016-01-24 Thread Edwin Ancaer
I downloaded Pharo5. Re-executing | ex | ex := SDL2Example new. ex osWindow. now gives : Subclassresponsability: SDL class has the responsability to implment #f in the method ffiLibraryName self flag: 'HACK: avoid direct subclassResponsibility to not break RB test cases..'. ^ Subclass

Re: [Pharo-users] OSWindowSDL2

2016-01-24 Thread Clément Bera
Yeah I did in in early version of Pharo 5 (50155). 2016-01-24 10:10 GMT+01:00 stepharo : > the support for SDL2.0 should be better in Pharo50 (even if due to ffi > changes and new objcte format we may have some > glitches). > > > Le 23/1/16 22:45, Edwin Ancaer a écrit : > >> I'm not a smalltalk e

Re: [Pharo-users] OSWindowSDL2

2016-01-24 Thread stepharo
the support for SDL2.0 should be better in Pharo50 (even if due to ffi changes and new objcte format we may have some glitches). Le 23/1/16 22:45, Edwin Ancaer a écrit : I'm not a smalltalk expert, but from time to time I like to do some experiments. Recently, we talked about making a small

Re: [Pharo-users] OSWindowSDL2

2016-01-23 Thread Ben Coman
Maybe the SDL version installed was 64-bit, and you need to 32-bit one. Try something like sudo apt-get install $LIB:i386 I presume... $ sudo dpkg --add-architecture i386 is already done. cheers -ben On Sun, Jan 24, 2016 at 5:45 AM, Edwin Ancaer wrote: > I'm not a smalltalk expert, but fr