Tout marche sauf la dernière commande.
$ apt-get install libfreetype6
$ autoheader && aclocal && automake --add-missing && autoconf
$ ./configure
$ make
make all-recursive
make[1]: Entering directory `/home/nuage/glob2'
Making all in src
make[2]: Entering directory `/home/nuage/glob2/src'
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/SDL -D_REENTRANT
-I/usr/include/freetype2 -c SDL_ttf.c
SDL_ttf.c: In function `TTF_OpenFontIndexRW':
SDL_ttf.c:229: `FT_OPEN_STREAM' undeclared (first use in this function)
SDL_ttf.c:229: (Each undeclared identifier is reported only once
SDL_ttf.c:229: for each function it appears in.)
make[2]: *** [SDL_ttf.o] Error 1
make[2]: Leaving directory `/home/nuage/glob2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nuage/glob2'
make: *** [all-recursive-am] Error 2
Qu'est-ce qu'il faut installer d'autre ?
Faudrait poster les modiff à faire avant de faire un cvs commit.
Deja, as-tu fait :
apt-get install libfreetype6-dev
? C'est la version dev qu'il faut.