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
Original issue reported on code.google.com by
onegazh...@gmail.com
on 17 Nov 2010 at 7:39