[SDL] SLD GUI libs that compile on Mac?
Olof Næssén
olof.naessen at gmail.com
Fri Feb 2 03:28:26 PST 2007
Instead of compiling Guichan as a library there is always the
possibility to include the Guichan source into your project as Guichan
is licensed under the BSD license. That way
your project only needs to be dependent on SDL and SDL_image.
/Olof
On 1/27/07, Scott Harper <lareon at comcast.net> wrote:
>
> On Jan 25, 2007, at 9:23 AM, Josh Matthews wrote:
>
> > Guichan [1] should work on Mac without any problems, I believe.
> >
> > [1] http://guichan.sf.net
> >
>
> And the results are in... sort of. Of the three gui programs I tried
> to compile, guichan is the only one that actually managed to compile
> (and this after I had to download libjpeg -- I figure JPEG loading is
> important -- and then manually copy the libjpeg.a file to my /usr/
> local/lib directory to compile SDL_Image), but I can't get any of the
> demos from the website to compile; configure bombs out saying it
> couldn't find IMG_Load in SDL_Image library, thus SDL_Image must not
> exist.
>
> I downloaded from source, configured, made, and installed SDL_Image.
> The header files and library files are all in their proper
> locations... *sigh* I guess this is a matter to take to the forums
> for guichan instead, I just wanted to update anyone who was
> interested on this list that I can't get any of these GUI prijects to
> build on my system.
>
> And that makes me a sad panda.
> --Scott
> _______________________________________________
> SDL mailing list
> SDL at lists.libsdl.org
> http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
>
More information about the SDL
mailing list