Help!!! SDL port

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
pspepe
Posts: 4
Joined: Thu Jul 28, 2005 6:51 am

Help!!! SDL port

Post by pspepe »

Ive installed the sdl port succesfully and the sdl_image and i compile the sdltest but when i use sdl_image i get errors. I know that errors are because i need to add lSDL_image the problem is that i dont know where :)

Someone please paste here a valid makefile for sdl_image and sdl_ttf please.


BTW sorry for my bad english
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

gork
Posts: 2
Joined: Wed May 11, 2005 1:15 pm

Post by gork »

Speaking of SDL, does anyone have an example of calling functions from libGu while using SDL for basically everything else except for video? Or are the SDL port maintainers eventually going to provide an opengl wrapper for GU that works with SDL?
pspepe
Posts: 4
Joined: Thu Jul 28, 2005 6:51 am

Post by pspepe »

wooohooo thanks man you save me a lot of time.
rinco
Posts: 255
Joined: Fri Jan 21, 2005 2:12 pm
Location: Canberra, Australia

Post by rinco »

I'm working on an opengl wrapper... I'll have something in svn soon.
gork
Posts: 2
Joined: Wed May 11, 2005 1:15 pm

Post by gork »

rinco:

Awesome; can't wait. Thanks for your work. Being able to call standard GL functions will save me a lot of time porting my game over.. especially since I prototyped it in Perl/SDL/GL and the conversion to C will be enough of a headache.
Post Reply