tor-0.1.2.2-alpha bug issue
Hao Jiajie
guorke at gmail.com
Wed Oct 25 04:14:15 UTC 2006
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
More information about the tor-dev
mailing list