begin process at 2012 05 29 14:13:08
  Trouver un code source :
 
dans
 
Accueil > Forum > 

C

 > 

Divers

 > 

Divers

 > 

Problème compilateur


Derniers messages déposésPoser une question dans le forum ou lancer une discussion

Problème compilateur

samedi 5 avril 2008 à 17:28:35 | Problème compilateur

verd689

Bonjour,
j'ai un petit problème lors de la compilation avec wxDev C++. Je précise que j'ai vista et je vient juste d'appliquer indiquer ici
Il ya une semaine avant que je reformate, il marchait parfaitement mais je n'arrive plus à le faire marché. Voici le log de compilation:

Compilateur: Default GCC compiler
Building Makefile: "C:\Users\Verd\Documents\Makefile.win"
Exécution de  make...
mingw32-make -f "C:\Users\Verd\Documents\Makefile.win" all
gcc.exe -c main.c -o Objects/MingW/main.o -I"include" -I"C:/Program Files/Dev-Cpp/include"  

In file included from main.c:1:
C:/Program Files/Dev-Cpp/include/stdio.h:26:20: stddef.h: No such file or directory
C:/Program Files/Dev-Cpp/include/stdio.h:28:20: stdarg.h: No such file or directory
In file included from main.c:1:
C:/Program Files/Dev-Cpp/include/stdio.h:198: error: syntax error before "size_t"

C:/Program Files/Dev-Cpp/include/stdio.h:209: error: syntax error before "size_t"
C:/Program Files/Dev-Cpp/include/stdio.h:210: error: syntax error before "__gnuc_va_list"
C:/Program Files/Dev-Cpp/include/stdio.h:211: error: syntax error before "__gnuc_va_list"
C:/Program Files/Dev-Cpp/include/stdio.h:212: error: syntax error before "__gnuc_va_list"
C:/Program Files/Dev-Cpp/include/stdio.h:213: error: syntax error before "size_t"
C:/Program Files/Dev-Cpp/include/stdio.h:216: error: syntax error before "size_t"
C:/Program Files/Dev-Cpp/include/stdio.h:216: warning: conflicting types for built-in function 'snprintf'
C:/Program Files/Dev-Cpp/include/stdio.h:218: error: syntax error before "size_t"
C:/Program Files/Dev-Cpp/include/stdio.h: In function `vsnprintf':
C:/Program Files/Dev-Cpp/include/stdio.h:219: error: `s' undeclared (first use in this function)
C:/Program Files/Dev-Cpp/include/stdio.h:219: error: (Each undeclared identifier is reported only once
C:/Program Files/Dev-Cpp/include/stdio.h:219: error: for each function it appears in.)
C:/Program Files/Dev-Cpp/include/stdio.h:219: error: `n' undeclared (first use in this function)

C:/Program Files/Dev-Cpp/include/stdio.h:219: error: `format' undeclared (first use in this function)
C:/Program Files/Dev-Cpp/include/stdio.h:219: error: `arg' undeclared (first use in this function)
C:/Program Files/Dev-Cpp/include/stdio.h: At top level:
C:/Program Files/Dev-Cpp/include/stdio.h:220: error: syntax error before "__gnuc_va_list"
C:/Program Files/Dev-Cpp/include/stdio.h:222: error: syntax error before "__gnuc_va_list"
C:/Program Files/Dev-Cpp/include/stdio.h:224: error: syntax error before "__gnuc_va_list"
C:/Program Files/Dev-Cpp/include/stdio.h:297: warning: `__cdecl__' attribute only applies to function types
C:/Program Files/Dev-Cpp/include/stdio.h:297: error: syntax error before "fread"
C:/Program Files/Dev-Cpp/include/stdio.h:298: warning: `__cdecl__' attribute only applies to function types
C:/Program Files/Dev-Cpp/include/stdio.h:298: error: syntax error before "fwrite"
In file included from main.c:1:
C:/Program Files/Dev-Cpp/include/stdio.h:428: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:429: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:430: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:431: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:432: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:433: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:434: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:435: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:436: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:437: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:438: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:439: warning: `__cdecl__' attribute only applies to function types
C:/Program Files/Dev-Cpp/include/stdio.h:439: error: syntax error before "fgetwc"
C:/Program Files/Dev-Cpp/include/stdio.h:440: warning: `__cdecl__' attribute only applies to function types
C:/Program Files/Dev-Cpp/include/stdio.h:440: error: syntax error before "fputwc"
C:/Program Files/Dev-Cpp/include/stdio.h:441: warning: `__cdecl__' attribute only applies to function types
C:/Program Files/Dev-Cpp/include/stdio.h:441: error: syntax error before "ungetwc"
C:/Program Files/Dev-Cpp/include/stdio.h:444: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:444: warning: data definition has no type or storage class
C:/Program Files/Dev-Cpp/include/stdio.h:445: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:446: warning: `__cdecl__' attribute only applies to function types
C:/Program Files/Dev-Cpp/include/stdio.h:446: error: syntax error before "getwc"
C:/Program Files/Dev-Cpp/include/stdio.h:447: warning: `__cdecl__' attribute only applies to function types
C:/Program Files/Dev-Cpp/include/stdio.h:447: error: syntax error before "getwchar"

