summaryrefslogtreecommitdiffstats
path: root/DOCS/Chinese/bugreports.html
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-04 08:54:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-04 08:54:58 +0000
commitab2b470b768dcb1d1fca113d219a0a9e18d27fcd (patch)
tree2ccc9d9de0e786a6aac7060c8620ba71e8056d08 /DOCS/Chinese/bugreports.html
parent830495b74280bc3f3e20d2f4da45f09551f50551 (diff)
downloadmpv-ab2b470b768dcb1d1fca113d219a0a9e18d27fcd.tar.bz2
mpv-ab2b470b768dcb1d1fca113d219a0a9e18d27fcd.tar.xz
Sync by Lu Ran <hephooey@fastmail.fm>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9269 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/Chinese/bugreports.html')
-rw-r--r--DOCS/Chinese/bugreports.html16
1 files changed, 10 insertions, 6 deletions
diff --git a/DOCS/Chinese/bugreports.html b/DOCS/Chinese/bugreports.html
index 6ac459a5b4..fc4b285e58 100644
--- a/DOCS/Chinese/bugreports.html
+++ b/DOCS/Chinese/bugreports.html
@@ -137,7 +137,14 @@ HREF="http://expita.com/nomime.html">写的不错的文档</A>。它解释了所有细节和关掉H
</UL>
-<H3><A NAME="compilation">B.4.3 编译问题</A></H3>
+<H3><A NAME="configure">B.4.3 配置问题</A></H3>
+
+<P>如果你在运行<CODE>./configure</CODE>时有问题,或者什么东西的自动检测失败,检查<CODE>configure.log</CODE>。你可能会在那里找到
+答案,比如你的机器上存在同一个库的多个版本混合存在的问题。或者你忘记安装开发包(那些-dev后缀的)。如果你认为有bug,在你的bug报告
+中附上<CODE>configure.log</CODE>。</P>
+
+
+<H3><A NAME="compilation">B.4.4 编译问题</A></H3>
请附上下列文件:
@@ -154,10 +161,6 @@ HREF="http://expita.com/nomime.html">写的不错的文档</A>。它解释了所有细节和关掉H
<LI><CODE>libao2/config.mak</CODE></LI>
</UL>
-<H3><A NAME="configure">B.4.4 配置问题</A></H3>
-
-附上<CODE>configure.log</CODE>.
-
<H3><A NAME="playback">B.4.5 播放的问题</A></H3>
<P>请包括MPlayer的冗长水平为1的输出,但是记住当你把它粘贴到你的邮件中时<B>不要删减输出内容</B>。开发者们需要所有的信息来正确的分析问题。
@@ -211,7 +214,8 @@ HREF="http://expita.com/nomime.html">写的不错的文档</A>。它解释了所有细节和关掉H
<P>请建立下面的命令文件:</P>
-<P><CODE>disass $pc-32 $pc+32<BR>
+<P><CODE>bt<BR>
+ disass $pc-32 $pc+32<BR>
info all-registers</CODE></P>
<P>然后直接在你的命令行下执行下列命令:</P>