Accueil > Forum > > > > Problème compilateur
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 iciIl 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
Livres en rapport
|
Derniers Blogs
POUR RAPPEL ! LES SPéCIFICATIONS DES PROTOCOLES OFFICE ET SHAREPOINT SONT DISPONIBLES SUR MSDNPOUR RAPPEL ! LES SPéCIFICATIONS DES PROTOCOLES OFFICE ET SHAREPOINT SONT DISPONIBLES SUR MSDN par neodante
Quelle est le point commun entre : Microsoft il y a 10 ans et Apple aujourd'hui ? Réponse: avoir une politique de protocoles propriétaires et fermés :) Car pour rappel (si si je vous assure c'est important de le rappeler), la majorité des spécifications e...
Cliquez pour lire la suite de l'article par neodante JOYEUX ANNIVERSAIRE NIXJOYEUX ANNIVERSAIRE NIX par ebartsoft
Souhaitons un bon et joyeux anniversaire à notre hôte à tous, Nix.
Je ne le répéterais jamais assez mais sans lui rien ne serait possible. Il défit en permanence les lois de la gravité et comme il le dit si bien, si tu lui fais confiance ça devra...
Cliquez pour lire la suite de l'article par ebartsoft IMAGINE CUP 2012, MAKE A SIGN EN FINALEIMAGINE CUP 2012, MAKE A SIGN EN FINALE par junarnoalg
Voilà qui est fait, la nouvelle est officielle ! L'équipe belge "Make a Sign" va au pays des kangourous défendre son projet dans la catégorie Software Design. http://www.imaginecup.com/CompetitionsContent/Competition/WorldwideFinalists.aspx V...
Cliquez pour lire la suite de l'article par junarnoalg KINECT 1.5 IS OUT !KINECT 1.5 IS OUT ! par Vko
La version 1.5 du Kinect For Microsoft vient tout juste de sortir ! Plein de nouveautés: Tracking de squelette en Near Mode Détection en position assise Détection faciale avec un SDK dédié Documentation et des guideline (enfin) Un out...
Cliquez pour lire la suite de l'article par Vko LES ACTUALITéS DE LA SEMAINE SUR C2I.FR (14 MAI - 20 MAI) LES ACTUALITéS DE LA SEMAINE SUR C2I.FR (14 MAI - 20 MAI) par richardc
Mise à jour des Web API du 14 Mai
Réservez dès maintenant votre journée du 20 juin pour le Windows Azure Dev Camp 2012 à Paris
Mise à jour de Team Foundation Service
MechCommander 2 sur Windows 8
Entity Framework 5 Release Candidate e...
Cliquez pour lire la suite de l'article par richardc
Logiciels
sDEVIS-FACTURES vlPRO (8.1.0.3)SDEVIS-FACTURES VLPRO (8.1.0.3)sDEVIS-FACTURES vlPRO a été mis au point pour les particuliers, créateurs, entrepreneurs, artisa... Cliquez pour télécharger sDEVIS-FACTURES vlPRO 974 Application Server (12.2.4.6)974 APPLICATION SERVER (12.2.4.6)Développez de puissantes applications dans un environnement de 'cloud computing', clusterisé, séc... Cliquez pour télécharger 974 Application Server vPicture (1.4.2.1)VPICTURE (1.4.2.1)Avec vPicture, hébergez vos images facilement et rapidement.
vPicture est un utilitaire simple, ... Cliquez pour télécharger vPicture Easy-Planning (2.2.1.6)EASY-PLANNING (2.2.1.6)Easy-Planning permet de créer des plannings sous la représentation de diagrammes et est adapté au... Cliquez pour télécharger Easy-Planning COM-BACKUP (2.0)COM-BACKUP (2.0)
COM-BACKUP est un logiciel de sauvegarde qui permet de planifier les sauvegardes de vos dossiers ...
Cliquez pour télécharger COM-BACKUP
|