Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Alien-SDL CPAN distribution.

Report information
The Basics
Id: 49840
Status: patched
Priority: 0/
Queue: Alien-SDL

People
Owner: KTHAKORE [...] cpan.org
Requestors: RCAPUTO [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: build failure on OSX
[many previous failures] ./src/video/quartz/SDL_QuartzWindow.m:133: warning: 'LockPortBits' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawAPI.h:171) ./src/video/quartz/SDL_QuartzWindow.m:135: warning: 'GetPortPixMap' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawAPI.h:4414) ./src/video/quartz/SDL_QuartzWindow.m:136: warning: 'GetPixRowBytes' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QDOffscreen.h:380) ./src/video/quartz/SDL_QuartzWindow.m:136: warning: 'GetPortPixMap' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawAPI.h:4414) ./src/video/quartz/SDL_QuartzWindow.m:151: warning: 'UnlockPortBits' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawAPI.h:186) ./src/video/quartz/SDL_QuartzYUV.m: In function 'QZ_CreateYUVOverlay': ./src/video/quartz/SDL_QuartzYUV.m:180: warning: 'SetPort' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawAPI.h:292) ./src/video/quartz/SDL_QuartzYUV.m:194: warning: 'SetPort' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawAPI.h:292) ./src/video/x11/SDL_x11gl.c: In function 'X11_GL_GetVisual': ./src/video/x11/SDL_x11gl.c:188: error: 'GLX_NONE_EXT' undeclared (first use in this function) ./src/video/x11/SDL_x11gl.c:188: error: (Each undeclared identifier is reported only once ./src/video/x11/SDL_x11gl.c:188: error: for each function it appears in.) make: *** [build/SDL_x11gl.lo] Error 1 Installing SDL at Build.PL line 16 ./src/video/x11/SDL_x11gl.c: In function 'X11_GL_GetVisual': ./src/video/x11/SDL_x11gl.c:188: error: 'GLX_NONE_EXT' undeclared (first use in this function) ./src/video/x11/SDL_x11gl.c:188: error: (Each undeclared identifier is reported only once ./src/video/x11/SDL_x11gl.c:188: error: for each function it appears in.) make: *** [build/SDL_x11gl.lo] Error 1 Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Creating new 'Build' script for 'Alien-SDL' version '0.06' Unknown 'build_class', defaulting to 'Module::Build'
It seems to be a known issue in SDL on OSX: http://trac.macports.org/ticket/18955 tracks it and includes a patch. Thanks to Kartik Thakore for finding the patch. :)
try the latest version. It will get the newest src available on the internet to compile SDL.