Apt-get :: sdl1.2 development libraries installing issue.



The sdl-libs.dsl extension includes the sdl 1.2 headers
http://distro.ibiblio.org/pub....timedia

And I was searching those libs from 'system' catogory. :angry:

Anyway. Thanks. This helped a LOT. :D

But but... It seems that the sdl-libs.dsl package does not include all the required libs. :(
Quote
gcc -g -O2 -D__LINUX -I/usr/include/SDL -D_REENTRANT  -I./include -c client.c
In file included from include/wrapper.h:20,
                from include/include.h:57,
                from client.c:42:
include/cflinux.h:65:23: SDL_image.h: No such file or directory
In file included from client.c:42:
include/include.h:59:23: SDL_mixer.h: No such file or directory
In file included from include/include.h:74,
                from client.c:42:
include/sound.h:167: error: parse error before "Mix_Chunk"
include/sound.h:167: warning: no semicolon at end of struct or union
include/sound.h:170: error: parse error before '}' token
include/sound.h:170: warning: data definition has no type or storage class
include/sound.h:174: error: parse error before "Mix_Music"
include/sound.h:174: warning: no semicolon at end of struct or union
include/sound.h:179: error: parse error before '}' token
include/sound.h:179: warning: data definition has no type or storage class
include/sound.h:181: error: parse error before "Sounds"
include/sound.h:181: warning: data definition has no type or storage class
include/sound.h:183: error: parse error before "music"
include/sound.h:183: warning: data definition has no type or storage class
include/sound.h:184: error: parse error before "music_new"
include/sound.h:184: warning: data definition has no type or storage class
include/sound.h:181: warning: array `Sounds' assumed to have one element
make[1]: *** [client.o] Error 1

ahh.
Well, to be picky about it, sdl_image and sdl_mixer are separate from the sdl base.  Even if you had been successful in installing the deb package of SDL you'd still need to get the other two as well.

Have you considered downloading the deb packages and extracting the contents? It would allow you to ignore "dependencies".

I'll try that. =)

What I want to is to find most simple way to provide tools to compile Daimonin.

Next Page...
original here.