#21771 closed defect (invalid)
libsdl_gfx build failure with libsdl-devel installed
Reported by: | chrisg@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | ||
Port: | libsdl_gfx |
Description (last modified by blb@…)
the build fails trying to build SDL_rotozoom.c I've attached the full build output in the file.
SDL_rotozoom.c: In function 'transformSurfaceY': SDL_rotozoom.c:628: error: 'SDL_PixelFormat' has no member named 'colorkey' SDL_rotozoom.c:628: error: 'SDL_PixelFormat' has no member named 'colorkey' SDL_rotozoom.c: In function 'rotozoomSurfaceXY': SDL_rotozoom.c:856: error: 'SDL_PixelFormat' has no member named 'colorkey' SDL_rotozoom.c:989: error: 'SDL_PixelFormat' has no member named 'colorkey' SDL_rotozoom.c:1063: error: 'SDL_PixelFormat' has no member named 'colorkey' SDL_rotozoom.c: In function 'zoomSurface': SDL_rotozoom.c:1219: error: 'SDL_PixelFormat' has no member named 'colorkey' SDL_rotozoom.c: In function 'shrinkSurface': SDL_rotozoom.c:1333: error: 'SDL_PixelFormat' has no member named 'colorkey'
Attachments (1)
Change History (8)
Changed 15 years ago by chrisg@…
Attachment: | libsdl_gfx.error added |
---|
comment:1 Changed 15 years ago by chrisg@…
comment:2 Changed 15 years ago by blb@…
Description: | modified (diff) |
---|---|
Keywords: | snowleopard added; libsdl_gfx xcode 3.2 removed |
Owner: | changed from macports-tickets@… to mww@… |
comment:3 follow-up: 4 Changed 15 years ago by jmroot (Joshua Root)
This is probably happening because you are using libsdl-devel instead of libsdl and libsdl_gfx is not yet compatible with SDL 1.3.
comment:4 Changed 15 years ago by chrisg@…
Replying to jmr@…:
This is probably happening because you are using libsdl-devel instead of libsdl and libsdl_gfx is not yet compatible with SDL 1.3.
using libsdl instead of libsdl-devel fixes the problem. thank you.
comment:5 Changed 15 years ago by chrisg@…
I would close this now except I cannot figure out how to do so.
comment:6 Changed 15 years ago by mf2k (Frank Schima)
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:7 Changed 15 years ago by jmroot (Joshua Root)
Keywords: | snowleopard removed |
---|---|
Summary: | libsdl_gfx build failure under xcode 3.2 → libsdl_gfx build failure with libsdl-devel installed |
Note: See
TracTickets for help on using
tickets.
I was unaware of the debug switch to port. Since I found it I attempted a rebuild and the following is the output.