gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] Doc revision


From: Daniel Bump
Subject: Re: [gnugo-devel] Doc revision
Date: Sat, 20 Dec 2008 08:50:54 -0800

Another issue with the OS/X build is that it
doesn't compile with socket support. This is
used by the gtp for tcp/ip.

But xcode on OS/X does have socket.h. If I
start with out of the box 3.7.12, add the
osx_build_8.1 patch, run configure and manually add

#define ENABLE_SOCKET_SUPPORT 1

to config.h, then I can build it. How can I determine if 
gtp works correctly with tcp/ip?

BTW configure --enable-socket-support doesn't work but 
gives the message:

/* Compile support for GTP communication over TCP/IP channel. */
#define ENABLE_SOCKET_SUPPORT 1

Possibly the test in configure.in should be revised,
or at least --enable-socket-support could override
the test.

Dan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]