bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] 3d speedup (and timecontrol) problem


From: Jon Kinsey
Subject: Re: [Bug-gnubg] 3d speedup (and timecontrol) problem
Date: Mon, 19 Jan 2004 13:58:05 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4

Achim Mueller wrote:

* Jon Kinsey wrote on 19 Jan 2004:


Jim Segrave wrote:

On Fri 16 Jan 2004 (09:49 +0000), Jon Kinsey wrote:


I've added a new option which aims to improve the performance of the 3d board when playing games on slower machines. Note that browsing matches and other actions won't be any faster.

A few things:

misc3d.c uses a macro max which isn't defined in any standard C header
       file

Does MAX compile ok?


I now get this error message:

timer.c: In function `get_time':
timer.c:63: storage size of `ts' isn't known
timer.c:64: warning: implicit declaration of function `gettimeofday'
timer.c:66: `tv' undeclared (first use in this function)
timer.c:66: (Each undeclared identifier is reported only once
timer.c:66: for each function it appears in.)
timer.c:66: `tv_usec' undeclared (first use in this function)
timer.c:63: warning: unused variable `ts'
make[1]: *** [timer.o] Fehler 1
make[1]: Leaving directory `/home/ace/local/src/gnubg'
make: *** [install-recursive] Fehler 1

I've added #include <sys/time.h> and fixed the typos perhaps this will help? I've checked it in...

Jon





reply via email to

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