Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » C / C++ (ANSI-Standard) » Hilfe Compile problem

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: [ 1 ] > 2 < [ 3 ] [ 4 ]
010
17.09.2003, 17:02 Uhr
~Fat-Tiger
Gast


klappt das bei dir wenn ja liegt das wohl am compiler

http://80.129.89.163
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
011
17.09.2003, 17:02 Uhr
~Fat-Tiger
Gast


hiwer siehst du es
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
012
17.09.2003, 17:06 Uhr
Pablo
Supertux
(Operator)


Was @Loddab meint, und was wir wissen wollen ist folgendes:

du kompilierst das Programm und du bekommst eine Folge von Fehlermeldungen, die dir sagen, warum der Compiler nicht kompiliert hat.

Und so ein rießiges Bild dauert es bei mir (mit DSL) schon mehr als 2 Minuten, damit es angezeigt wird.
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
013
17.09.2003, 17:08 Uhr
Pablo
Supertux
(Operator)


Und welche ist die Zeile 575?
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
014
17.09.2003, 17:10 Uhr
typecast
aka loddab
(Operator)


Hast du was an der Datei verändert?
Jetzt geh mal hin und nimm die Fehlermeldung aus dem Compile-Log, und poste sie mal vollständig.
--
All parts should go together without forcing. ... By all means, do not use a hammer. (IBM maintenance manual, 1925)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
015
17.09.2003, 17:11 Uhr
Pablo
Supertux
(Operator)


Eins ist mir nicht klar. Wieso der Fehler bei stl_alloc.h? Hast du diese Datei geändert?
--
A! Elbereth Gilthoniel!
silivren penna míriel
o menel aglar elenath,
Gilthoniel, A! Elbereth!
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
016
17.09.2003, 17:13 Uhr
typecast
aka loddab
(Operator)


ich glaube nicht das es daran liegt, aber dazu müsste ich zumindest mal den Anfgang der Fehlermeldungen sehen.
--
All parts should go together without forcing. ... By all means, do not use a hammer. (IBM maintenance manual, 1925)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
017
17.09.2003, 17:13 Uhr
~Fat-Tiger
Gast


D:/Dev-Cpp/include/c++/bits/stl_alloc.h:575: syntax error before `;' token
D:/Dev-Cpp/include/c++/bits/stl_alloc.h:575: confused by earlier errors, bailing out

make.exe: *** [Rechner-console.o] Error 1

Execution terminated
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
018
17.09.2003, 17:14 Uhr
typecast
aka loddab
(Operator)


Nein da sind noch mehr. Das sind nur die letzten. Poste mal die ersten 5 (Scroll mal das Compilelog ganz nach oben)
--
All parts should go together without forcing. ... By all means, do not use a hammer. (IBM maintenance manual, 1925)
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
019
17.09.2003, 17:16 Uhr
~Fat-Tiger
Gast



Code:
Compiler: Default compiler
Building Makefile: "C:\Dokumente und Einstellungen\Fat-Tiger\Eigene Dateien\Makefile.win"
Executing  make...
make.exe -f "C:\Dokumente und Einstellungen\Fat-Tiger\Eigene Dateien\Makefile.win" all
g++.exe -c Rechner-console.cpp -o Rechner-console.o -I"D:/Dev-Cpp/include"  -I"D:/Dev-Cpp/include/c++"  -I"D:/Dev-Cpp/include"  

In file included from Rechner-console.cpp:1:
D:/Dev-Cpp/include/c++/iostream:44:28: bits/c++config.h: No such file or directory
In file included from D:/Dev-Cpp/include/c++/ios:44,
                 from D:/Dev-Cpp/include/c++/ostream:45,
                 from D:/Dev-Cpp/include/c++/iostream:45,
                 from Rechner-console.cpp:1:
D:/Dev-Cpp/include/c++/iosfwd:44:28: bits/c++config.h: No such file or directory
In file included from D:/Dev-Cpp/include/c++/iosfwd:45,
                 from D:/Dev-Cpp/include/c++/ios:44,
                 from D:/Dev-Cpp/include/c++/ostream:45,
                 from D:/Dev-Cpp/include/c++/iostream:45,
                 from Rechner-console.cpp:1:
D:/Dev-Cpp/include/c++/bits/stringfwd.h:44:28: bits/c++config.h: No such file or directory
In file included from D:/Dev-Cpp/include/c++/iosfwd:46,
                 from D:/Dev-Cpp/include/c++/ios:44,
                 from D:/Dev-Cpp/include/c++/ostream:45,
                 from D:/Dev-Cpp/include/c++/iostream:45,
                 from Rechner-console.cpp:1:
D:/Dev-Cpp/include/c++/bits/fpos.h:44:24: bits/c++io.h: No such file or directory

In file included from D:/Dev-Cpp/include/c++/bits/fpos.h:45,
                 from D:/Dev-Cpp/include/c++/iosfwd:46,
                 from D:/Dev-Cpp/include/c++/ios:44,
                 from D:/Dev-Cpp/include/c++/ostream:45,
                 from D:/Dev-Cpp/include/c++/iostream:45,
                 from Rechner-console.cpp:1:

D:/Dev-Cpp/include/c++/cwchar:49:28: bits/c++config.h: No such file or directory
In file included from D:/Dev-Cpp/include/c++/iosfwd:46,
                 from D:/Dev-Cpp/include/c++/ios:44,
                 from D:/Dev-Cpp/include/c++/ostream:45,
                 from D:/Dev-Cpp/include/c++/iostream:45,
                 from Rechner-console.cpp:1:
D:/Dev-Cpp/include/c++/bits/fpos.h:60: 'streamoff' is used as a type, but is
   not defined as a type.
D:/Dev-Cpp/include/c++/bits/fpos.h:74: parse error before `__off'
D:/Dev-Cpp/include/c++/bits/fpos.h:75: missing ';' before right brace
D:/Dev-Cpp/include/c++/bits/fpos.h:77: semicolon missing after declaration of `
   std::fpos<_StateT>'

D:/Dev-Cpp/include/c++/bits/fpos.h: In constructor
   `std::fpos<_StateT>::fpos()':
