Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

NMAKE with MYSQL failed under Qt5.0.0 and win64

$
0
0
I have a problem to NMAKE QT5.0.0. The reason is that I always get the following error message although I refused to build with mysql with removin my -qt-sql-mysql tag from configure. I am not able to build. Someone knows about this? Thanks, Harald. cl -c -FIqt_pch.h -Yuqt_pch.h -Fp.obj\debug_shared\Qt5Sqld_pch.pch -nolo go -Zm200 -Zc:wchar_t -Zi -MDd -W3 -w34100 -w34189 -MP -GR -DUNICODE -DWIN32 -DQ T_NO_USING_NAMESPACE -DQT_BUILD_SQL_LIB -DQT_BUILDING_QT -DQT_NO_CAST_TO_ASCII – DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQT_DEPRECATED_ WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0×040800 -D_USE_MATH_DEFINES -DQT_NO_CAS T_FROM_ASCII -DQT_CORE_LIB -DQT_NO_EXCEPTIONS -I”..\..\include” -I”..\..\include \QtSql” -I”..\..\include\QtSql\5.0.0” -I”..\..\include\QtSql\5.0.0\QtSql” -I“tmp “ -I”..\..\include\QtCore” -I”..\..\include\QtCore\5.0.0” -I”..\..\include\QtCor e\5.0.0\QtCore” -I”.moc\debug_shared” -I”..\..\mkspecs\win32-msvc2010” -Fo.obj\d ebug_shared\ @C:\Users\hsattm72\AppData\Local\Temp\nm23C8.tmp qsql_mysql.cpp f:\qt\qt-everywhere-opensource-src-5.0.0\qtbase\src\sql\drivers\mysql\qsql_mysql .h(52) : fatal error C1083: Cannot open include file: ‘mysql.h’: No such file or directory NMAKE : fatal error U1077: ‘“C:\Program Files (x86)\Microsoft Visual Studio 10.0 \VC\BIN\x86_amd64\cl.EXE”’ : return code ‘0×2’ Stop. NMAKE : fatal error U1077: ‘“C:\Program Files (x86)\Microsoft Visual Studio 10.0 \VC\BIN\nmake.exe”’ : return code ‘0×2’ Stop. NMAKE : fatal error U1077: ‘cd’ : return code ‘0×2’ Stop. NMAKE : fatal error U1077: ‘cd’ : return code ‘0×2’ Stop. NMAKE : fatal error U1077: ‘cd’ : return code ‘0×2’ Stop. F:\Qt\qt-everywhere-opensource-src-5.0.0>

Viewing all articles
Browse latest Browse all 2113

Trending Articles