What steps will reproduce the problem?
1. run ./configure --prefix $HOME/breakpad && make all install
2. try to use the installed files
In file included from
include/breakpad/client/linux/minidump_writer/minidump_writer.h:41:0,
from include/breakpad/client/linux/handler/exception_handler.h:42,
from breakpad.cc:24:
include/breakpad/client/linux/minidump_writer/linux_dumper.h:47:58: fatal
error: client/linux/dump_writer_common/mapping_info.h: No such file or directory
#include "client/linux/dump_writer_common/mapping_info.h"
The following patch fixed my build problem (running autoreconf, configure and
make.. autoreconf regenerates configure and makefile.am so they're changed as
well..)
Index: Makefile.am
===================================================================
--- Makefile.am (revision 1408)
+++ Makefile.am (working copy)
@@ -86,6 +86,9 @@
includeclmdir = $(includedir)/$(PACKAGE)/client/linux/minidump_writer
includeclm_HEADERS = $(top_srcdir)/src/client/linux/minidump_writer/*.h
+includeclcmdir = $(includedir)/$(PACKAGE)/client/linux/dump_writer_common
+includeclcm_HEADERS = $(top_srcdir)/src/client/linux/dump_writer_common/*.h
+
includeclcdir = $(includedir)/$(PACKAGE)/client/linux/crash_generation
includeclc_HEADERS = $(top_srcdir)/src/client/linux/crash_generation/*.h
What version of the product are you using? On what operating system?
Working Copy Root Path: /home/trond/compile/couchbase/google-breakpad-read-only
URL: http://google-breakpad.googlecode.com/svn/trunk
Relative URL: ^/trunk
Repository Root: http://google-breakpad.googlecode.com/svn
Repository UUID: 4c0a9323-5329-0410-9bdc-e9ce6186880e
Revision: 1408
Node Kind: directory
Schedule: normal
Last Changed Author: mseaborn@chromium.org
Last Changed Rev: 1408
Last Changed Date: 2014-12-03 21:39:55 +0100 (Wed, 03 Dec 2014)
This is on a Linux system (ubuntu)
Original issue reported on code.google.com by trond.no...@gmail.com on 8 Dec 2014 at 8:05
Original issue reported on code.google.com by
trond.no...@gmail.com
on 8 Dec 2014 at 8:05