On 1/29/15, Kees Nuyt <k.n...@zonnet.nl> wrote:
>
> Hi,
>
> My build of fossil breaks on undefined NI_* symbols in http_socket.c

Thanks for the report.  I was able to repro the problem on a Sparc
server and devised a fix.  If you download the latest sources and
rerun configure you should be fine.

Or as a work-around, just add CFLAGS=-D__EXTENSIONS__ to the make; ex:

   make CFLAGS=-D__EXTENSIONS__ clean fossil

FWIW: I figured out the above by grepping the /usr/include/netdb.h
file on Solaris.  I have no idea if this is "correct" fix or not, but
it seems to work.

Another FWIW: The latest code compiles and builds fine on the
circa-2002 Apple iBook PowerPC (which I also tested).  And the
resulting Fossil even used an IPv6 address when I typed "./fossil
sync".  :-)
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to