On Sat, Aug 13, 2011 at 09:37:18AM +0200, Wouter Verhelst wrote: > On Fri, Aug 12, 2011 at 03:47:33PM -0400, Joel Pedraza wrote: > [...] > > gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DSYSCONFDIR='"/usr/local/etc"' -g -O2 > > -I/ > > usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -MT > > nbd_server-nbd-server.o -MD -MP -MF .deps/nbd_server-nbd-server.Tpo -c -o > > nbd_server-nbd-server.o `test -f 'nbd-server.c' || echo './'`nbd-server.c > > nbd-server.c: In function 'set_peername': > > nbd-server..c:1895: error: 'struct in6_addr' has no member named 's6_addr32' > > nbd-server.c:1899: error: 'struct in6_addr' has no member named 's6_addr32' > > nbd-server.c:1900: error: 'struct in6_addr' has no member named 's6_addr32' > > Mmm. That would be a bug, I guess. > > I'll see what I can do about it.
Can you try building the current git HEAD, and see if that works? (apparently I alread found and fixed this bug ages ago on FreeBSD, but somehow it didn't end up in my local git repository... d'oh) -- The volume of a pizza of thickness a and radius z can be described by the following formula: pi zz a ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 _______________________________________________ Nbd-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nbd-general
