Testing with latest CMAKE 2.8.11.2 right now, seems OK. Also, why is the compiler output from your first post missing some basic info? Mine is detecting the C compiler details, see below. It really seems like your CMAKE is incorrect.
Yours **** if not exist build.release\nul mkdir build.release if not exist win32install\nul mkdir win32install cd build.release & cmake -G "MinGW Makefiles" -DCMAKE_TOOLCHAIN_FILE=../build/mi ngw32.mingw.cmake -DCMAKE_INSTALL_PREFIX=../win32install -DCMAKE_BUILD_TYPE=RELE ASE -DCMAKE_MAKE_PROGRAM=mingw32-make.exe .. -- The CXX compiler identification is GNU 4.8.0 -- Check for working CXX compiler: C:/Qt/Tools/mingw48_32/bin/g++.exe -- Check for working CXX compiler: C:/Qt/Tools/mingw48_32/bin/g++.exe -- broken **** Mine **** if not exist build.release\nul mkdir build.release if not exist win32install\nul mkdir win32install cd build.release & cmake -G "MinGW Makefiles" -DCMAKE_TOOLCHAIN_FILE=../build/mi ngw32.mingw.cmake -DCMAKE_INSTALL_PREFIX=../win32install -DCMAKE_BUILD_TYPE=RELE ASE -DCMAKE_MAKE_PROGRAM=mingw32-make.exe .. -- The C compiler identification is GNU 4.8.0 -- The CXX compiler identification is GNU 4.8.0 -- Check for working C compiler: d:/Qt51/Tools/mingw48_32/bin/gcc.exe -- Check for working C compiler: d:/Qt51/Tools/mingw48_32/bin/gcc.exe -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: d:/Qt51/Tools/mingw48_32/bin/g++.exe -- Check for working CXX compiler: d:/Qt51/Tools/mingw48_32/bin/g++.exe -- works **** -- View this message in context: http://dev-list.musescore.org/Commit-9560130-Compile-failure-tp7578286p7578293.html Sent from the MuseScore Developer mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk _______________________________________________ Mscore-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mscore-developer
