dimahardie / google-breakpad

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

processor/module_serializer.h missing in r719 #408

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. svn update -r 719
2. ./configure
3. make

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

I expect a completed build

I see 

In file included from src/processor/module_comparer.cc:35:
./src/processor/module_comparer.h:48:41: processor/module_serializer.h: No such 
file or directory
In file included from src/processor/module_comparer.cc:35:

What version of the product are you using? On what operating system?

r 719 Windows 7

Please provide any additional information below.

r 718 works, r 719 is broken.

r719 | SiyangXie@gmail.com | 2010-10-21 10:13:01 -0700 (Thu, 21 Oct 2010) | 2 
lines

FastSourceLineResolver implementation for optimization purpose.

Original issue reported on code.google.com by bob.cl...@gmail.com on 22 Oct 2010 at 7:04

GoogleCodeExporter commented 8 years ago
Linux has same issue as well. I assume others do too.

Original comment by bob.cl...@gmail.com on 25 Oct 2010 at 2:06

GoogleCodeExporter commented 8 years ago
This appears to have been fixed in
r720 : Add missing module_serializer.h and module_serializer.cc for class 
ModuleSerializer.

Original comment by jessicag...@gmail.com on 4 Nov 2010 at 12:06