Compiling MS under Windows 8
I have been running Windows 8 (32-bit) for 3 days now and finally have most things set up the way I like. I got all the dependencies installed for MuseScore but kept getting the compile error "Qt: Untested Windows version 6.2 detected!". Turns out there is a nasty in CMAKE 2.8.9 which stops everything.
A patch was submitted for CMAKE which means that later CMAKE versions should be fixed for Windows 8, but until that happens this patch will do the trick. I found this on http://www.insanefactory.com/2012/10/cmake-with-qt4-on-windows-8 posted by Manuel Freiholz.
Edit file: %CMAKE%\share\cmake-2.8\Modules\FindQt4.cmake
Search for: OUTPUT_VARIABLE output ERROR_VARIABLE output
Replace the line with: OUTPUT_VARIABLE output
I have tested the compile with Qt 4.8.1 and it works and now have the latest fully compiled and operational build. You will still get the message about the "Untested Windows version" but they are ignored for now.
Comments
I tried the given link and go "The requested URL was not found on this server."
In reply to I tried the given link and… by robluxton
Windows 8 has been out of MicroSoft support for about 4 years now; I'd not advise using it in todays world, nor trying to build MuseScore on it.
Windows 8.1 might still work (and be supported)
Still: better go for 10 or 11