gohome1984 / google-breakpad

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

Compilation under OpenSuSE Linux 11.0 #268

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to compile under OpenSuSE from trunk

Here what I've done to fix this:

diff -r google-breakpad_orig/src/processor/minidump.cc google-breakpad/src/
processor/minidump.cc
48a49
> #include <string.h>
diff -r google-breakpad_orig/src/processor/minidump_stackwalk.cc google-
breakpad/src/processor/minidump_stackwalk.cc
38a39
> #include <string.h>
diff -r google-breakpad_orig/src/processor/simple_symbol_supplier.cc 
google-breakpad/src/processor/simple_symbol_supplier.cc
39a40
> #include <algorithm>

Original issue reported on code.google.com by ome...@gmail.com on 27 Jun 2008 at 10:24

GoogleCodeExporter commented 9 years ago
Can confirm under kubuntu 8.10 / g++ 4.3.2
but i think that #include <cstring> is better ;)

Original comment by alek.silverstone@gmail.com on 28 Jan 2009 at 5:24

GoogleCodeExporter commented 9 years ago
Pretty sure this got fixed, but don't know the exact issue.

Original comment by ted.mielczarek on 3 Dec 2009 at 4:15