[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
cannot compile 0.2.1.10-alpha
- To: or-talk@xxxxxxxxxxxxx
- Subject: cannot compile 0.2.1.10-alpha
- From: zmj <zangmj@xxxxxxxxx>
- Date: Wed, 14 Jan 2009 11:59:16 +0800
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Tue, 13 Jan 2009 22:59:20 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=M5BViB7V4AxuiGgV2l3hp6WvrMi4YYFSULYD8vv7vEI=; b=TIejgK5x6/+K8HONN7qcU0EKbWKtsheiA5hPG5Wng80Cvl109BXvniOMtpN8TMsDRA rGhcKqEMWvcS+qbcdnDfqyzMsb+2BS6ADFasI//EB+Fh/tC5X/UiLsiUPtpnqPeWKxHM u8uAxssCAr01WlobdavtnBn24MfmymgRTsOSc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=GDiPQIK2kI/Z44ft0J9ZC9CFqUqlXP5hXh6o+PXrX2Ic5z3xY/QIi1DWabHolIkMme VBu8xvSMEfE4zT11xgQYlEdbQQ4XDEmLrg2f1O47ruZV1xkiPE+BrpE4Cdj9WEVveQyv qDyop3y6yIRw2fAwVTp5YtrYF8sw40a2SwwFg=
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
windows xp+sp3+mingw
$ make
make all-recursive
make[1]: Entering directory `/e/tor/tor-mingw/tor-0.2.1.10-alpha'
Making all in src
make[2]: Entering directory `/e/tor/tor-mingw/tor-0.2.1.10-alpha/src'
Making all in common
make[3]: Entering directory `/e/tor/tor-mingw/tor-0.2.1.10-alpha/src/common'
gcc -DHAVE_CONFIG_H -I. -I../.. -I../common -I/usr/local/include -I/usr/local/ssl/include -I/usr/local/include -g -O2 -Wall -g -O2 -MT address.o -MD -MP -MF .deps/address.Tpo -c -o address.o address.c
In file included from compat.h:10,
from address.c:12:
torint.h:186: error: conflicting types for 'ssize_t'
E:/msys/1.0/mingw/bin/../lib/gcc/mingw32/3.4.5/../../../../include/sys/types.h:104: error: previous declaration of 'ssize_t' was here
make[3]: *** [address.o] Error 1
make[3]: Leaving directory `/e/tor/tor-mingw/tor-0.2.1.10-alpha/src/common'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/e/tor/tor-mingw/tor-0.2.1.10-alpha/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/e/tor/tor-mingw/tor-0.2.1.10-alpha'
make: *** [all] Error 2
help.thx.