Ah, yes��� I still didn't commit the changes needed. replace this method:
SDL2 class>>findSDL2
"In Linux, try to use the linked version."
OSSDL2Driver hasPlugin.
"Look for SDL2 using different names."
#( 0 "Static"
SDL2
'libSDL2-2.0.0.dylib' "Mac"
'libSDL2-2.0.so.0' "Linux 1"
'libSDL2-2.0.so.0.2.1' "Linux 2"
'SDL2.dll' "Windows"
) do: [ :eachName |
[ (self checkLibraryName: eachName) ifTrue: [ ^ eachName ] ]
ifError: [nil] ].
self error: 'Failed to find SDL2 library.���
Esteban
---------- Forwarded message ----------
From:
Nicolai Hess <nicolaihess@web.de>Date: 2015-01-26 10:03 GMT+01:00
Subject: Re: [Pharo-dev] libSDL2 and OSWindow
To: Esteban Lorenzano <
estebanlm@gmail.com>