<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2>Sorry guys. I just discovered that SDL_VIDEO and SDL_AUDIO do not exist and 
<BR>that I should have used:  SDL_INIT_VIDEO and SDL_INIT_AUDIO
<BR>
<BR>The book that I am following (Linux game Programming by Mark Collins) had 
<BR>them as typos.
<BR>It is all working correctly now.
<BR>thanks anyway.
<BR>
<BR>                                               Neri
<BR>
<BR>
<BR>Hi,
<BR>I am trying to use KDEveloper in RedHat Linux.
<BR>I installed the SDL-devel 1.2.2  rpm and SDL rpm
<BR>
<BR>It accepts #include<SDL.h> after adding sdl-config --cflags to compiler 
<BR>options and sdl-config --libs to linker options
<BR>
<BR>But now the problem is SDL_VIDEO and SDL_AUDIO undeclared.
<BR>
<BR>How do I define those  variables?
<BR>
<BR></FONT></HTML>