Skip to content

Instantly share code, notes, and snippets.

@vmlemon
Created February 4, 2011 22:48
Show Gist options
  • Save vmlemon/811934 to your computer and use it in GitHub Desktop.
Save vmlemon/811934 to your computer and use it in GitHub Desktop.
In file included from ConsoleApp.cpp:12:0:
../../eka/include/gcc.h:26:2: error: #error Unexpected include of GCC header
../../eka/include/gcc.h:29:2: error: #error GCC header untested on non-X86 platforms
In file included from ../../eka/include/e32cmn.h:1125:0,
from ../../eka/include/e32std.h:25,
from ../../eka/include/e32base.h:20,
from ../inc/ConsoleApp.h:16,
from ConsoleApp.cpp:15:
../../eka/include/e32des16.h:729:2: error: #error no typedef for __TText
In file included from ConsoleApp.cpp:13:0:
../../eka/include/e32def.h:940:9: error: ‘Int64’ does not name a type
../../eka/include/e32def.h:951:9: error: ‘Uint64’ does not name a type
In file included from ../../eka/include/e32cmn.h:20:0,
from ../../eka/include/e32std.h:25,
from ../../eka/include/e32base.h:20,
from ../inc/ConsoleApp.h:16,
from ConsoleApp.cpp:15:
../../eka/include/e32const.h:876:7: error: ‘TInt64’ does not name a type
../../eka/include/e32const.h:887:7: error: ‘TInt64’ does not name a type
../../eka/include/e32const.h:898:7: error: ‘TUint64’ does not name a type
In file included from ../../eka/include/e32cmn.h:1123:0,
from ../../eka/include/e32std.h:25,
from ../../eka/include/e32base.h:20,
from ../inc/ConsoleApp.h:16,
from ConsoleApp.cpp:15:
../../eka/include/e32des8.h:249:20: error: ‘TInt64’ has not been declared
../../eka/include/e32des8.h:250:20: error: ‘TUint64’ has not been declared
../../eka/include/e32des8.h:252:26: error: ‘TInt64’ has not been declared
../../eka/include/e32des8.h:253:26: error: ‘TUint64’ has not been declared
../../eka/include/e32des8.h:285:22: error: ‘TUint64’ has not been declared
../../eka/include/e32des8.h:289:28: error: ‘TUint64’ has not been declared
../../eka/include/e32des8.h:310:19: error: ‘TUint64’ has not been declared
In file included from ../../eka/include/e32cmn.h:1125:0,
from ../../eka/include/e32std.h:25,
from ../../eka/include/e32base.h:20,
from ../inc/ConsoleApp.h:16,
from ConsoleApp.cpp:15:
../../eka/include/e32des16.h:328:22: error: ‘TUint64’ has not been declared
../../eka/include/e32des16.h:330:20: error: ‘TInt64’ has not been declared
../../eka/include/e32des16.h:331:20: error: ‘TUint64’ has not been declared
../../eka/include/e32des16.h:339:28: error: ‘TUint64’ has not been declared
../../eka/include/e32des16.h:341:26: error: ‘TInt64’ has not been declared
../../eka/include/e32des16.h:342:26: error: ‘TUint64’ has not been declared
../../eka/include/e32des16.h:377:19: error: ‘TUint64’ has not been declared
../../eka/include/e32des16.h:740:2: error: ‘__TText’ does not name a type
In file included from ../../eka/include/e32std.h:25:0,
from ../../eka/include/e32base.h:20,
from ../inc/ConsoleApp.h:16,
from ConsoleApp.cpp:15:
../../eka/include/e32cmn.h:1633:1: error: too many initializers for ‘const TLitC16<2>’
In file included from ../../eka/include/e32std.h:25:0,
from ../../eka/include/e32base.h:20,
from ../inc/ConsoleApp.h:16,
from ConsoleApp.cpp:15:
../../eka/include/e32cmn.h:2575:11: error: ‘TUint64’ does not name a type
../../eka/include/e32cmn.h:6532:22: error: expected ‘)’ before ‘a’
../../eka/include/e32cmn.h:6533:27: error: declaration of ‘operator=’ as non-function
../../eka/include/e32cmn.h:6533:26: error: expected ‘;’ before ‘(’ token
../../eka/include/e32cmn.h:6534:18: error: expected type-specifier before ‘Int64’
../../eka/include/e32cmn.h:6546:24: error: expected ‘)’ before ‘a’
../../eka/include/e32cmn.h:6547:28: error: declaration of ‘operator=’ as non-function
../../eka/include/e32cmn.h:6547:27: error: expected ‘;’ before ‘(’ token
../../eka/include/e32cmn.h:6548:18: error: expected type-specifier before ‘Uint64’
In file included from ../../eka/include/e32cmn.h:6765:0,
from ../../eka/include/e32std.h:25,
from ../../eka/include/e32base.h:20,
from ../inc/ConsoleApp.h:16,
from ConsoleApp.cpp:15:
../../eka/include/e32cmn.inl: In constructor ‘RReadWriteLock::RReadWriteLock()’:
../../eka/include/e32cmn.inl:3113:4: error: class ‘RReadWriteLock’ does not have any field named ‘iValues’
../../eka/include/e32cmn.inl: At global scope:
../../eka/include/e32cmn.inl:6879:23: error: ISO C++ forbids declaration of ‘SInt64’ with no type
../../eka/include/e32cmn.inl:6879:23: error: ‘SInt64::SInt64’ declared as an ‘inline’ variable
../../eka/include/e32cmn.inl:6879:23: error: ‘int SInt64::SInt64’ is not a static member of ‘struct SInt64’
../../eka/include/e32cmn.inl:6879:23: error: ‘Int64’ was not declared in this scope
../../eka/include/e32cmn.inl:6880:2: error: expected ‘,’ or ‘;’ before ‘{’ token
../../eka/include/e32cmn.inl:6885:34: error: declaration of ‘operator=’ as non-function
../../eka/include/e32cmn.inl:6885:34: error: ‘Int64’ was not declared in this scope
../../eka/include/e32cmn.inl:6892:25: error: expected type-specifier before ‘Int64’
../../eka/include/e32cmn.inl:6904:25: error: ISO C++ forbids declaration of ‘SUint64’ with no type
../../eka/include/e32cmn.inl:6904:25: error: ‘SUint64::SUint64’ declared as an ‘inline’ variable
../../eka/include/e32cmn.inl:6904:25: error: ‘int SUint64::SUint64’ is not a static member of ‘struct SUint64’
../../eka/include/e32cmn.inl:6904:25: error: ‘Uint64’ was not declared in this scope
../../eka/include/e32cmn.inl:6905:2: error: expected ‘,’ or ‘;’ before ‘{’ token
../../eka/include/e32cmn.inl:6910:36: error: declaration of ‘operator=’ as non-function
../../eka/include/e32cmn.inl:6910:36: error: ‘Uint64’ was not declared in this scope
../../eka/include/e32cmn.inl:6917:26: error: expected type-specifier before ‘Uint64’
../../eka/include/e32cmn.inl: In member function ‘SSecureId::operator const TSecureId&() const’:
../../eka/include/e32cmn.inl:6995:63: warning: returning reference to temporary
../../eka/include/e32cmn.inl: In member function ‘SVendorId::operator const TVendorId&() const’:
../../eka/include/e32cmn.inl:7035:63: warning: returning reference to temporary
In file included from ../../eka/include/e32base.h:20:0,
from ../inc/ConsoleApp.h:16,
from ConsoleApp.cpp:15:
../../eka/include/e32std.h: At global scope:
../../eka/include/e32std.h:1173:20: error: ‘TInt64’ has not been declared
../../eka/include/e32std.h:1174:14: error: ‘TInt TLex8::Val(TInt&)’ cannot be overloaded
../../eka/include/e32std.h:1173:16: error: with ‘TInt TLex8::Val(int&)’
../../eka/include/e32std.h:1178:20: error: ‘TInt64’ has not been declared
../../eka/include/e32std.h:1181:27: error: ‘TInt64’ has not been declared
../../eka/include/e32std.h:1181:47: error: ‘TInt64’ does not name a type
../../eka/include/e32std.h:1181:55: error: ISO C++ forbids declaration of ‘aLimit’ with no type
../../eka/include/e32std.h:1183:27: error: ‘TInt64’ has not been declared
../../eka/include/e32std.h:1183:62: error: ‘TInt64’ does not name a type
../../eka/include/e32std.h:1183:70: error: ISO C++ forbids declaration of ‘aLimit’ with no type
../../eka/include/e32std.h:1198:18: error: ‘TInt64’ has not been declared
../../eka/include/e32std.h:1198:37: error: ‘TInt64’ does not name a type
../../eka/include/e32std.h:1198:45: error: ISO C++ forbids declaration of ‘aLimit’ with no type
../../eka/include/e32std.h:1204:18: error: ‘TInt64’ has not been declared
../../eka/include/e32std.h:1204:51: error: ‘TInt64’ does not name a type
../../eka/include/e32std.h:1204:59: error: ISO C++ forbids declaration of ‘aLimit’ with no type
../../eka/include/e32std.h:1206:38: error: ‘TUint64’ has not been declared
../../eka/include/e32std.h:1207:36: error: ‘TUint64’ has not been declared
../../eka/include/e32std.h:1303:20: error: ‘TInt64’ has not been declared
../../eka/include/e32std.h:1304:14: error: ‘TInt TLex16::Val(TInt&)’ cannot be overloaded
../../eka/include/e32std.h:1303:16: error: with ‘TInt TLex16::Val(int&)’
../../eka/include/e32std.h:1308:20: error: ‘TInt64’ has not been declared
../../eka/include/e32std.h:1312:27: error: ‘TInt64’ has not been declared
../../eka/include/e32std.h:1312:47: error: ‘TInt64’ does not name a type
../../eka/include/e32std.h:1312:55: error: ISO C++ forbids declaration of ‘aLimit’ with no type
../../eka/include/e32std.h:1314:27: error: ‘TInt64’ has not been declared
../../eka/include/e32std.h:1314:62: error: ‘TInt64’ does not name a type
../../eka/include/e32std.h:1314:70: error: ISO C++ forbids declaration of ‘aLimit’ with no type
../../eka/include/e32std.h:1329:18: error: ‘TInt64’ has not been declared
../../eka/include/e32std.h:1329:37: error: ‘TInt64’ does not name a type
../../eka/include/e32std.h:1329:45: error: ISO C++ forbids declaration of ‘aLimit’ with no type
../../eka/include/e32std.h:1335:18: error: ‘TInt64’ has not been declared
../../eka/include/e32std.h:1335:51: error: ‘TInt64’ does not name a type
../../eka/include/e32std.h:1335:59: error: ISO C++ forbids declaration of ‘aLimit’ with no type
../../eka/include/e32std.h:1337:38: error: ‘TUint64’ has not been declared
../../eka/include/e32std.h:1532:41: error: ‘TInt64’ does not name a type
../../eka/include/e32std.h:1532:49: error: ISO C++ forbids declaration of ‘aInterval’ with no type
../../eka/include/e32std.h:1533:52: error: ‘TInt64’ does not name a type
../../eka/include/e32std.h:1533:60: error: ISO C++ forbids declaration of ‘aInterval’ with no type
../../eka/include/e32std.h:1540:15: error: ‘TInt64’ does not name a type
../../eka/include/e32std.h:1542:2: error: ‘TInt64’ does not name a type
../../eka/include/e32std.h:1794:21: error: ‘TInt64’ does not name a type
../../eka/include/e32std.h:1794:29: error: ISO C++ forbids declaration of ‘aTime’ with no type
../../eka/include/e32std.h:1797:32: error: ‘TInt64’ does not name a type
../../eka/include/e32std.h:1797:40: error: ISO C++ forbids declaration of ‘aTime’ with no type
../../eka/include/e32std.h:1866:15: error: ‘TInt64’ does not name a type
../../eka/include/e32std.h:1870:2: error: ‘TInt64’ does not name a type
In file included from ../../eka/include/e32base.h:20:0,
from ../inc/ConsoleApp.h:16,
from ConsoleApp.cpp:15:
../../eka/include/e32std.h:2246:44: error: ‘TInt64’ has not been declared
../../eka/include/e32std.h:2246:16: error: ‘void TLocale::FormatCurrency(TDes&, int)’ cannot be overloaded
../../eka/include/e32std.h:2245:16: error: with ‘void TLocale::FormatCurrency(TDes&, TInt)’
../../eka/include/e32std.h:2248:76: error: ‘TInt64’ has not been declared
../../eka/include/e32std.h:2248:16: error: ‘void TLocale::FormatCurrency(TDes&, TDesOverflow&, int)’ cannot be overloaded
../../eka/include/e32std.h:2247:16: error: with ‘void TLocale::FormatCurrency(TDes&, TDesOverflow&, TInt)’
../../eka/include/e32std.h:3668:27: error: expected ‘)’ before ‘anId’
../../eka/include/e32std.h:3669:9: error: ‘TUint64’ does not name a type
../../eka/include/e32std.h:3674:2: error: ‘TUint64’ does not name a type
../../eka/include/e32std.h:3696:27: error: expected ‘)’ before ‘anId’
../../eka/include/e32std.h:4006:28: error: expected ‘)’ before ‘anId’
In file included from ../../eka/include/e32std.h:5278:0,
from ../../eka/include/e32base.h:20,
from ../inc/ConsoleApp.h:16,
from ConsoleApp.cpp:15:
../../eka/include/e32std.inl:1420:67: error: ‘TInt64’ does not name a type
../../eka/include/e32std.inl:1420:75: error: ISO C++ forbids declaration of ‘aInterval’ with no type
../../eka/include/e32std.inl: In constructor ‘TTimeIntervalMicroSeconds::TTimeIntervalMicroSeconds(const int&)’:
../../eka/include/e32std.inl:1421:4: error: class ‘TTimeIntervalMicroSeconds’ does not have any field named ‘iInterval’
../../eka/include/e32std.inl: At global scope:
../../eka/include/e32std.inl:1433:78: error: ‘TInt64’ does not name a type
../../eka/include/e32std.inl:1433:86: error: ISO C++ forbids declaration of ‘aInterval’ with no type
../../eka/include/e32std.inl: In member function ‘TTimeIntervalMicroSeconds& TTimeIntervalMicroSeconds::operator=(const int&)’:
../../eka/include/e32std.inl:1441:3: error: ‘iInterval’ was not declared in this scope
../../eka/include/e32std.inl: In member function ‘TBool TTimeIntervalMicroSeconds::operator==(const TTimeIntervalMicroSeconds&) const’:
../../eka/include/e32std.inl:1455:10: error: ‘iInterval’ was not declared in this scope
../../eka/include/e32std.inl:1455:31: error: ‘const class TTimeIntervalMicroSeconds’ has no member named ‘iInterval’
../../eka/include/e32std.inl: In member function ‘TBool TTimeIntervalMicroSeconds::operator!=(const TTimeIntervalMicroSeconds&) const’:
../../eka/include/e32std.inl:1469:10: error: ‘iInterval’ was not declared in this scope
../../eka/include/e32std.inl:1469:31: error: ‘const class TTimeIntervalMicroSeconds’ has no member named ‘iInterval’
../../eka/include/e32std.inl: In member function ‘TBool TTimeIntervalMicroSeconds::operator>=(const TTimeIntervalMicroSeconds&) const’:
../../eka/include/e32std.inl:1484:10: error: ‘iInterval’ was not declared in this scope
../../eka/include/e32std.inl:1484:31: error: ‘const class TTimeIntervalMicroSeconds’ has no member named ‘iInterval’
../../eka/include/e32std.inl: In member function ‘TBool TTimeIntervalMicroSeconds::operator<=(const TTimeIntervalMicroSeconds&) const’:
../../eka/include/e32std.inl:1499:10: error: ‘iInterval’ was not declared in this scope
../../eka/include/e32std.inl:1499:31: error: ‘const class TTimeIntervalMicroSeconds’ has no member named ‘iInterval’
../../eka/include/e32std.inl: In member function ‘TBool TTimeIntervalMicroSeconds::operator>(const TTimeIntervalMicroSeconds&) const’:
../../eka/include/e32std.inl:1514:10: error: ‘iInterval’ was not declared in this scope
../../eka/include/e32std.inl:1514:30: error: ‘const class TTimeIntervalMicroSeconds’ has no member named ‘iInterval’
../../eka/include/e32std.inl: In member function ‘TBool TTimeIntervalMicroSeconds::operator<(const TTimeIntervalMicroSeconds&) const’:
../../eka/include/e32std.inl:1529:10: error: ‘iInterval’ was not declared in this scope
../../eka/include/e32std.inl:1529:30: error: ‘const class TTimeIntervalMicroSeconds’ has no member named ‘iInterval’
../../eka/include/e32std.inl: At global scope:
../../eka/include/e32std.inl:1534:14: error: ‘TInt64’ does not name a type
../../eka/include/e32std.inl:1930:27: error: ‘TInt64’ does not name a type
../../eka/include/e32std.inl:1930:35: error: ISO C++ forbids declaration of ‘aTime’ with no type
../../eka/include/e32std.inl: In constructor ‘TTime::TTime(const int&)’:
../../eka/include/e32std.inl:1931:4: error: class ‘TTime’ does not have any field named ‘iTime’
../../eka/include/e32std.inl: At global scope:
../../eka/include/e32std.inl:1942:38: error: ‘TInt64’ does not name a type
../../eka/include/e32std.inl:1942:46: error: ISO C++ forbids declaration of ‘aTime’ with no type
../../eka/include/e32std.inl: In member function ‘TTime& TTime::operator=(const int&)’:
../../eka/include/e32std.inl:1950:3: error: ‘iTime’ was not declared in this scope
../../eka/include/e32std.inl: In member function ‘TBool TTime::operator==(TTime) const’:
../../eka/include/e32std.inl:1963:10: error: ‘iTime’ was not declared in this scope
../../eka/include/e32std.inl:1963:23: error: ‘class TTime’ has no member named ‘iTime’
../../eka/include/e32std.inl: In member function ‘TBool TTime::operator!=(TTime) const’:
../../eka/include/e32std.inl:1976:10: error: ‘iTime’ was not declared in this scope
../../eka/include/e32std.inl:1976:23: error: ‘class TTime’ has no member named ‘iTime’
../../eka/include/e32std.inl: In member function ‘TBool TTime::operator>=(TTime) const’:
../../eka/include/e32std.inl:1991:10: error: ‘iTime’ was not declared in this scope
../../eka/include/e32std.inl:1991:23: error: ‘class TTime’ has no member named ‘iTime’
../../eka/include/e32std.inl: In member function ‘TBool TTime::operator<=(TTime) const’:
../../eka/include/e32std.inl:2006:10: error: ‘iTime’ was not declared in this scope
../../eka/include/e32std.inl:2006:23: error: ‘class TTime’ has no member named ‘iTime’
../../eka/include/e32std.inl: In member function ‘TBool TTime::operator>(TTime) const’:
../../eka/include/e32std.inl:2020:10: error: ‘iTime’ was not declared in this scope
../../eka/include/e32std.inl:2020:22: error: ‘class TTime’ has no member named ‘iTime’
../../eka/include/e32std.inl: In member function ‘TBool TTime::operator<(TTime) const’:
../../eka/include/e32std.inl:2034:10: error: ‘iTime’ was not declared in this scope
../../eka/include/e32std.inl:2034:22: error: ‘class TTime’ has no member named ‘iTime’
../../eka/include/e32std.inl: At global scope:
../../eka/include/e32std.inl:2039:14: error: ‘TInt64’ does not name a type
../../eka/include/e32std.inl:3744:29: error: ISO C++ forbids declaration of ‘TObjectId’ with no type
../../eka/include/e32std.inl:3744:29: error: ‘TObjectId::TObjectId’ declared as an ‘inline’ variable
../../eka/include/e32std.inl:3744:29: error: ‘int TObjectId::TObjectId’ is not a static member of ‘class TObjectId’
../../eka/include/e32std.inl:3744:29: error: ‘TUint64’ was not declared in this scope
../../eka/include/e32std.inl:3745:2: error: expected ‘,’ or ‘;’ before ‘:’ token
../../eka/include/e32std.inl:3756:8: error: ‘TUint64’ does not name a type
../../eka/include/e32std.inl: In member function ‘TObjectId::operator TUint() const’:
../../eka/include/e32std.inl:3772:17: error: ‘iId’ was not declared in this scope
../../eka/include/e32std.inl: In member function ‘TBool TObjectId::operator==(TObjectId) const’:
../../eka/include/e32std.inl:3785:10: error: ‘iId’ was not declared in this scope
../../eka/include/e32std.inl:3785:19: error: ‘class TObjectId’ has no member named ‘iId’
../../eka/include/e32std.inl: In member function ‘TBool TObjectId::operator!=(TObjectId) const’:
../../eka/include/e32std.inl:3798:10: error: ‘iId’ was not declared in this scope
../../eka/include/e32std.inl:3798:19: error: ‘class TObjectId’ has no member named ‘iId’
../../eka/include/e32std.inl: At global scope:
../../eka/include/e32std.inl:3814:29: error: ISO C++ forbids declaration of ‘TThreadId’ with no type
../../eka/include/e32std.inl:3814:29: error: ‘TThreadId::TThreadId’ declared as an ‘inline’ variable
../../eka/include/e32std.inl:3814:29: error: ‘int TThreadId::TThreadId’ is not a static member of ‘class TThreadId’
../../eka/include/e32std.inl:3814:29: error: ‘TUint64’ was not declared in this scope
../../eka/include/e32std.inl:3815:2: error: expected ‘,’ or ‘;’ before ‘:’ token
In file included from ../../eka/include/e32std.h:5278:0,
from ../../eka/include/e32base.h:20,
from ../inc/ConsoleApp.h:16,
from ConsoleApp.cpp:15:
../../eka/include/e32std.inl:3918:31: error: ISO C++ forbids declaration of ‘TProcessId’ with no type
../../eka/include/e32std.inl:3918:31: error: ‘TProcessId::TProcessId’ declared as an ‘inline’ variable
../../eka/include/e32std.inl:3918:31: error: ‘int TProcessId::TProcessId’ is not a static member of ‘class TProcessId’
../../eka/include/e32std.inl:3918:31: error: ‘TUint64’ was not declared in this scope
../../eka/include/e32std.inl:3919:2: error: expected ‘,’ or ‘;’ before ‘:’ token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment