On Monday, March 14, 2016 at 7:08:14 PM UTC+1, Stefan Sitter wrote: > On 14.03.2016 15:42, wrote: > > /usr/local/gematik/firefox_builds/firefox-latest/mozilla-central/widget/windows/WindowsUIUtils.cpp:23:39: > > fatal error: windows.ui.viewmanagement.h: No such file or directory > > On my Windows system the header file is located in > "C:\Program Files (x86)\Windows Kits\8.1\Include\winrt" > > Maybe you need to provide the build system with the location of the > Windows SDK somehow? Or maybe there is some switch to turn off features > that require Windows SDK for building? > > /Stefan
Thanks Stefan, I was thinking along the same lines. However, I could not find any of the combinations to completely turn off the dependence on Windows SDK. And porting the SDK to Linux could cause more problems IMHO, so I avoided doing that for now. But meanwhile, I got over that hurdle by using a patch provided by Alexpux https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-firefox/0013-MinGW-w64-Disable-TabletMode-stuff.patch, which ifdefs out the dependency on windows.ui.viewmanagement.h if using MinGW. I made it past that point and now stuck with a new problem. :) _______________________________________________ dev-builds mailing list dev-builds@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-builds