[Pharo-dev] libSDL2 and OSWindow

2015-01-25 Thread Nicolai Hess
What is the current state of the SDL2 / OSWindow integration? There are some *open* bugtracker entries, although SDL and OSWindow *are* in the latest vm+image. On Ubuntu 14.04 64Bit OSWindow new does not work, it complains it can not find libSDL2, but it is there On Windows 7 OSWindow new opens a

Re: [Pharo-dev] libSDL2 and OSWindow

2015-01-26 Thread Esteban Lorenzano
Using which version of the vm? With latest it should be working. At least, it worked for me before I left for vacations. Esteban > On 25 Jan 2015, at 22:52, Nicolai Hess wrote: > > What is the current state of the SDL2 / OSWindow integration? > There are some *open* bugtracker entries, althou

Re: [Pharo-dev] libSDL2 and OSWindow

2015-01-26 Thread Esteban Lorenzano
eachName | > [ (self checkLibraryName: eachName) ifTrue: [ ^ eachName ] ] > ifError: [nil] ]. > self error: 'Failed to find SDL2 library.’ > > Esteban > >> On 26 Jan 2015, at 10:03, Nicolai Hess > <mailto:nicolaih...@web.de>&g

Re: [Pharo-dev] libSDL2 and OSWindow

2015-01-26 Thread Nicolai Hess
uot; >> 'SDL2.dll' "Windows" >> ) do: [ :eachName | >> [ (self checkLibraryName: eachName) ifTrue: [ ^ eachName ] ] >> ifError: [nil] ]. >> self error: 'Failed to find SDL2 library.’ >> >> Esteban >> >> On 26 Jan 2015, at 10:0