google-breakpad

How to build google google-breakpad for windows?

烈酒焚心 提交于 2019-12-01 03:21:23
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 after some seconds of executing scripts. I searched form visual studio solution files, but they have been removed since revision 581. So i found the related post How to build google breakpad . But how do i install gyp? What prerequisites does it require? Or does anybody have

How to build google breakpad

ⅰ亾dé卋堺 提交于 2019-11-30 15:12:53
问题 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 following errors Traceback (most recent call last): File "gyp", line 18, in <module> sys.exit(gyp.main(sys.argv[1:])) File "pylib\gyp\__init__.py", line 445, in main options

How to build google breakpad

核能气质少年 提交于 2019-11-30 14:15:51
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 following errors Traceback (most recent call last): File "gyp", line 18, in <module> sys.exit(gyp.main(sys.argv[1:])) File "pylib\gyp\__init__.py", line 445, in main options.circular_check) File "pylib\gyp\__init__.py", line 84, in Load depth, generator_input_info, check,

How to build google google-breakpad for windows?

假装没事ソ 提交于 2019-11-28 03:22:38
问题 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 after some seconds of executing scripts. I searched form visual studio solution files, but they have been removed since revision 581. So i found the related post How to