C:/Program Files/Dev-Cpp/include/stdio.h:448: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:448: warning: data definition has no type or storage class
C:/Program Files/Dev-Cpp/include/stdio.h:449: warning: `__cdecl__' attribute only applies to function types
C:/Program Files/Dev-Cpp/include/stdio.h:449: error: syntax error before "putwc"
C:/Program Files/Dev-Cpp/include/stdio.h:450: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:451: warning: `__cdecl__' attribute only applies to function types
C:/Program Files/Dev-Cpp/include/stdio.h:451: error: syntax error before "putwchar"
C:/Program Files/Dev-Cpp/include/stdio.h:452: error: syntax error before "wchar_t"
C:/Program Files/Dev-Cpp/include/stdio.h:453: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:454: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:455: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:456: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:456: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:456: warning: data definition has no type or storage class
C:/Program Files/Dev-Cpp/include/stdio.h:457: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:457: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:457: warning: data definition has no type or storage class
C:/Program Files/Dev-Cpp/include/stdio.h:458: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:459: error: syntax error before '*' token

C:/Program Files/Dev-Cpp/include/stdio.h:460: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:461: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:465: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:467: error: syntax error before '*' token

C:/Program Files/Dev-Cpp/include/stdio.h: In function `vsnwprintf':
C:/Program Files/Dev-Cpp/include/stdio.h:468: error: `s' undeclared (first use in this function)
C:/Program Files/Dev-Cpp/include/stdio.h:468: error: `n' undeclared (first use in this function)
C:/Program Files/Dev-Cpp/include/stdio.h:468: error: `format' undeclared (first use in this function)

