New polyglot1.4w18

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

krazyken

New polyglot1.4w18

Post by krazyken »

Seems the compile for the last couple of versions is breaking if you are not on windows:

Code: Select all

g++ -Wall -c -D "NDEBUG" -fexpensive-optimizations -O3 uci.cpp
uci.cpp: In function 'void uci_send_isready_sync(uci_t*)':
uci.cpp:174: error: 'event' was not declared in this scope
uci.cpp:175: error: 'event' was not declared in this scope
uci.cpp: In function 'int uci_parse(uci_t*, const char*)':
uci.cpp:331: error: 'Engine_sync_stop' was not declared in this scope
uci.cpp:331: error: 'SetEvent' was not declared in this scope
uci.cpp: At global scope:
uci.cpp:48: warning: 'bool uci_is_ok(const uci_t*)' defined but not used
make: *** [uci.o] Error 1
User avatar
Jim Ablett
Posts: 2390
Joined: Fri Jul 14, 2006 7:56 am
Location: London, England
Full name: Jim Ablett

Re: New polyglot1.4w18

Post by Jim Ablett »

Hi Kenny,

I went through the src. Should compile ok now.

http://www.mediafire.com/?zzmmxwwmz1z

Use my makefile too.

Jim.
krazyken

Re: New polyglot1.4w18

Post by krazyken »

Thanks Jim! That one compiles cleanly.
F. Bluemers
Posts: 880
Joined: Thu Mar 09, 2006 11:21 pm
Location: Nederland

Re: New polyglot1.4w18

Post by F. Bluemers »

Thanks both,
updated with Jim's work into 1.4w19
Best
Fonzy
ernest
Posts: 2053
Joined: Wed Mar 08, 2006 8:30 pm

Re: New polyglot1.4w18

Post by ernest »

The link should be
http://www.geenvis.net/polyglot1.4w19.zip

and not 1.4w18 (doesn't work...) :)