<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2919.6307" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Please make sure that you installed the development 
packages of SDL as well. On my system the header files for SDL is installed in 
/usr/include/SDL/ , thus when I use it I have to #include <SDL/SDL.h>. If 
you are using RPM you can use kpackage to verify that you have SDL and SDL-devel 
packages installed and double check the locations and names of your 
files.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>I have a executable in /usr/bin/ called sdl-config 
which was installed with the SDL 1.2.1 development RPM's. Invoked as below but 
without the quotes.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2><A 
href="http://www.linux.com/develop/newsitem.phtml?aid=12443&sid=93&page=2">http://www.linux.com/develop/newsitem.phtml?aid=12443&sid=93&page=2</A>  
- This points to a SDL tutorial on <A 
href="http://www.linux.com">www.linux.com</A> - maybe that will help as 
well.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Good luck,</FONT></DIV>
<DIV><FONT face=Arial size=2>Stephan Buys</FONT></DIV>
<DIV><FONT face=Arial size=2>South Africa</FONT></DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A href="mailto:NERILL@aol.com" title=NERILL@aol.com>NERILL@aol.com</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  href="mailto:kdevelop@kdevelop.org" 
  title=kdevelop@kdevelop.org>kdevelop@kdevelop.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Saturday, July 28, 2001 9:29 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: SDL</DIV>
  <DIV><BR></DIV><FONT face=arial,helvetica><FONT size=2>In a message dated 
  7/27/01 3:21:19 PM Eastern Daylight Time, <BR><A 
  href="mailto:s.buys@icon.co.za">s.buys@icon.co.za</A> writes: <BR><BR><BR>
  <BLOCKQUOTE 
  style="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px" 
  TYPE="CITE">Under Project -> Options -> Linker Options add -lSDL 
    -lSDLmain -lpthread to <BR>the additional libraries input box (add -lGL 
    -lGLU if you want to use it <BR>OpenGL with it) Obviously the right header 
    files need to be included as <BR>well... (sorry for the insultingly obvious) 
    There is also a the command <BR>sdl-config --libs --cflags for additional 
    clues</FONT><FONT color=#000000 face=Arial lang=0 size=3 
  FAMILY="SANSSERIF"></BLOCKQUOTE><BR></FONT><FONT color=#000000 face=Arial 
  lang=0 size=2 FAMILY="SANSSERIF"><BR>I did all that but the Make doesnt work. 
  <BR><BR>I put #include <SDL.h> <BR><BR>and the message error is: 
  SDL.h:no such file or directory. <BR><BR>PS: When you say that "sdl-config 
  --libs --cflags" is a command, does that <BR>mean it can be invoked from a 
  command window?  if so, it doesnt work for me <BR>either.</FONT> 
</FONT></BLOCKQUOTE></BODY></HTML>