问题描述
我想建立谷歌breakpad的窗口。我不明白这一点。我试图为Windows安装autoconf和M4这似乎工作。但运行
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
结果
func_dirname ()
{
# Extract subdirectory from the argument.
func_dirname_result=NONE:0: m4: ERROR: EOF in string
执行脚本的几秒钟后。
after some seconds of executing scripts.
我搜索形式Visual Studio解决方案文件,但由于修订581,他们已被删除。
I searched form visual studio solution files, but they have been removed since revision 581.
于是我找到了相关的岗位
http://stackoverflow.com/questions/2925094/how-to-build-google-breakpad.
So i found the related post http://stackoverflow.com/questions/2925094/how-to-build-google-breakpad.
但我怎么安装石膏?它需要什么样的prerequisites?
或者没有任何人有谷歌为-breakpad的所有部分工作(VC2005)SLN文件?
任何人都可以给我如何构建它一步步的说明?
But how do i install gyp? What prerequisites does it require?Or does anybody have a working (VC2005) sln file for all parts of google-breakpad ?Can anybody give me a step by step description on how to build it?
推荐答案
这是真正的文档中解释差强人意,但实际上石膏已经present如果你已经做了breakpad的普通结帐。打开命令提示符,并将自己的根(谷歌breakpad只读的,如果你的指令去)。然后,只需做:
This is really poorly explained in the documentation, but actually gyp is already present if you've done an ordinary checkout of breakpad. Open a command prompt and place yourself in the root ( google-breakpad-read-only if you're going by the instructions ). Then just do:
的src \\工具\\石膏\\ gyp.bat SRC \\客户端\\ WINDOWS \\ breakpad_client.gyp
src\tools\gyp\gyp.bat src\client\windows\breakpad_client.gyp
这将产生视觉工作室SLN文件给你。
This will generate visual studio sln files for you.
这篇关于如何打造谷歌谷歌 - breakpad窗户?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!