Autoconf for SDL libraries

I want to make SDL_svg use the autogen/autoconf mechanism for configuring
itself. Is there any tutorial/docs on how to do this? I want to avoid
having to work it out from existing libraries (SDL_ttf). I’m after a step
by step guideline, or at least anything to make the task simpler.

Also if anyone wants to just do it that’s fine too :^).

http://www.linuxmotors.com/SDL_svg/

Version 109 is what I want to handle. SDL_svg depends on SDL and libxml2.
It incorporates libsvg in itself as a static library. Source is quite small.
If anyone does want to tackle the autoconf feel free to move files around
in the tree as convenient.

Version 109 uses the freetype ftgrays rendering engine for anti-aliased
shapes. This is a major breakthrough (I had been struggling with the rendering
myself and got tired of trying to solve the problems). The rendered artwork
is now perfect + smooth.

Thanks–
Dave
PS please cc @David_Ashley as I don’t read this mailing list regularly.

Hi!
Is there any already-made classes for printing edit boxes, combo boxes
and so on? I’m making a game in which you need to enter your name, and
I don’t know how to do it using SDL (should I read event by event and
join all the letters?)
Thanks.
Marce.

AWESOME!!! Congrats and thanks!!!

-bill!On Fri, Feb 18, 2005 at 06:04:12AM -0800, Dave Ashley wrote:

Version 109 uses the freetype ftgrays rendering engine for anti-aliased
shapes. This is a major breakthrough (I had been struggling with the rendering
myself and got tired of trying to solve the problems). The rendered artwork
is now perfect + smooth.

I’ve rolled my own in the past (but only for the most basic high-score table
entry code and the text tool in Tux Paint).

SDL_gui or some similar 3rd-party add-on library might be of use.

-bill!
bill at newbreedsoftware.com
http://newbreedsoftware.com/On Mon, May 16, 2005 at 03:14:29PM +0200, Carlos M. Casas Cuadrado wrote:

Is there any already-made classes for printing edit boxes, combo boxes
and so on? I’m making a game in which you need to enter your name, and
I don’t know how to do it using SDL (should I read event by event and
join all the letters?)