[SDL] Slightly offtopic MacOS question
Jeroen Clarysse
jeroen.clarysse at telenet.be
Tue Nov 27 04:56:32 PST 2007
with XCode and SDL I'm making an application that takes a textfile as
input and executes "the game". It can be invoked from the command line
(terminal) or from BBEdit while you're editing your game-text. Now the
trouble starts : the output from the executable will contain errors
with linenumber & description. This gets parsed in an applescript
which then tells it to BBedit so these lines can be highlited.
the problem is : SDL will generate a *warning* when teh
SDL_Setvideomode call is invoked :
2007-11-27 13:48:56.467 Martians2[1864:10b] Warning once: This
application, or a library it uses, is using NSQuickDrawView, which has
been deprecated. Apps should cease use of QuickDraw and move to Quartz.
is there ANY way NOT to get this warning ? I've been staring at GCC &
LD documentation & XCode flags for hours now, but can't find a way to
suppress this
manyyyyyyyyy thanks in advance !
More information about the SDL
mailing list