[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: Tor 0.2.1.5-alpha is out



On Thu, Sep 11, 2008 at 05:52:21AM +0000, otto otto wrote:
> 
> When I try to build Tor 0.2.1.5-alpha on Solaris10 I get the following warning and can't build the binaries.:
> 
> geoip.c: In function `geoip_get_client_history':
> geoip.c:446: warning: comparison between signed and unsigned
> gmake[3]: *** [geoip.o] Error 1
> gmake[3]: Leaving directory `/usr/local/lib/tor-0.2.1.5-alpha/src/or'

Hm.  If it's treating warnings as errors, you'll need to stop passing
--enable-gcc-warnings to ./configure for the time being.

I think I fixed this warning in r16759; if you can fetch trunk from
the Subversion repository, it would be good to know whether the
warning is gone for you now.