OSDN Git Service

4d42e76a3099e4b6773ece5eb7643520db6e9164
[handbrake-jp/handbrake-jp.git] / doc / texi / building / chapter.troubleshooting.texi
1 @anchor{troubleshooting}
2 @chapter Troubleshooting
3 When troubleshooting build issues, the following files relative to the @file{build/} directory may be especially useful:
4
5 @table @file
6 @item GNUmakefile
7 Top-level makefile which contains build settings generated via @b{configure}.
8
9 @item log/config.info.txt
10 Record of output from @b{configure}.
11
12 @item log/config.verbose.txt
13 Record of verbose output from @b{configure}.
14
15 @item log/build.txt
16 Record of output from @command{configure --launch}. Similar output may be recorded using @command{make} depending on which shell is in use, eg: @command{make >& log/build.txt} or @command{make > log/build.txt 2>&1}.
17
18 @item log/xcodemake.env.txt
19 Environment (variables) dump as seen when Xcode forks @command{make}. @value{OS.osx} only.
20 @end table