[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
tor-0.1.2.2-alpha bug issue
- To: or-dev@xxxxxxxx
- Subject: tor-0.1.2.2-alpha bug issue
- From: "Hao Jiajie" <guorke@xxxxxxxxx>
- Date: Wed, 25 Oct 2006 12:14:15 +0800
- Delivered-to: archiver@seul.org
- Delivered-to: or-dev-outgoing@seul.org
- Delivered-to: or-dev@seul.org
- Delivery-date: Wed, 25 Oct 2006 00:14:49 -0400
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=LY76QT/860cy7kF3HZFDya6BbIiz67nNxSqSrFyov68o7Ch84+JyeXFLHXtRX/I3xk/w6x27BRFHmvyp2vSqYgyXUTIYRTGJ2UD/VwNAwOhLwXfzkFvNgoifZL/yH2P8uP/0oZ//6OkbGYsbh6B/TfKeHDyFQivj5lPv7uWcCKI=
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-dev@xxxxxxxxxxxxx
hi
I download tor-0.1.2.2-alpha.tar.gz,but i can't compiled it,
the source code must do some changes like:
diff -urb util.c.bad util.c.ok
--- util.c.bad 2006-10-25 12:05:57.900981000 +0800
+++ util.c.ok 2006-10-25 12:07:08.871547800 +0800
@@ -1545,6 +1545,7 @@
return 0;
else if (filename && strlen(filename)>3 && TOR_ISALPHA(filename[0]) &&
filename[1] == ':' && filename[2] == '\\')
+ return 0;
#endif
else
return 1;
diff -urb eventdns.c.bad eventdns.c.ok
--- eventdns.c.bad 2006-10-25 12:09:45.844316200 +0800
+++ eventdns.c.ok 2006-10-25 12:08:56.655557000 +0800
@@ -2305,7 +2305,7 @@
{
int res = 0;
#ifdef MS_WINDOWS
- evdns_config_windows_nameservers(void);
+ evdns_config_windows_nameservers();
#else
res = evdns_resolv_conf_parse(DNS_OPTIONS_ALL, "/etc/resolv.conf");
#endif
Sorry, I didn't found a bug track system of tor, so i send it to this maillist!
If anyone fixed it already, just ignore this!
Thanks & Best regards!
guorke