[gelöst] Seltsame Compilermeldungen
Verfasst: 4. Juli 2007 10:25
Ich bekomme seit heute diese Fehlermeldungen, kann aber nicht nachvollziehen woher diese kommen...
Ich binde nirgends die QChar mit ein:
c:\Qt\4.2.2\src\corelib\tools\qchar.h(29): error C2061: Syntaxfehler: Bezeichner 'QT_MODULE'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(29): error C2059: Syntaxfehler: ';'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(31): error C2061: Syntaxfehler: Bezeichner 'class'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(31): error C2059: Syntaxfehler: ';'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(35): error C2061: Syntaxfehler: Bezeichner 'public'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(37): error C2054: Nach 'inline' muss '(' folgen
c:\Qt\4.2.2\src\corelib\tools\qchar.h(37): error C2085: 'toLatin1': Nicht in der formalen Parameterliste enthalten
c:\Qt\4.2.2\src\corelib\tools\qchar.h(37): error C2143: Syntaxfehler: Es fehlt ';' vor 'eingeben'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(37): error C2143: Syntaxfehler: Es fehlt ';' vor '{'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(38): error C2054: Nach 'inline' muss '(' folgen
c:\Qt\4.2.2\src\corelib\tools\qchar.h(38): error C2085: 'ushort': Nicht in der formalen Parameterliste enthalten
c:\Qt\4.2.2\src\corelib\tools\qchar.h(38): error C2146: Syntaxfehler: Fehlendes ',' vor Bezeichner 'unicode'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(38): error C2143: Syntaxfehler: Es fehlt ';' vor '('
c:\Qt\4.2.2\src\corelib\tools\qchar.h(38): error C2059: Syntaxfehler: ')'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(40): error C2143: Syntaxfehler: Es fehlt '{' vor ':'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(40): error C2059: Syntaxfehler: ':'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(42): error C2059: Syntaxfehler: '}'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(45): error C2061: Syntaxfehler: Bezeichner 'Q_CORE_EXPORT'
... das geht auch noch so weiter... Habe nichts an der Headerdatei geändert
Weis jemand zufällig an was das liegen könne?
Ich binde nirgends die QChar mit ein:
c:\Qt\4.2.2\src\corelib\tools\qchar.h(29): error C2061: Syntaxfehler: Bezeichner 'QT_MODULE'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(29): error C2059: Syntaxfehler: ';'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(31): error C2061: Syntaxfehler: Bezeichner 'class'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(31): error C2059: Syntaxfehler: ';'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(35): error C2061: Syntaxfehler: Bezeichner 'public'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(37): error C2054: Nach 'inline' muss '(' folgen
c:\Qt\4.2.2\src\corelib\tools\qchar.h(37): error C2085: 'toLatin1': Nicht in der formalen Parameterliste enthalten
c:\Qt\4.2.2\src\corelib\tools\qchar.h(37): error C2143: Syntaxfehler: Es fehlt ';' vor 'eingeben'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(37): error C2143: Syntaxfehler: Es fehlt ';' vor '{'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(38): error C2054: Nach 'inline' muss '(' folgen
c:\Qt\4.2.2\src\corelib\tools\qchar.h(38): error C2085: 'ushort': Nicht in der formalen Parameterliste enthalten
c:\Qt\4.2.2\src\corelib\tools\qchar.h(38): error C2146: Syntaxfehler: Fehlendes ',' vor Bezeichner 'unicode'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(38): error C2143: Syntaxfehler: Es fehlt ';' vor '('
c:\Qt\4.2.2\src\corelib\tools\qchar.h(38): error C2059: Syntaxfehler: ')'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(40): error C2143: Syntaxfehler: Es fehlt '{' vor ':'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(40): error C2059: Syntaxfehler: ':'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(42): error C2059: Syntaxfehler: '}'
c:\Qt\4.2.2\src\corelib\tools\qchar.h(45): error C2061: Syntaxfehler: Bezeichner 'Q_CORE_EXPORT'
... das geht auch noch so weiter... Habe nichts an der Headerdatei geändert
Weis jemand zufällig an was das liegen könne?