C:/Program Files/Dev-Cpp/include/stdio.h:468: error: `arg' undeclared (first use in this function)
C:/Program Files/Dev-Cpp/include/stdio.h: At top level:
C:/Program Files/Dev-Cpp/include/stdio.h:469: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:471: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:472: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:482: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdio.h:489: warning: `__cdecl__' attribute only applies to function types
C:/Program Files/Dev-Cpp/include/stdio.h:489: error: syntax error before "_fgetwchar"
C:/Program Files/Dev-Cpp/include/stdio.h:490: warning: `__cdecl__' attribute only applies to function types
C:/Program Files/Dev-Cpp/include/stdio.h:490: error: syntax error before "_fputwchar"
C:/Program Files/Dev-Cpp/include/stdio.h:495: warning: `__cdecl__' attribute only applies to function types
C:/Program Files/Dev-Cpp/include/stdio.h:495: error: syntax error before "fgetwchar"
C:/Program Files/Dev-Cpp/include/stdio.h:496: warning: `__cdecl__' attribute only applies to function types
C:/Program Files/Dev-Cpp/include/stdio.h:496: error: syntax error before "fputwchar"
In file included from main.c:2:
C:/Program Files/Dev-Cpp/include/stdlib.h:80: error: syntax error before '*' token

C:/Program Files/Dev-Cpp/include/stdlib.h:80: warning: data definition has no type or storage class
C:/Program Files/Dev-Cpp/include/stdlib.h:151: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:151: warning: data definition has no type or storage class

C:/Program Files/Dev-Cpp/include/stdlib.h:263: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:263: warning: data definition has no type or storage class
C:/Program Files/Dev-Cpp/include/stdlib.h:308: error: syntax error before '*' token

C:/Program Files/Dev-Cpp/include/stdlib.h:309: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:324: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:326: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:327: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h: In function `wcstof':
C:/Program Files/Dev-Cpp/include/stdlib.h:328: error: `__nptr' undeclared (first use in this function)
C:/Program Files/Dev-Cpp/include/stdlib.h:328: error: `__endptr' undeclared (first use in this function)
C:/Program Files/Dev-Cpp/include/stdlib.h: At top level:
C:/Program Files/Dev-Cpp/include/stdlib.h:329: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:332: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:333: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:337: warning: `__cdecl__' attribute only applies to function types
C:/Program Files/Dev-Cpp/include/stdlib.h:337: error: syntax error before "wcstombs"
C:/Program Files/Dev-Cpp/include/stdlib.h:338: error: syntax error before "wchar_t"
C:/Program Files/Dev-Cpp/include/stdlib.h:340: error: syntax error before "size_t"
C:/Program Files/Dev-Cpp/include/stdlib.h:341: warning: `__cdecl__' attribute only applies to function types
C:/Program Files/Dev-Cpp/include/stdlib.h:341: error: syntax error before "mbstowcs"
C:/Program Files/Dev-Cpp/include/stdlib.h:342: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:347: warning: parameter names (without types) in function declaration
C:/Program Files/Dev-Cpp/include/stdlib.h:348: warning: parameter names (without types) in function declaration
C:/Program Files/Dev-Cpp/include/stdlib.h:349: error: syntax error before "size_t"
C:/Program Files/Dev-Cpp/include/stdlib.h:362: error: syntax error before "size_t"
C:/Program Files/Dev-Cpp/include/stdlib.h:363: error: syntax error before ')' token
C:/Program Files/Dev-Cpp/include/stdlib.h:364: error: syntax error before "size_t"
C:/Program Files/Dev-Cpp/include/stdlib.h:365: error: syntax error before ')' token
C:/Program Files/Dev-Cpp/include/stdlib.h:411: error: syntax error before "size_t"
C:/Program Files/Dev-Cpp/include/stdlib.h:416: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:416: error: syntax error before "wchar_t"
C:/Program Files/Dev-Cpp/include/stdlib.h:416: warning: data definition has no type or storage class
C:/Program Files/Dev-Cpp/include/stdlib.h:417: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:417: error: syntax error before "wchar_t"
C:/Program Files/Dev-Cpp/include/stdlib.h:417: warning: data definition has no type or storage class
C:/Program Files/Dev-Cpp/include/stdlib.h:418: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:418: error: syntax error before "wchar_t"
C:/Program Files/Dev-Cpp/include/stdlib.h:418: warning: data definition has no type or storage class
C:/Program Files/Dev-Cpp/include/stdlib.h:424: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:425: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:425: error: syntax error before "wchar_t"
C:/Program Files/Dev-Cpp/include/stdlib.h:425: warning: data definition has no type or storage class
C:/Program Files/Dev-Cpp/include/stdlib.h:426: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:426: error: syntax error before "wchar_t"
C:/Program Files/Dev-Cpp/include/stdlib.h:426: warning: data definition has no type or storage class
C:/Program Files/Dev-Cpp/include/stdlib.h:428: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:428: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:428: warning: data definition has no type or storage class
C:/Program Files/Dev-Cpp/include/stdlib.h:429: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:430: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:431: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:432: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:433: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:433: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:433: warning: data definition has no type or storage class
C:/Program Files/Dev-Cpp/include/stdlib.h:491: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:494: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:494: error: syntax error before "wchar_t"
C:/Program Files/Dev-Cpp/include/stdlib.h:494: warning: data definition has no type or storage class
C:/Program Files/Dev-Cpp/include/stdlib.h:495: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:495: error: syntax error before "wchar_t"
C:/Program Files/Dev-Cpp/include/stdlib.h:495: warning: data definition has no type or storage class
C:/Program Files/Dev-Cpp/include/stdlib.h:504: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h: In function `wtoll':
C:/Program Files/Dev-Cpp/include/stdlib.h:505: error: `_w' undeclared (first use in this function)
C:/Program Files/Dev-Cpp/include/stdlib.h: At top level:
C:/Program Files/Dev-Cpp/include/stdlib.h:506: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:506: error: syntax error before "wchar_t"
C:/Program Files/Dev-Cpp/include/stdlib.h: In function `lltow':

C:/Program Files/Dev-Cpp/include/stdlib.h:507: error: `_n' undeclared (first use in this function)
C:/Program Files/Dev-Cpp/include/stdlib.h:507: error: `_w' undeclared (first use in this function)
C:/Program Files/Dev-Cpp/include/stdlib.h:507: error: `_i' undeclared (first use in this function)
C:/Program Files/Dev-Cpp/include/stdlib.h: At top level:
C:/Program Files/Dev-Cpp/include/stdlib.h:508: error: syntax error before '*' token
C:/Program Files/Dev-Cpp/include/stdlib.h:508: error: syntax error before "wchar_t"

