[or-cvs] r9653: Temporary instructions to work around libevent1.3a issues in (tor/trunk/doc)

phobos at seul.org phobos at seul.org
Mon Feb 26 01:40:49 UTC 2007


Author: phobos
Date: 2007-02-25 20:40:48 -0500 (Sun, 25 Feb 2007)
New Revision: 9653

Modified:
   tor/trunk/doc/tor-win32-mingw-creation.txt
Log:
Temporary instructions to work around libevent1.3a issues in mingw with
current tor -trunk.


Modified: tor/trunk/doc/tor-win32-mingw-creation.txt
===================================================================
--- tor/trunk/doc/tor-win32-mingw-creation.txt	2007-02-25 19:43:23 UTC (rev 9652)
+++ tor/trunk/doc/tor-win32-mingw-creation.txt	2007-02-26 01:40:48 UTC (rev 9653)
@@ -80,19 +80,22 @@
 Stage Four: Download, extract, and patch libevent-1.1b.
 ------------------------------------------------------
 
-Download libevent-1.3:
+Download libevent-1.3a:
 http://www.monkey.org/~provos/libevent/
 
 Copy the libevent tarball into the "tor-mingw" directory.
 Type "cd tor-mingw"
 
 Extract libevent: 
-Type "tar zxf libevent-1.3.tar.gz"
+Type "tar zxf libevent-1.3a.tar.gz"
 
-Type "aclocal && autoheader && automake && autoconf".
-There may be WARNING messages.  There will be no output if all runs successfuly.
-
 Type "./configure --enable-static --disable-shared"
+--------------------libevent 1.3a only---------------------------------------
+You need to manually edit the Makefile and remove all references to "sample".
+libevent 1.3a won't compile in mingw currently due to issues in event_test.c.
+Removing the "sample" directory and all references to it in Makefile create a
+completely valid libevent library.
+-----------------------------------------------------------------------------
 Type "make"
 Type "make install"
 



More information about the tor-commits mailing list