pombreda / pgreloaded

Automatically exported from code.google.com/p/pgreloaded
Other
0 stars 0 forks source link

The funciton SDL_GetWindowDisplay() changed its name to SDL_GetWindowDisplayIndex() in the SDL2-hg #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run any pygame2 program.

What is the expected output? What do you see instead?
The software should have executed. But instead, an error message appears.
"/usr/lib/libSDL2-2.0.so.0: undefined symbol: SDL_GetWindowDisplay"

What version of the product are you using? On what operating system?
With which Python implementation?
Pygame2-beta2
python 3.3
Arch Linux

Please provide any additional information below.

The changeset of the alteration.
http://hg.libsdl.org/SDL/rev/7174fb08017a

Original issue reported on code.google.com by marci...@gmail.com on 2 Jan 2013 at 4:16

GoogleCodeExporter commented 9 years ago
Yeah, hit that one too. A patch is attached. Untested, since I don't use these 
functions, but fixes the issue.

Also, joystick subsystem has been rewritten upstream, and needs fixing too.

Original comment by llxxn...@gmail.com on 14 Jan 2013 at 1:38

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the reminder and patch. It will be integrated within the next days 
on a sync with the current SDL API status.

Original comment by marcusvonappen@googlemail.com on 29 Jan 2013 at 8:29

GoogleCodeExporter commented 9 years ago
This is solved in http://bitbucket.org/marcusva/py-sdl2 - do you need a final 
patch for pgreloaded? If not, I'd like to draw your attention to the project 
above.

Original comment by marcusvonappen@googlemail.com on 27 Apr 2013 at 6:37

GoogleCodeExporter commented 9 years ago

Original comment by marcusvonappen@googlemail.com on 27 Apr 2013 at 6:37