Si je tape 'make' il me repond :
gcc -c -o debug/main.o main.c -Wall -D SLINUX
main.c:87:20: erreur: stdlib.h : Aucun fichier ou répertoire de ce type
main.c:88:21: erreur: strings.h : Aucun fichier ou répertoire de ce type
main.c:92:19: erreur: GL/gl.h : Aucun fichier ou répertoire de ce type
main.c:93:21: erreur: GL/glut.h : Aucun fichier ou répertoire de ce type
Dans le fichier inclus à partir de main.c:98:
savefile.h:14:19: erreur: stdio.h : Aucun fichier ou répertoire de ce type
savefile.h:16:20: erreur: string.h : Aucun fichier ou répertoire de ce type
Dans le fichier inclus à partir de mouse.h:20,
à partir de divers.h:21,
à partir de main.c:101:
keyboard.h:20:21: erreur: SDL/SDL.h : Aucun fichier ou répertoire de ce type
keyboard.h:21:28: erreur: SDL/SDL_thread.h : Aucun fichier ou répertoire de ce type
keyboard.h:22:27: erreur: SDL/SDL_mixer.h : Aucun fichier ou répertoire de ce type
In file included from mouse.h:20,
from divers.h:21,
from main.c:101:
keyboard.h:38: erreur: expected «=", «,", «;", «asm" or «__attribute__" before «*" token
Dans le fichier inclus à partir de init.h:12,
à partir de mouse.h:21,
à partir de divers.h:21,
à partir de main.c:101:
display.h:20:19: erreur: time.h : Aucun fichier ou répertoire de ce type
display.h:21:21: erreur: unistd.h : Aucun fichier ou répertoire de ce type
In file included from display.h:32,
from init.h:12,
from mouse.h:21,
from divers.h:21,
from main.c:101:
collisio.h:26: erreur: expected «=", «,", «;", «asm" or «__attribute__" before «*" token
collisio.h:27: erreur: expected «=", «,", «;", «asm" or «__attribute__" before «*" token
collisio.h:28: erreur: expected «=", «,", «;", «asm" or «__attribute__" before «*" token
In file included from init.h:12,
from mouse.h:21,
from divers.h:21,
from main.c:101:
display.h:54: erreur: expected «=", «,", «;", «asm" or «__attribute__" before «*" token
display.h:55: erreur: expected «=", «,", «;", «asm" or «__attribute__" before «*" token
In file included from divers.h:21,
from main.c:101:
mouse.h:34: erreur: expected «=", «,", «;", «asm" or «__attribute__" before «*" token
mouse.h:35: erreur: expected «=", «,", «;", «asm" or «__attribute__" before «*" token
main.c:236: erreur: expected «=", «,", «;", «asm" or «__attribute__" before «*" token
main.c:237: erreur: expected «=", «,", «;", «asm" or «__attribute__" before «*" token
main.c:238: erreur: expected «=", «,", «;", «asm" or «__attribute__" before «*" token
main.c:239: erreur: expected «=", «,", «;", «asm" or «__attribute__" before «*" token
main.c:240: erreur: expected «=", «,", «;", «asm" or «__attribute__" before «*" token
main.c:241: erreur: expected «=", «,", «;", «asm" or «__attribute__" before «*" token
main.c:242: erreur: expected «=", «,", «;", «asm" or «__attribute__" before «*" token
main.c: In function «main":
main.c:285: attention : implicit declaration of function «strcpy"
main.c:285: attention : incompatible implicit declaration of built-in function «strcpy"
main.c:291: attention : incompatible implicit declaration of built-in function «strcpy"
main.c:296: attention : implicit declaration of function «malloc"
main.c:296: attention : incompatible implicit declaration of built-in function «malloc"
main.c:329: attention : incompatible implicit declaration of built-in function «strcpy"
main.c:360: attention : implicit declaration of function «glutInit"
main.c:361: attention : implicit declaration of function «glutInitDisplayMode"
main.c:361: erreur: «GLUT_RGBA" undeclared (first use in this function)
main.c:361: erreur: (Each undeclared identifier is reported only once
main.c:361: erreur: for each function it appears in.)
main.c:361: erreur: «GLUT_DOUBLE" undeclared (first use in this function)
main.c:363: attention : implicit declaration of function «glutInitWindowSize"
main.c:364: attention : implicit declaration of function «glutCreateWindow"
main.c:367: attention : implicit declaration of function «SDL_Init"
main.c:367: erreur: «SDL_INIT_AUDIO" undeclared (first use in this function)
main.c:374: attention : implicit declaration of function «glutMainLoop"
make: *** [debug/main.o] Erreur 1