Citation:
g++ -lglut -lGLU -lGL -o Labyrinthe.o -c Labyrinthe.cpp Joueur.h
Labyrinthe.cpp: In function ‘int main(int, char**)’:
Labyrinthe.cpp:21:29: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
OuvrirNiveau("niveau.txt");
^
g++ -lglut -lGLU -lGL -o Joueur.o -c Joueur.cpp Joueur.h
g++ -o Labyrinthe Labyrinthe.o Joueur.o
Labyrinthe.o: file not recognized: Format de fichier non reconnu
collect2: error: ld returned 1 exit status
make: *** [Labyrinthe] Erreur 1
Je ne comprends pas pourquoi je n'arrive pas à obtenir mon binaire :bug: ...Auriez-vous une idée sur l'origine du problème? En vous remerciant par avance.