I know this is a late reply, but I didn't see a fix, and I have been getting this error occasionally as well. I finally figured out what causes it. Apparently MinGW has problems with large precompiled headers. I deleted all.h.gch from the build directory and was able to build. Maybe deleting this should be part of the make "clean" target.
David Bolton-2 wrote > I get the following error trying to compile the latest nightlies for > Windows: > > [ 21%] Built target mstyle > mingw32-make[3]: Entering directory `C:/MuseScore/build.release' > mingw32-make[3]: Leaving directory `C:/MuseScore/build.release' > mingw32-make[3]: Entering directory `C:/MuseScore/build.release' > [ 21%] Building CXX object > libmscore/CMakeFiles/libmscore.dir/paste.cpp.obj > internal error in mingw32_gt_pch_use_address, at > config/i386/host-mingw32.c:167: > MapViewOfFileEx: Attempt to access invalid address. > > The last successful build was January 8 of git hash 1778f37 > MuseScoreNightly-2013-01-08-1120-1778f37.7z > > David > > ------------------------------------------------------------------------------ > Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and > much more. Get web development skills now with LearnDevNow - > 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122812 > _______________________________________________ > Mscore-developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mscore-developer -- View this message in context: http://dev-list.musescore.org/Windows-compilation-error-tp7577671p7578565.html Sent from the MuseScore Developer mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Mscore-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mscore-developer
