LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Anjuta & SDL (https://www.linuxquestions.org/questions/linux-software-2/anjuta-and-sdl-59667/)

mvendramini 05-13-2003 07:27 PM

Anjuta & SDL
 
I'm using RedHat 9 at the moment, and installed Anjuta 1.0.2 from the rpm. It works fine, and everything seems to be in order, but I'm having problems to use the SDL with it.

I've tried a simple window loading example I found somewhere:
MainSurf = SetVideoMode(...);

But when I went to compile, I got a lots of idiot error messages
undefined reference to: blablabla
With a non SDL API function name (not starting with SDL_ )

(Note that i've included "SDL/SDL.h" and passed -lSDL)

Thanks in advance


All times are GMT -5. The time now is 09:55 PM.