Compilation failed :( qtmain.lib(qtmain_win.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void * __thiscall QArrayData::data(void)" (__imp_?data@QArrayData@@QAEPAXXZ) referenced in function "public: char * * __thiscall QTypedArrayData<char *>::data(void)" (?data@?$QTypedArrayData@PAD@@QAEPAPADXZ) qtmain.lib(qtmain_win.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static struct QArrayData * __cdecl QArrayData::allocate(unsigned int,unsigned int,unsigned int,class QFlags<enum QArrayData::AllocationOption>)" (__imp_?allocate@QArrayData@@SAPAU1@IIIV?$QFlags@W4AllocationOption@QArrayData@@@@@Z) referenced in function "public: static struct QTypedArrayData<char *> * __cdecl QTypedArrayData<char *>::allocate(unsigned int,class QFlags<enum QArrayData::AllocationOption>)" (?allocate@?$QTypedArrayData@PAD@@SAPAU1@IV?$QFlags@W4AllocationOption@QArrayData@@@@@Z) qtmain.lib(qtmain_win.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void __cdecl QArrayData::deallocate(struct QArrayData *,unsigned int,unsigned int)" (__imp_?deallocate@QArrayData@@SAXPAU1@II@Z) referenced in function "public: static void __cdecl QTypedArrayData<char *>::deallocate(struct QArrayData *)" (?deallocate@?$QTypedArrayData@PAD@@SAXPAUQArrayData@@@Z) qtmain.lib(qtmain_win.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static struct QArrayData const * const QArrayData::shared_null" (__imp_?shared_null@QArrayData@@2QBU1@B) referenced in function "public: static struct QTypedArrayData<char *> * __cdecl QTypedArrayData<char *>::sharedNull(void)" (?sharedNull@?$QTypedArrayData@PAD@@SAPAU1@XZ) qtmain.lib(qtmain_win.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QByteArray::~QByteArray(void)" (__imp_??1QByteArray@@QAE@XZ) referenced in function _WinMain@16 qtmain.lib(qtmain_win.obj) : error LNK2019: unresolved external symbol "void __cdecl qWinMain(struct HINSTANCE__ *,struct HINSTANCE__ *,char *,int,int &,class QVector<char *> &)" (?qWinMain@@YAXPAUHINSTANCE__@@0PADHAAHAAV?$QVector@PAD@@@Z) referenced in function _WinMain@16 qtmain.lib(qtmain_win.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: char * __thiscall QByteArray::data(void)" (__imp_?data@QByteArray@@QAEPADXZ) referenced in function _WinMain@16 qtmain.lib(qtmain_win.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall QString::~QString(void)" (__imp_??1QString@@QAE@XZ) referenced in function _WinMain@16 qtmain.lib(qtmain_win.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class QByteArray __thiscall QString::toLocal8Bit(void)const " (__imp_?toLocal8Bit@QString@@QBE?AVQByteArray@@XZ) referenced in function _WinMain@16 qtmain.lib(qtmain_win.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class QString __cdecl QString::fromWCharArray(wchar_t const *,int)" (__imp_?fromWCharArray@QString@@SA?AV1@PB_WH@Z) referenced in function _WinMain@16 release\analogclock.exe : fatal error LNK1120: 10 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\link.EXE"' : return code '0x460'
Build log: http://testresults.qt-project.org/ci/QtBase_master_Integration/build_04436/win32-msvc2010_developer-build_qtnamespace_Windows_7/log.txt.gz Tested changes (refs/builds/master_1351682072): http://codereview.qt-project.org/38521 [PS1] - test: Moving tst_QMimeDatabase::inheritsPerformance() test http://codereview.qt-project.org/38450 [PS1] - Qt Core: Removed unnecessary group membership. http://codereview.qt-project.org/38458 [PS1] - move QT_NAMESPACE define to qtcore's module pri file http://codereview.qt-project.org/38457 [PS1] - purge dead defines http://codereview.qt-project.org/38456 [PS1] - remove pointless indirections http://codereview.qt-project.org/38404 [PS2] - use .qmake.conf instead of sync.profile as "anchor" http://codereview.qt-project.org/38303 [PS1] - move invariant CONFIG flags out of the configures http://codereview.qt-project.org/38302 [PS1] - remove pointless messing with CONFIG+=fix_output_dirs http://codereview.qt-project.org/38301 [PS1] - move remaining configure'd CONFIG flags to qmodule.pri http://codereview.qt-project.org/37218 [PS2] - beef up qt_plugin.prf _______________________________________________ Ci-reports mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/ci-reports
