Hi All,

I am trying to build the source for symbian platform for armv5 using Qt 
creator. It gives the below errors.
\NokiaQtSDK\Symbian\SDK\epoc32\include\stdapis/stlportv5/new", line 52: Error: 
#256: invalid redeclaration of type name "std::nothrow_t" (declared at line 17 
of "\NokiaQtSDK\Symbian\SDK\epoc32\include\RVCT2_2\../symcpp.h")
struct nothrow_t {};
^
"\NokiaQtSDK\Symbian\SDK\epoc32\include\stdapis/stlportv5/new", line 62: Error: 
#536: exception specification is incompatible with that of previous function 
"operator new(unsigned int)" (declared at line 21 of 
"\NokiaQtSDK\Symbian\SDK\epoc32\include\RVCT2_2\../symcpp.h"):
previously specified: no exceptions will be thrown
IMPORT_C void* operator new(std::size_t) __THROW(std::bad_alloc);
^
"\NokiaQtSDK\Symbian\SDK\epoc32\include\stdapis/stlportv5/new", line 82: Error: 
#536: exception specification is incompatible with that of previous function 
"operator new[](unsigned int)" (declared at line 25 of 
"\NokiaQtSDK\Symbian\SDK\epoc32\include\RVCT2_2\../symcpp.h"):
previously specified: no exceptions will be thrown
IMPORT_C void* operator new[](std::size_t) __THROW(std::bad_alloc);
^
"\NokiaQtSDK\Symbian\SDK\epoc32\include\e32cmn.h", line 6589: Error: #541: 
omission of exception specification is incompatible with previous function 
"std::uncaught_exception" (declared at line 61 of 
"\NokiaQtSDK\Symbian\SDK\epoc32\include\stdapis/stlportv5/exception")
bool uncaught_exception(void);
^
\Panorama\AppCommon\dirfileop.cpp: 0 warnings, 4 errors
make[2]: *** 
[\NokiaQtSDK\Symbian\SDK\EPOC32\BUILD\Panorama\AppSymbian\PANORAMA_0X20031E7B\ARMV5\udeb\DirFileOp.o]
 Error 1
make[1]: *** [TARGETPANORAMA_0X20031E7B] Error 2

Did anybody come across these errors? If so, could you please let me know work 
around for the same?

Thanks,
veeru.

_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to