I'm just starting with Breakpad and I've checked out the latest from
SVN yesterday. I attempted to compile the "breakpad_client" under MSVC
2005 SP1 and crash_report_sender.cc seems broken:
google-breakpad\src\client\windows\sender
\crash_report_sender.cc(129) : error C2065: 'ENOENT' : undeclared
identifier
Adding an #include <errno.h> fixes this.
:)
JF
Thanks, I've added the #include in revision 222.