Issue metadata
Sign in to add a comment
|
Compilation
Reported by
daniel.w...@gmail.com,
Mar 25 2016
|
||||||||||||||||||||
Issue description
UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36
Steps to reproduce the problem:
1. git rebase-update
2. gclient sync
3. ninja -C out\Debug chrome
What is the expected behavior?
ninja should compile without showing an error.
What went wrong?
ninja stops compiling and shows the error message: "src\base\win\win_util.cc(25) : fatal error C1083: Cannot open include file: 'uiviewsettingsinterop.h': No such file or directory"
Did this work before? Yes about 2 weeks ago
Chrome version: master@{#383174} Channel: n/a
OS Version: Windows 7 64 bit
Flash Version: not relevant
I have installed the most recent version of the Windows SDK.
I use GYP.
I have set the following environment variables:
DEPOT_TOOLS_WIN_TOOLCHAIN=0
GYP_DEFINES="component=shared_library disable_nacl=1"
GYP_MSVS_VERSION=2013
I have found the missing file in the folder C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\um
,
Mar 25 2016
And could somebody please update the title of this issue to something more meaningful like "Compilation fails due to missing Windows SDK header file"?
,
Mar 29 2016
Upgrading to Visual Studio 2015 Update 1 fixed the issue for me.
,
Mar 30 2016
Closing as per #4
,
May 16 2016
I am now getting this issue with Visual Studio 2015 Update 2 |
|||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||
Comment 1 by daniel.w...@gmail.com
, Mar 25 2016