Joan Posted September 12, 2015 Share Posted September 12, 2015 I'm not sure if this is the right place to ask about this problem, please forgive me if not.I'm trying to build Mumble 1.2.10 on Windows 7 using this tutorial : http://wiki.mumble.info/wiki/BuildingWindowsI've set up the build environement using cygwin, generate MakeFile using qmake and I'm now trying to build Mumble but I'm stuck with this error : Microsoft (R) Program Maintenance Utility Version 10.00.30319.01 Copyright (C) Microsoft Corporation. All rights reserved. c:\MumbleBuild\win32-1.2.x-2015-07-22-1cc0b43\Qt4.8\bin\lrelease.exe qttranslations\qt_it.ts Updating 'qttranslations\qt_it.qm'... Generated 1036 translation(s) (1036 finished and 0 unfinished) Ignored 174 untranslated source text(s) c:\MumbleBuild\win32-1.2.x-2015-07-22-1cc0b43\Qt4.8\bin\lrelease.exe qttranslations\qt_tr.ts Updating 'qttranslations\qt_tr.qm'... Generated 1101 translation(s) (1101 finished and 0 unfinished) Ignored 109 untranslated source text(s) c:\MumbleBuild\win32-1.2.x-2015-07-22-1cc0b43\Qt4.8\bin\rcc.exe -name mumble mumble.qrc -o release\qrc_mumble.cpp c:\MumbleBuild\win32-1.2.x-2015-07-22-1cc0b43\Qt4.8\bin\rcc.exe -name mumble_flags mumble_flags.qrc -o release\qrc_mumble_flags.cpp c:\MumbleBuild\win32-1.2.x-2015-07-22-1cc0b43\Qt4.8\bin\rcc.exe -name mumble_qt mumble_qt.qrc -o release\qrc_mumble_qt.cpp c:\MumbleBuild\win32-1.2.x-2015-07-22-1cc0b43\Qt4.8\bin\rcc.exe -name mumble_tango mumble_tango.qrc -o release\qrc_mumble_tango.cpp cl -c -FImumble_pch.hpp -Yumumble_pch.hpp -Fprelease\mumble_pch.pch -nologo -Zm200 -Zi -Zc:wchar_t- -Ox -GL -GF -GS- -MD -arch:SSE -Ot /fp:fast /Qfast_transcendentals -Ob2 -W3 -w34100 -w34189-GR -EHsc -DUNICODE -DWIN32 -DRESTRICT= -DMUMBLE_VERSION_STRING=1.2.10 -DMUMBLE -DUSE_OPUS -DUSE_BONJOUR -DUSE_DIRECTSOUND -DUSE_WASAPI -DUSING_BUNDLED_QT_TRANSLATIONS -DUSE_STATIC -DQT_THREAD_SUPPORT -DQT_DLL -DQT_NO_DEBUG -DQT_SVG_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DNDEBUG -I"..\..\..\Qt4.8\include\QtCore" -I"..\..\..\Qt4.8\include\QtNetwork" -I"..\..\..\Qt4.8\include\QtGui" -I"..\..\..\Qt4.8\include\QtXml" -I"..\..\..\Qt4.8\include\QtSql" -I"..\..\..\Qt4.8\include\QtSvg" -I"..\..\..\Qt4.8\include" -I"..\..\..\Boost\include" -I"c:\MumbleBuild\win32-1.2.x-2015-07-22-1cc0b43\Boost\include\boost-1_49" -I"..\..\..\OpenSSL\include" -I"..\..\..\sndfile\include" -I"..\..\src" -I"." -I"..\..\..\protobuf\vsprojects\include" -I"c:\MumbleBuild\win32-1.2.x-2015-07-22-1cc0b43\protobuf\src" -I"..\bonjour" -I"..\..\speex\include" -I"..\..\speex\libspeex" -I"..\..\speexbuild" -I"..\..\celt-0.7.0-src\libcelt" -I"..\..\opus-src\celt" -I"..\..\opus-src\include" -I"..\..\opus-src\src" -I"..\..\opus-build\src" -I"..\..\..\bonjour\include" -I"..\..\..\Qt4.8\include\ActiveQt" -I"release" -I"." -I"..\..\..\Qt4.8\mkspecs\default" -Forelease\ @C:\Users\Joan\AppData\Local\Temp\nm777E.tmp qrc_mumble.cpp qrc_mumble_flags.cpp qrc_mumble_qt.cpp qrc_mumble_tango.cpp link /LIBPATH:"c:\MumbleBuild\win32-1.2.x-2015-07-22-1cc0b43\OpenSSL\lib" /LIBPATH:"c:\MumbleBuild\win32-1.2.x-2015-07-22-1cc0b43\sndfile\lib" /LIBPATH:"c:\MumbleBuild\win32-1.2.x-2015-07-22-1cc0b43\Boost\lib" /LIBPATH:"c:\MumbleBuild\win32-1.2.x-2015-07-22-1cc0b43\protobuf\vsprojects\Release" /LIBPATH:"..\..\release" /LIBPATH:"c:\MumbleBuild\win32-1.2.x-2015-07-22-1cc0b43\bonjour\lib\win32" /LIBPATH:"c:\MumbleBuild\win32-1.2.x-2015-07-22-1cc0b43\Qt4.8\lib" /DEBUG /OPT:REF /OPT:ICF /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SafeSEH /NXCOMPAT /DYNAMICBASE /LTCG /MANIFEST /MANIFESTFILE:"release\mumble.intermediate.manifest" /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" /VERSION:1.210 /OUT:..\..\release\mumble.exe @C:\Users\Joan\AppData\Local\Temp\nm7C7E.tmp LINK : fatal error LNK1181: cannot open input file 'qtaccessiblewidgets.lib' NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\link.EXE"' : return code '0x49d' Stop. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\nmake.exe"' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. Indeed, qtaccessiblewidgets.lib does not exist in win32-1.2.x-2015-07-22-1cc0b43\Qt4.8\lib. There is a qtaccessiblewidgets4.dll file in win32-1.2.x-2015-07-22-1cc0b43\Qt4.8\plugins\accessible but no lib file. In a classic Qt 4.8.0 installation, there are more files in Qt\4.8.0\plugins\accessible :qtaccessiblecompatwidgets4.dll qtaccessiblecompatwidgets4.lib qtaccessiblecompatwidgetsd4.dll qtaccessiblecompatwidgetsd4.lib qtaccessiblewidgets4.dll qtaccessiblewidgets4.lib qtaccessiblewidgetsd4.dll qtaccessiblewidgetsd4.lib I guess something went wrong either with environement setup with cygwin or during building but I don't know. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.