dimahardie / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

VC++ 2008 compile error minidump_test.cc(201) : error C2065: 'TokenStream' : undeclared identifier #410

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Generate VC++ project files 
D:\workspace\svn\google-breakpad>src\tools\gyp\gyp1.bat 
src\client\windows\breakpad_client.gyp
2. Open D:\workspace\svn\google-breakpad\src\client\windows\breakpad_client.sln 
with VC++ 2008 (no SP1)
3. Build "Debug|Win32" configuration

What is the expected output? What do you see instead?

Expect no build/compile error. But go the following compile error:
8>Compiling...
8>minidump_test.cc
8>.\minidump_test.cc(201) : error C2065: 'TokenStream' : undeclared identifier
8>.\minidump_test.cc(236) : error C2065: 'TokenStream' : undeclared identifier
8>.\minidump_test.cc(271) : error C2065: 'TokenStream' : undeclared identifier
8>.\minidump_test.cc(328) : error C2065: 'TokenStream' : undeclared identifier
8>.\minidump_test.cc(329) : error C2065: 'TokenStream' : undeclared identifier
========== Build: 8 succeeded, 1 failed, 1 up-to-date, 0 skipped ==========
What version of the product are you using? On what operating system?

Windows XP SP3. VC++ 2008 Standard with Feature Pack, no SP1.

Please provide any additional information below.
I am using python26 on my system.

Original issue reported on code.google.com by onegazh...@gmail.com on 17 Nov 2010 at 7:39

GoogleCodeExporter commented 8 years ago
Just install the latest Microsoft SDK 7.1 and set it as default. This solved 
the error for me.

Original comment by daniel.g...@gmail.com on 5 Jan 2011 at 2:22