D:/Dev-Cpp/include/c++/bits/fpos.h:72: class `std::fpos<_StateT>' does not have
   any field named `_M_off'
D:/Dev-Cpp/include/c++/bits/fpos.h: At global scope:
D:/Dev-Cpp/include/c++/bits/fpos.h:77: parse error before `(' token
D:/Dev-Cpp/include/c++/bits/fpos.h:77: ISO C++ forbids defining types within

   return type

D:/Dev-Cpp/include/c++/bits/fpos.h:77: syntax error before `(' token
D:/Dev-Cpp/include/c++/bits/fpos.h:79: syntax error before `&' token
D:/Dev-Cpp/include/c++/bits/fpos.h:82: syntax error before `&' token
D:/Dev-Cpp/include/c++/bits/fpos.h:86: syntax error before `operator'
D:/Dev-Cpp/include/c++/bits/fpos.h:89: syntax error before `+=' token

D:/Dev-Cpp/include/c++/bits/fpos.h:94: syntax error before `operator'
D:/Dev-Cpp/include/c++/bits/fpos.h:97: syntax error before `-=' token
D:/Dev-Cpp/include/c++/bits/fpos.h:102: parse error before `&' token
D:/Dev-Cpp/include/c++/bits/fpos.h:103: non-member function `bool
   operator==(...)' cannot have `const' method qualifier
D:/Dev-Cpp/include/c++/bits/fpos.h:103: `bool operator==(...)' must have an

   argument of class or enumerated type
D:/Dev-Cpp/include/c++/bits/fpos.h:103: `bool operator==(...)' must take
   exactly two arguments
D:/Dev-Cpp/include/c++/bits/fpos.h: In function `bool operator==(...)':
D:/Dev-Cpp/include/c++/bits/fpos.h:103: `_M_off' undeclared (first use this
   function)
D:/Dev-Cpp/include/c++/bits/fpos.h:103: (Each undeclared identifier is reported
   only once for each function it appears in.)
D:/Dev-Cpp/include/c++/bits/fpos.h:103: `__pos' undeclared (first use this
   function)

D:/Dev-Cpp/include/c++/bits/fpos.h: At global scope:
D:/Dev-Cpp/include/c++/bits/fpos.h:106: parse error before `&' token
D:/Dev-Cpp/include/c++/bits/fpos.h:107: non-member function `bool

   operator!=(...)' cannot have `const' method qualifier
D:/Dev-Cpp/include/c++/bits/fpos.h:107: `bool operator!=(...)' must have an
   argument of class or enumerated type
D:/Dev-Cpp/include/c++/bits/fpos.h:107: `bool operator!=(...)' must take
   exactly two arguments
D:/Dev-Cpp/include/c++/bits/fpos.h:110: parse error before `)' token
D:/Dev-Cpp/include/c++/bits/fpos.h:113: `streamoff' was not declared in this
   scope
D:/Dev-Cpp/include/c++/bits/fpos.h:113: parse error before `)' token
D:/Dev-Cpp/include/c++/bits/fpos.h: In function `void _M_position(...)':
D:/Dev-Cpp/include/c++/bits/fpos.h:113: `__off' undeclared (first use this
   function)

D:/Dev-Cpp/include/c++/bits/fpos.h: At global scope:
D:/Dev-Cpp/include/c++/bits/fpos.h:114: parse error before `}' token
D:/Dev-Cpp/include/c++/bits/fpos.h:117: syntax error before `;' token

In file included from D:/Dev-Cpp/include/c++/ios:46,
                 from D:/Dev-Cpp/include/c++/ostream:45,

                 from D:/Dev-Cpp/include/c++/iostream:45,
                 from Rechner-console.cpp:1:
D:/Dev-Cpp/include/c++/bits/char_traits.h:59: parse error before `;' token
D:/Dev-Cpp/include/c++/bits/char_traits.h:60: parse error before `;' token
D:/Dev-Cpp/include/c++/bits/char_traits.h:113: parse error before `;' token
D:/Dev-Cpp/include/c++/bits/char_traits.h:114: parse error before `;' token



Bearbeitung von loddab:
code-Tags gesetzt

Dieser Post wurde am 17.09.2003 um 17:18 Uhr von Loddab editiert.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: [ 1 ] > 2 < [ 3 ] [ 4 ]     [ C / C++ (ANSI-Standard) ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: