problème de compilation avec Code:Block
Bonjour,
Je suis débutant en programmation enfin j'ai quand même certaine base
surtout dans les applications dans un cmd.
Donc voilà mon problème, j'ai cherché a installer la SDL sur mon logiciel IDE (Code::block) jusque la tous se passe bien.
Après je vais cherchez un code source pour verifié que mon installation a bien fonctionné.
Et mon problème vient justement la.
il ne me le compile pas, après j'ai déjà eu un soucis avec le compiler qui etait MinGW, c'est pour sa que j'ai du installer Borland c++.
Enfin bref voila mes erreurs :
Code:
1 2 3 4 5 6 7 8 9 10 11
| bcc32.exe -q -w -v -I"C:\Program Files (x86)\CodeBlocks\SDL-1.2.15\include" -IC:\Borland\BCC55\include -oobj\Debug\main.obj -c main.c
main.c:
Error E2176 C:\Program Files (x86)\CodeBlocks\SDL-1.2.15\include \SDL/SDL_config_win32.h 62: Too many types in declaration
Error E2176 C:\Program Files (x86)\CodeBlocks\SDL-1.2.15\include\SDL/SDL_config_win32.h 63: Too many types in declaration
Error E2021 C:\Program Files (x86)\CodeBlocks\SDL-1.2.15\include\SDL/SDL_stdinc.h 130: Array must have at least one element
Error E2021 C:\Program Files (x86)\CodeBlocks\SDL-1.2.15\include\SDL/SDL_stdinc.h 131: Array must have at least one element
Warning W8055 C:\Program Files (x86)\CodeBlocks\SDL-1.2.15\include\SDL/SDL_endian.h 162: Possible overflow in shift operation in function SDL_Swap64
Warning W8055 C:\Program Files (x86)\CodeBlocks\SDL-1.2.15\include\SDL/SDL_endian.h 165: Possible overflow in shift operation in function SDL_Swap64
Warning W8057 main.c 17: Parameter 'argc' is never used in function SDL_main
Warning W8057 main.c 17: Parameter 'argv' is never used in function SDL_main |
Merci de vos réponses par avances