Project : Forums
Compiler : GNU GCC Compiler (called directly)
Directory : C:\dev\forums\
--------------------------------------------------------------------------------
Switching to target: default
Compiling: main.c
main.c:7: error: syntax error before "tab"
main.c:7: warning: type defaults to `int' in declaration of `tab'
main.c:7: warning: data definition has no type or storage class
main.c:10: warning: function declaration isn't a prototype
main.c:11: warning: function declaration isn't a prototype
main.c:12: warning: function declaration isn't a prototype
main.c:13: warning: function declaration isn't a prototype
main.c:16: warning: function declaration isn't a prototype
main.c: In function `saisie':
main.c:18: warning: implicit declaration of function `clrscr'
main.c:19: warning: implicit declaration of function `gotoxy'
main.c:26: error: request for member `ni' in something not a structure or union
main.c:27: error: request for member `nm' in something not a structure or union
main.c:28: error: request for member `mg' in something not a structure or union
main.c:29: error: request for member `mg' in something not a structure or union
main.c:37: warning: function declaration isn't a prototype
main.c: In function `affichage':
main.c:43: error: request for member `ni' in something not a structure or union
main.c:44: error: request for member `nm' in something not a structure or union
main.c:45: error: request for member `mg' in something not a structure or union
main.c:46: error: request for member `mg' in something not a structure or union
main.c:47: error: syntax error before "puts"
main.c:49: error: syntax error before "puts"
main.c: In function `saisie':
main.c:53: warning: function declaration isn't a prototype
main.c: In function `tri':
main.c:53: error: `etudiant' undeclared (first use in this function)
main.c:53: error: (Each undeclared identifier is reported only once
main.c:53: error: for each function it appears in.)
main.c:53: error: syntax error before "z"
main.c:56: error: request for member `mg' in something not a structure or union
main.c:56: error: request for member `mg' in something not a structure or union
main.c:57: error: `z' undeclared (first use in this function)
main.c: In function `saisie':
main.c:65: warning: function declaration isn't a prototype
main.c: In function `recherche':
main.c:70: error: syntax error before "gotoxy"
main.c:72: error: request for member `ni' in something not a structure or union
main.c:73: error: syntax error before '[' token
main.c:72: warning: empty body in an if-statement
main.c: At top level:
main.c:76: error: syntax error before "while"
main.c:79: error: syntax error before string constant
main.c:79: warning: type defaults to `int' in declaration of `printf'
main.c:79: warning: function declaration isn't a prototype
main.c:79: error: conflicting types for 'printf'
main.c:79: note: a parameter list with an ellipsis can't match an empty parameter name list declaration
main.c:79: error: conflicting types for 'printf'
main.c:79: note: a parameter list with an ellipsis can't match an empty parameter name list declaration
main.c:79: warning: data definition has no type or storage class
main.c:80: error: syntax error before string constant
main.c:80: warning: type defaults to `int' in declaration of `printf'
main.c:80: warning: function declaration isn't a prototype
main.c:80: warning: data definition has no type or storage class
Process terminated with status 1 (0 minutes, 3 seconds)
28 errors, 19 warnings
Partager