summaryrefslogtreecommitdiff
path: root/doc/tor-win32-mingw-creation.txt
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2006-09-22 01:15:07 +0000
committerAndrew Lewman <andrew@torproject.org>2006-09-22 01:15:07 +0000
commitc2e7e0374e0cf1a20a0e2bf7842ea4bd0869a008 (patch)
treeb972af1f0b76a3001ff400e174b341ee4ea8585a /doc/tor-win32-mingw-creation.txt
parentf0f3bbc63b75860e3218a76602efa3c9b0ec4fae (diff)
downloadtor-c2e7e0374e0cf1a20a0e2bf7842ea4bd0869a008.tar.gz
tor-c2e7e0374e0cf1a20a0e2bf7842ea4bd0869a008.zip
Removed verbose patch output.
svn:r8455
Diffstat (limited to 'doc/tor-win32-mingw-creation.txt')
-rw-r--r--doc/tor-win32-mingw-creation.txt43
1 files changed, 0 insertions, 43 deletions
diff --git a/doc/tor-win32-mingw-creation.txt b/doc/tor-win32-mingw-creation.txt
index 4550d0d1e4..0b6f8c4462 100644
--- a/doc/tor-win32-mingw-creation.txt
+++ b/doc/tor-win32-mingw-creation.txt
@@ -7,7 +7,6 @@ Stage One: Download and Install MinGW.
Download mingw:
http://prdownloads.sf.net/mingw/MinGW-5.0.3.exe?download
-
Download msys:
http://prdownloads.sf.net/mingw/MSYS-1.0.10.exe?download
@@ -92,48 +91,6 @@ Copy the libevent-1.1b diff into libevent-1.1b:
cp /c/tor-mingw/tor/Win32Build/mingw/libevent-1.1b-mingw-custom.diff /c/tor-mingw/libevent-1.1b/
patch -i libevent-1.1b-mingw-custom.diff
-Your output of the "patch" command should be similar to:
-"patch -i libevent-1.1b-mingw-custom.diff
-patching file `Makefile.am'
-can't find file to patch at input line 49
-Perhaps you should have used the -p or --strip option?
-The text leading up to this was:
---------------------------
-|Only in libevent-1.1b: Makefile.in
-|diff -uwr libevent-1.1b-old/WIN32-Code/misc.c libevent-1.1b/WIN32-Code/misc.c
-|--- libevent-1.1b-old/WIN32-Code/misc.c Wed Aug 9 21:01:14 2006
-|+++ libevent-1.1b/WIN32-Code/misc.c Fri Sep 1 22:21:31 2006
---------------------------
-File to patch: WIN32-Code/misc.c
-patching file `WIN32-Code/misc.c'
-can't find file to patch at input line 65
-Perhaps you should have used the -p or --strip option?
-The text leading up to this was:
---------------------------
-|diff -uwr libevent-1.1b-old/WIN32-Code/misc.h libevent-1.1b/WIN32-Code/misc.h
-|--- libevent-1.1b-old/WIN32-Code/misc.h Wed Aug 9 21:01:14 2006
-|+++ libevent-1.1b/WIN32-Code/misc.h Fri Sep 1 18:47:09 2006
---------------------------
-File to patch: WIN32-Code/misc.h
-patching file `WIN32-Code/misc.h'
-can't find file to patch at input line 78
-Perhaps you should have used the -p or --strip option?
-The text leading up to this was:
---------------------------
-|diff -uwr libevent-1.1b-old/WIN32-Code/win32.c
-libevent-1.1b/WIN32-Code/win32.c
-|--- libevent-1.1b-old/WIN32-Code/win32.c Wed Aug 9 21:25:48 2006
-|+++ libevent-1.1b/WIN32-Code/win32.c Sat Sep 2 00:45:55 2006
---------------------------
-File to patch: WIN32-Code/win32.c
-patching file `WIN32-Code/win32.c'
-patching file `buffer.c'
-patching file `config.h.in'
-patching file `configure.in'
-patching file `evbuffer.c'
-patching file `event.c'
-patching file `log.c' "
-
--This is a complete hack right now:
remove from event.c and log.c:
#ifdef __GNUC__