gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] compiling gnugo-3.0.0


From: future
Subject: [gnugo-devel] compiling gnugo-3.0.0
Date: Wed, 06 Mar 2002 01:34:53 +0900

When it was compiled on the following condition,
<sys/time.h> was required on engine/clock.h .
then making job was stopped.

config.h
/* Define if you can safely include both <sys/time.h> and <time.h>. */
/* #undef TIME_WITH_SYS_TIME */

> clock.h:
> #ifdef HAVE_VISUAL_C
> #include <winsock.h>
> #include <io.h>
> #include <time.h>
> #else
> #include <sys/time.h>
> #endif

And interface/gmp.c required struct timeval but it is not defined.
-----------
Hideyuku Fujiwara





reply via email to

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