Hello, I'm fairly sure my ISP doesn't support ipv6 so I decided to compile Gtk-Gnutella (cvs pulled about 12 hours ago) without support for ipv6. However, make errors out like so

cc -c -I../.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    
-DCURDIR=src/lib -O -W -Wall -Wformat=2 -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  host_addr.c
host_addr.c: In function 'is_private_addr':
host_addr.c:79: error: 'ipv6_loopback' undeclared (first use in this function)
host_addr.c:79: error: (Each undeclared identifier is reported only once
host_addr.c:79: error: for each function it appears in.)
host_addr.c: In function 'host_addr_is_6to4':
host_addr.c:112: error: request for member 'addr' in something not a structure 
or union
host_addr.c: In function 'host_addr_6to4_ipv4':
host_addr.c:119: error: request for member 'addr' in something not a structure 
or union
make[3]: *** [host_addr.o] Error 1
make[3]: Leaving directory `/home/andy/Desktop/gtk-gnutella-current/src/lib'
make[2]: *** [lib/libshared.a] Error 2
make[2]: Leaving directory `/home/andy/Desktop/gtk-gnutella-current/src'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/home/andy/Desktop/gtk-gnutella-current'
make: *** [all] Error 2
andy:~/Desktop/gtk-gnutella-current$

It compiles and runs fine if I select to compile it with ipv6 support. Perhaps 
the choice should be removed?


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Gtk-gnutella-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to