Hi,

Is there any special difference in compiling Qt from source in Windows in 64 bit?

This is my configure linke
configure -prefix c:\qt\5.6\msvc2013_opengl_5_6_rc_64_static -commercial -debug-and-release -static -nomake examples -nomake tools -nomake tests -opengl dynamic -skip multimedia -openssl-linked -I c:\openssl-lib\include -L c:\openssl-lib\lib64 OPENSSL_LIBS_DEBUG="ssleay32MTd.lib libeay32MTd.lib" OPENSSL_LIBS_RELEASE="ssleay32MT.lib libeay32MT.lib"

Qt compiled just fine.

The projecto also compiles fine until it gets to the linking phase:

libcpmt.lib(locale.obj) : error LNK2001: unresolved external symbol _purecall

libcpmt.lib(wlocale.obj) : error LNK2001: unresolved external symbol _purecall

libcpmt.lib(xlocale.obj) : error LNK2001: unresolved external symbol _purecall

libcpmt.lib(xdateord.obj) : error LNK2001: unresolved external symbol _purecall

libcpmt.lib(locale0.obj) : error LNK2001: unresolved external symbol _purecall

libcpmt.lib(ios.obj) : error LNK2001: unresolved external symbol _purecall

libcpmt.lib(cerr.obj) : error LNK2001: unresolved external symbol _purecall

libcpmt.lib(iosptrs.obj) : error LNK2001: unresolved external symbol _purecall

Qt5Core.lib(qanimationgroup.obj) : error LNK2001: unresolved external symbol _purecall

Qt5Core.lib(qfilesystemwatcher_polling.obj) : error LNK2001: unresolved external symbol _purecall

libcpmt.lib(xthrow.obj) : error LNK2019: unresolved external symbol _purecall referenced in function "public: __cdecl std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >(char const *)" (??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QEAA@PEBD@Z)

libcpmt.lib(syserror.obj) : error LNK2001: unresolved external symbol _purecall

Qt5Core.lib(qabstractfileengine.obj) : error LNK2001: unresolved external symbol _purecall

Qt5Core.lib(qmimeprovider.obj) : error LNK2001: unresolved external symbol _purecall

Qt5Core.lib(qabstractstate.obj) : error LNK2001: unresolved external symbol _purecall

Qt5Core.lib(qabstracttransition.obj) : error LNK2001: unresolved external symbol _purecall


What am I missing?


Thanks,

Regards,


Nuno


_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to