There's still errors with rev 10743: make[3]: Entering directory `/d/CompileProject/tor-mingw/tor-svn/tor/src/common' if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -g -O2 -Wall -g -O2 -MT compat.o -MD -MP -MF ".deps/compat.Tpo" -c -o compat.o compat.c; \ then mv -f ".deps/compat.Tpo" ".deps/compat.Po"; else rm -f ".deps/compat.Tpo"; exit 1; fi compat.c: In function `tor_mutex_new': compat.c:1503: error: void value not ignored as it ought to be compat.c: In function `tor_cond_new': compat.c:1656: error: wrong type argument to unary exclamation mark compat.c: At top level: compat.c:1674: error: conflicting types for 'tor_cond_wait' compat.h:367: error: previous declaration of 'tor_cond_wait' was here compat.c:1674: error: conflicting types for 'tor_cond_wait' compat.h:367: error: previous declaration of 'tor_cond_wait' was here compat.c: In function `tor_cond_signal_one': compat.c:1716: error: syntax error before "SetEvent" make[3]: *** [compat.o] Error 1 make[3]: Leaving directory `/d/CompileProject/tor-mingw/tor-svn/tor/src/common' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/d/CompileProject/tor-mingw/tor-svn/tor/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/d/CompileProject/tor-mingw/tor-svn/tor' make: *** [all] Error 2
On Thu, 5 Jul 2007 23:50:17 -0400 Nick Mathewson <[EMAIL PROTECTED]> wrote: > On Fri, Jul 06, 2007 at 10:16:46AM +0800, Li-Hui Zhou wrote: > > The errors read as following: > > Thanks! I've checked in a fix as 10743 to try to fix this. Please > let me know if there are more errors. > > yrs, > -- > Nick Mathewson -- Li-Hui Zhou <[EMAIL PROTECTED]>

