| |||||
| Dernière réponse | |
|---|---|
| Sujet : problème avec Makefile | |
| Fredo106 | effectivement:
voilà le message d'erreur: $ make g++ -c -o test.o test.cc In file included from test.cc:18: sha1.h:17:6: warning: no newline at end of file sha1.h:17:6: warning: no newline at end of file In file included from test.cc:22: Conversion.h:18:6: warning: no newline at end of file Conversion.h:18:6: warning: no newline at end of file test.cc: In function `void MD5Printc (unsigned char *)': test.cc:954: parse error before `}' test.cc:963: `bit' undeclared (first use this function) test.cc:963: (Each undeclared identifier is reported only once for each function it appears in.) test.cc:966: `input' undeclared (first use this function) test.cc:979: parse error before `{' test.cc:982: conflicting types for `int i' test.cc:948: previous declaration as `unsigned int i' test.cc:984: `j' undeclared (first use this function) test.cc:984: `position' undeclared (first use this function) test.cc:986: `integer' undeclared (first use this function) test.cc:986: `textNum' undeclared (first use this function) make: *** [test.o] Erreur 1 vu le nombre de sources qu'il y a il doit y avoir un problème d'ordre je suppose: il ne trouve peut être pas certaine fonction qui sont déclarées plus tard, existe-t-il des options permettant de laisser make chercher le bon ordre de compilation: |
| Vue Rapide de la discussion |
|---|