Comment 8 for bug 1070998

Revision history for this message
Chris Hillery (ceejatec) wrote :

Unfortunately Paul's suggestion in comment #5 doesn't fix it. The error changes to

test_hashmaps.cpp
C:\zorba\trunk\src\zorbaserialization/class_serializer.h(94) : error C2146: syntax error : missing ';' before identifier 't0'
C:\zorba\trunk\src\zorbaserialization/class_serializer.h(94) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\zorba\trunk\src\zorbaserialization/class_serializer.h(95) : error C2146: syntax error : missing ';' before identifier 't1'
C:\zorba\trunk\src\zorbaserialization/class_serializer.h(95) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\zorba\trunk\src\zorbaserialization/class_serializer.h(113) : error C2146: syntax error : missing ';' before identifier 'get_registration_time'
C:\zorba\trunk\src\zorbaserialization/class_serializer.h(113) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
C:\zorba\trunk\src\zorbaserialization/class_serializer.h(113) : warning C4183: 'get_registration_time': missing return type; assumed to be a member function returning 'int'
C:\zorba\trunk\src\zorbaserialization/class_serializer.h(113) : error C2065: 't1' : undeclared identifier
C:\zorba\trunk\src\zorbaserialization/class_serializer.h(113) : error C2065: 't0' : undeclared identifier
C:\zorba\trunk\src\unit_tests\test_hashmaps.cpp(32) : warning C4244: 'return' : conversion from 'uint64_t' to 'uint32_t', possible loss of data
C:\zorba\trunk\src\unit_tests\test_hashmaps.cpp(101) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
C:\zorba\trunk\src\unit_tests\test_hashmaps.cpp(102) : warning C4244: 'argument' : conversion from 'double' to 'float', possible loss of data
NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~2.0\VC\bin\cl.exe' : return code '0x2'
Stop.