oui je sais mais meme en essayant plus petit
avec un exemple sdl
http://archive.gp2x.de/cgi-bin/cfiles.cgi?0,0,0,0,46,1047
avec programmers notepad j'ai
> "C:\devkitGP2X\minsys\bin\make.bat"
C:\Documents and Settings\Best Pig\Bureau\sdltest-v121>PATH=c:\devkitGP2X\bin\;c:\devkitGP2X\minsys\bin\
C:\Documents and Settings\Best Pig\Bureau\sdltest-v121>make
C:/devkitGP2X/bin/arm-linux-g++ -I"C:/devkitGP2X/include" -I"C:/devkitGP2X/include/SDL" -DTARGET_GP2X -O2 -Wall -c -o sdltest.o sdltest.cpp
sdltest.cpp:23:21: error: SDL_ttf.h: No such file or directory
sdltest.h:30: error: expected constructor, destructor, or type conversion before '*' token
sdltest.h: In function 'void Shutdown()':
sdltest.h:41: error: 'font' was not declared in this scope
sdltest.h:41: error: 'TTF_CloseFont' was not declared in this scope
sdltest.h:42: error: 'TTF_Quit' was not declared in this scope
sdltest.h: In function 'void LoadFont(u8)':
sdltest.h:56: error: 'font' was not declared in this scope
sdltest.h:56: error: 'TTF_OpenFont' was not declared in this scope
sdltest.h: In function 'void drawText(SDL_Surface*, char*, int, int, int, int, int)':
sdltest.h:62: error: 'font' was not declared in this scope
sdltest.h:62: error: 'TTF_RenderText_Blended' was not declared in this scope
sdltest.h: In function 'void drawTextInt(SDL_Surface*, int, int, int, int, int, int)':
sdltest.h:73: error: 'font' was not declared in this scope
sdltest.h:73: error: 'TTF_RenderText_Blended' was not declared in this scope
sdltest.cpp: In function 'int main(int, char**)':
sdltest.cpp:388: error: 'TTF_Init' was not declared in this scope
make: *** [sdltest.o] Error 1
> Process Exit Code: 2
> Time Taken: 00:08
Voila alors si quelqun peut m'aidez que je comprenne parceque la
