Author: William Bryant
Date: 18:23:57 01/20/98
Robert, I grabbed the latest sources of crafty (14.5 Final) this evening from your ftp site. Everything compiled fine except the file "searchtb.c" I received the following errors when trying to compile Error : function has no prototype searchtb.c NextEGTBMove(wtm) Error : undefined identifier 'alpha' searchtb.c line 38 SearchTrace(ply,0,wtm,alpha,beta,"SearchEGTB",current_phase[1]); Error : undefined identifier 'begin_root_nodes' searchtb.c line 55 begin_root_nodes=nodes_searched; Error : function call does not match prototype searchtb.c line 56 value=SearchEGTB(ply+1); Error : undefined identifier 'beta' searchtb.c line 62 SearchOutput(value,beta); Error : undefined identifier 'depth' searchtb.c line 76 StoreBest(1,depth,wtm,alpha,initial_alpha); The variables alpha, beta, depth are all defined in Search.c which is a different file, and are not defined in the header files. (arn't they local to the search function?) Am I missing something? Everything else compiled without difficulty. Thank you in advance. William wbryant@ix.netcom.com
This page took 0 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.