C:/Program Files/Dev-Cpp/include/stdlib.h: In function `ulltow':
C:/Program Files/Dev-Cpp/include/stdlib.h:509: error: `_n' undeclared (first use in this function)
C:/Program Files/Dev-Cpp/include/stdlib.h:509: error: `_w' undeclared (first use in this function)

@+

Verd


Cette discussion est classée dans : include, error, dev, program, files


Répondre à ce message

Sujets en rapport avec ce message

Problème stl et vc++ [ par VinceExtense ] j'ai recherché de partout mais rien pour résoudre mon problème.j'utilise visual c++ et je veux utiliser une multimap, donc j'inclus :#include mais ens dev c++ et bibliotheque gsl [ par duchenecedric ] Bonjour à tous, Je tiens a signaler que je n'ai que quelques notions en c++. Voila je viens d'installer dev C++ sur ma machine qui tourne sous winXP. Utiliser une librairie C++ (TinyXML) dans un programme c [ par PADYVEN ] Bonjour, Voila j'ai dernièrement récupèré la lib TinyXml pour parser un fichier Xml Je l'ai compilé en tant que lib et utilisé dans un programme c++ problème de chargement des classes [ par amine390 ] salut tous le monde, je suis un débutant en c,j'ai réussi d'installer Visual studio 6 et j'ai lancer une application hello world #include "stdafx.h" i probleme avec tlhelp32.h [ par miki42 ] Bonjour a tous un probleme qui je doit le dire me laisse perplexe,j'utilise   "CreateToolhelp32Snapshot" pour enumérer des processus hors lors de la c Pb. COMPILATION API C de MYSQL et Visual studio 8 [ par zorro4472 ] Bonjour,J'essai de compiler un source C avec Visual Studio 8 mais... Le compilateur n'aime pas mon code .... J'ai mis include MYSQL/mysql.h et winsock la bibhothèque <gdiplus.h> [ par deae ] j' ai creé un projet (win32 project) sous visual studio 2008 et j'ai importé la bibhothèque aprés j'ai compiler le projet sans ajouter d'autre instru Problème entre winsock2.h et ma boite de dialogue... [ par XKaliBur ] Ma boite de dialogue est vierge je n'ais absolument rien rajouter ormis le #include et #pragma comment(lib, "ws2_32.lib") et lorsque je compile j'obt Allegro...allez gros :o( [ par MrGecko ] bonjour et merci d'avance :o) J'essai pour la première fois Allegro. J'utilise Dev-C++  4.9.9.1 et j'ai télécharger le package allegro depuis  son in


Nos sponsors


Sondage...

CalendriCode

Mai 2012
LMMJVSD
 123456
78910111213
14151617181920
21222324252627
28293031   

Consulter la suite du CalendriCode

Photothèque

A découvrir



 
Développement réalisé par Nicolas SOREL (Nix) avec l'aide de : Cyril DURAND et Emmanuel (EBArtSoft), Merci à Vincent pour ses précieux conseils.
CodeS-SourceS.com© Toute reproduction même partielle est interdite sauf accord écrit du Webmaster
CodeS-SourceS.com© est une marque déposée tous droits réservés

Google Coop CodeS-SourceS Google Coop CodeS-SourceS
Temps d'éxécution de la page : 1,622 sec (3)

Nous contacter | Annoncer sur CodeS-SourceS | Mentions légales