Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#41287 closed defect (wontfix)

libsdl2: SDL for Mac OS X must be built with a 10.6 SDK or above

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: jmroot (Joshua Root)
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: tiger leopard Cc:
Port: libsdl2

Description

Building libsdl2 on Mac OS X 10.5.8 fails with:

In file included from include/SDL_config.h:33,
                 from /opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_libsdl2/libsdl2/work/SDL2-2.0.1/src/SDL.c:21:
include/SDL_platform.h:90:3: error: #error SDL for Mac OS X must be built with a 10.6 SDK or above.
make: *** [build/SDL.lo] Error 1

Attachments (1)

libsdl2.leopard.main.log (21.0 KB) - added by ryandesign (Ryan Carsten Schmidt) 10 years ago.

Download all attachments as: .zip

Change History (4)

Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: libsdl2.leopard.main.log added

comment:1 Changed 10 years ago by jmroot (Joshua Root)

Resolution: wontfix
Status: newclosed

Yes, yes it does.

comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Since this is expected behavior, it would be nice if you would fail early with a nicer error message, like many of our other ports do.

comment:3 Changed 10 years ago by jmroot (Joshua Root)

It was already failing in pre-configure but I switched to pre-fetch in r118690.

Note: See TracTickets for help on using tickets.