X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=doc%2FBUILD-Cygwin;h=7f03ca824e97b65c05e9be0ec811fb0789383323;hb=033e32de9c380f54c7d1362a3979da205ebc3a29;hp=48ac13568e676c2d517c7713a1eee378d7483e1a;hpb=39afd04bd4f35f1cdd66ac0fbdfbafd02f5df591;p=handbrake-jp%2Fhandbrake-jp-git.git diff --git a/doc/BUILD-Cygwin b/doc/BUILD-Cygwin index 48ac1356..7f03ca82 100644 --- a/doc/BUILD-Cygwin +++ b/doc/BUILD-Cygwin @@ -1,4 +1,4 @@ -Guide to Building HandBrake svn2322 (2009041301) on Cygwin +Guide to Building HandBrake svn2591 (2009062101) on Cygwin ********************************************************** Table of Contents @@ -19,6 +19,7 @@ Table of Contents 5.4.4 Contrib Touch and Untouch 5.4.5 Contrib Aggregates 5.5 Customizing Make +6 Troubleshooting Appendix A Project Repository Details @@ -63,11 +64,11 @@ Cygwin; but is not necessarily the only configuration that is possible: The following general tools are used on various platforms and it is recommended you use these versions or similar: - * subversion - 1.5.5 + * subversion - 1.6.2 * python - Python 2.4.6 - * curl - curl 7.19.3 (or wget) + * curl - curl 7.19.4 (or wget) * m4 - GNU M4 1.4.6 @@ -301,9 +302,9 @@ scoped targets: --------------------- Contrib modules such as `a52dec', `bzip2', `faac', `faad2', `ffmpeg', -`lame', `libdca', `libdvdread', `libmkv', `libmp4v2', `libogg', -`libsamplerate', `libtheora', `libvorbis', `mpeg2dec', `x264', -`xvidcore' and `zlib' have the following scoped targets: +`lame', `libdca', `libdvdread', `libmkv', `libogg', `libsamplerate', +`libtheora', `libvorbis', `mp4v2', `mpeg2dec', `x264' and `zlib' have +the following scoped targets: `make MODULE.fetch' Download source tarball from the Internet and save to @@ -424,7 +425,7 @@ be lost. Here is a short example of what the contents of `_SRC_/custom.defs' might contain: ## bump to gcc-4.2 in current path - GCC.gcc = gcc-4.2 + GCC.gcc = /usr/bin/gcc-4.2 ## replace optimize for 'speed' with more aggressive settings GCC.args.O.speed = -O3 -fomit-frame-pointer -msse4.2 @@ -432,6 +433,31 @@ be lost. Here is a short example of what the contents of See also `make report.help' which displays a set of reports used to dump makefile vars. +6 Troubleshooting +***************** + +When troubleshooting build issues, the following files relative to the +`build/' directory may be especially useful: + +`GNUmakefile' + Top-level makefile which contains build settings generated via + configure. + +`log/config.info.txt' + Record of output from configure. + +`log/config.verbose.txt' + Record of verbose output from configure. + +`log/build.txt' + Record of output from `configure --launch'. Similar output may be + recorded using `make' depending on which shell is in use, eg: + `make >& log/build.txt' or `make > log/build.txt 2>&1'. + +`log/xcodemake.env.txt' + Environment (variables) dump as seen when Xcode forks `make'. + Mac OS X only. + Appendix A Project Repository Details ************************************* @@ -439,7 +465,7 @@ Appendix A Project Repository Details root: svn://svn.handbrake.fr/HandBrake branch: trunk uuid: b64f7644-9d1e-0410-96f1-a4d463321fa5 - rev: 2322 - date: 2009-04-13 13:28:21 -0400 + rev: 2591 + date: 2009-06-21 13:15:04 -0400 type: developer