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


_______________________________________________
gnugo-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnugo-devel

Reply via email to