gnugo-devel
[Top][All Lists]
Advanced

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

Re: [gnugo-devel] Wallyplus: a simple Go playing engine with GTP version


From: Andrew Derrick Balsa
Subject: Re: [gnugo-devel] Wallyplus: a simple Go playing engine with GTP version 2 interface
Date: Sun, 29 Sep 2002 01:52:11 +0800
User-agent: KMail/1.4.3

Hi Dan,

Thanks for trying it out. I have recently installed Mandrake 9.0b2 and rc3 on 
my home Linux boxes, and the default compiler is 3.2. So I did not test with 
2.96 or older.

On Saturday 28 September 2002 19:59, address@hidden wrote:
...
> I added a link to this at http://www.gnu.org/software/gnugo/gnugo.html.
>
Thanks a lot!

> You might want to try and older GCC. I got compiler errors with gcc 2.96:
>
...

Yes, those are due to lack of stdio.h header.
> These stopped when I added #include <stdio.h> in engine.cpp. But
> then I got:
>
> gtp.cpp: In function `int gtp_known_command (char *)':
> gtp.cpp:164: `boolalpha' undeclared (first use this function)
> gtp.cpp:164: (Each undeclared identifier is reported only once for each
> function it appears in.)
> gtp.cpp: In function `int gtp_estimate_score (char *)':
> gtp.cpp:334: `fabs' undeclared (first use this function)
>

And these look like a namespace conflict between stdio.h and cstdlib.

So I guess I'll work on Wallyplus version 0.1.1 this weekend... 8^)

Most users are still using gcc 2.96 or older. BTW GNU Go 3.3.6 compiles well 
with gcc 3.2.

Regards,

-- 
Andrew D. Balsa
address@hidden




reply via email to

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