﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-Error-文章分类-google</title><link>http://www.cppblog.com/Error/category/20241.html</link><description /><language>zh-cn</language><lastBuildDate>Wed, 05 Dec 2012 05:01:34 GMT</lastBuildDate><pubDate>Wed, 05 Dec 2012 05:01:34 GMT</pubDate><ttl>60</ttl><item><title>gyp生成breakpad工程失败，排除python版本问题</title><link>http://www.cppblog.com/Error/articles/196001.html</link><dc:creator>Enic</dc:creator><author>Enic</author><pubDate>Wed, 05 Dec 2012 03:30:00 GMT</pubDate><guid>http://www.cppblog.com/Error/articles/196001.html</guid><wfw:comment>http://www.cppblog.com/Error/comments/196001.html</wfw:comment><comments>http://www.cppblog.com/Error/articles/196001.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/Error/comments/commentRss/196001.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/Error/services/trackbacks/196001.html</trackback:ping><description><![CDATA[&nbsp;<span style="text-align: left; widows: 2; text-transform: none; background-color: rgb(255,255,255); text-indent: 0px; font: 14px/18px Arial, 'Liberation Sans', 'DejaVu Sans', sans-serif; white-space: normal; orphans: 2; letter-spacing: normal; color: rgb(0,0,0); word-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px" class="Apple-style-span"><pre style="padding-bottom: 5px; border-right-width: 0px; overflow-x: auto; overflow-y: auto; background-color: rgb(238,238,238); margin: 0px 0px 10px; padding-left: 5px; width: auto; padding-right: 5px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; border-top-width: 0px; border-bottom-width: 0px; max-height: 600px; font-size: 14px; vertical-align: baseline; border-left-width: 0px; padding-top: 5px; background-origin: initial; background-clip: initial"><code style="padding-bottom: 0px; border-right-width: 0px; background-color: rgb(238,238,238); margin: 0px; padding-left: 0px; padding-right: 0px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif; border-top-width: 0px; border-bottom-width: 0px; font-size: 14px; vertical-align: baseline; border-left-width: 0px; padding-top: 0px; background-origin: initial; background-clip: initial">Traceback (most recent call last):
File "gyp", line 18, in &lt;module&gt;
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, circular_check)
 File "pylib\gyp\input.py", line 2165, in Load
VerifyNoGYPFileCircularDependencies(targets)
 File "pylib\gyp\input.py", line 1429, in VerifyNoGYPFileCircularDependencies
' '.join(bad_files)
gyp.input.CircularException: Some files not reachable, cycle in .gyp file dependency     
graph detected involving some or all of:   
..\breakpad\src\client\windows\sender\crash_report_sender.gyp   
..\breakpad\src\client\windows\h
andler\exception_handler.gyp ..\breakpad\src\client\windows\breakpad_client.gyp           
..\breakpad\src\client\windows\unittests\client_tests.gyp   
..\breakpad\src\client\windows\crash_generation\cra<span style="color: red">sh_generation.gyp</span></code></pre></span><br /><br /><span style="color: red">python ./gyp --no-circular-check ../.</span>./client/windows/breakpad_client.gyp<br /><br /><br />这样还是没有生成完整的breakpad工程，继续百度工程生成办法太白痴了，决定展示搁置，改日自己写cmake顺便分析下实现原理，类似的技术必须掌握一个，，，<img src ="http://www.cppblog.com/Error/aggbug/196001.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Error/" target="_blank">Enic</a> 2012-12-05 11:30 <a href="http://www.cppblog.com/Error/articles/196001.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>