Hi,
I am trying to compile on windows 7, MSVC 2010, with SDK 7.1A and 8 installed.
I have all the other pre-requisites installed, and am getting errors on compiling base_paths_win.cc:
C:\Program Files (x86)\Windows Kits\8.0\Include\shared\wtypesbase.h(260): error C2011: '_COAUTHIDENTITY' : 'struct' type redefinition
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\wtypes.h(501) : see declaration of '_COAUTHIDENTITY'
C:\Program Files (x86)\Windows Kits\8.0\Include\shared\wtypesbase.h(271): error C2011: '_COAUTHINFO' : 'struct' type redefinition
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\wtypes.h(512) : see declaration of '_COAUTHINFO'
C:\Program Files (x86)\Windows Kits\8.0\Include\shared\wtypesbase.h(315): error C2011: 'tagMEMCTX' : 'enum' type redefinition
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\wtypes.h(558) : see declaration of 'tagMEMCTX'
C:\Program Files (x86)\Windows Kits\8.0\Include\shared\wtypesbase.h(348): error C2011: 'tagCLSCTX' : 'enum' type redefinition
C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\wtypes.h(595) : see declaration of 'tagCLSCTX'
C:\Program Files (x86)\Windows Kits\8.0\Include\shared\wtypesbase.h(393): warning C4005: 'CLSCTX_VALID_MASK' : macro redefinition
<snip>
Seems like win8 SDK and win7A SDK do not like each other.. anoyone ran into this before ?
I would appreciate any help you can give, as I cannot get the baseline to compile at all.
Yours,
Guy.