breakpad

How to build google breakpad

Hi, I'm totally lost on how to build Google's breakpad. There is a sln file, but it depends on a library that doesn't seem to have an associated sln. It seems to use something called gyp that I haven't figured out how to get working. I tried python gyp ..\breakpad\src\client\windows\breakpad_client.gyp and that just gives the follo...

Hwo to build google google-breakpad for windows?

I am trying to build google breakpad for windows. I don't get it. I tried installed autoconf and m4 for Windows which seems to work. But running m4 CXXFLAGS=-m32 CFLAGS=-m32 CPPFLAGS=-m32 ./configure results in func_dirname () { # Extract subdirectory from the argument. func_dirname_result=NONE:0: m4: ERROR: EOF in string aft...

Breakpad process inspection fails

I'm using Breakpad to send error reports when my app crashes. Now I tried to follow the wiki but the information there is somewhat lacking. I just can't figure out what to do with the generated symbol dump files. I found this tutorial but it doesn't mention those dump files at all. And when I include the Breakpad framework in my app, ...