Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Crafty Compiling Error

Author: Slater Wold

Date: 23:02:51 07/06/02

Go up one level in this thread


On July 07, 2002 at 01:02:05, Nolan Denson wrote:

>I am thinking thats the case but i can't find it ... the below is my Matrix.c
>file:
>
>#include "x86.c"
>#include "boolean.c"
>#include "swap.c"
>#include "attacks.c"
>#include "evaluate.c"
>#include "make.c"
>#include "unmake.c"
>#include "movgen.c"
>#include "quiesce.c"
>
>#ifdef DO_EXTENSIONS
>#include "searche.c"
>#else
>#ifdef DO_BM_EXTENSIONS
>#include "searchb.c"
>#include "sing.c"
>#else
>#include "search.c"
>#endif /* DO_BM_EXTENSIONS */
>#endif /* DO_EXTENSIONS */
>
>#include "next.c"
>#include "searchr.c"
>#include "repeat.c"
>#include "nextr.c"
>#include "history.c"
>#include "nexte.c"
>#include "utility.c"
>#include "valid.c"
>#include "searchmp.c"
>#include "thread.c"
>#include "enprise.c"
>#include "book.c"
>#include "data.c"
>#include "drawn.c"
>#include "edit.c"
>#include "epd.c"
>#include "epdglue.c"
>#include "init.c"
>#include "input.c"
>#include "interupt.c"
>#include "iterate.c"
>#include "main.c"
>#include "output.c"
>#include "phase.c"
>#include "ponder.c"
>#include "preeval.c"
>#include "resign.c"
>#include "root.c"
>#include "learn.c"
>#include "setboard.c"
>#include "test.c"
>#include "time.c"
>#include "validate.c"
>#include "annotate.c"
>#include "option.c"
>#include "analyze.c"
>#include "evtest.c"
>#include "bench.c"
>#include "testepd.c"
>
>#ifdef DO_BM_EXTENSIONS
>#include "hashb.c"
>#else
>#include "hash.c"
>#endif /* DO_BM_EXTENSIONS */
>#include "probe.c"

They are all there.

Check chess.h and make sure it's there as:

void           UnMakeMove(TREE*, int, int, int);


Other than that I have no idea.  Not without actually seeing it.



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.