Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: The Deep Thought Code

Author: Joshua Lee

Date: 15:10:15 09/07/01

Go up one level in this thread


On September 07, 2001 at 18:02:00, Joshua Lee wrote:

>I was wondering what part of this code can be used if you wanted to make a
>program that would run on a windows platform?  I realize this code is meant for
>a SUN system but you should be able to rewrite this or atleast use the eval
>parameters. Has anyone attempted to put these valuse into crafty? wouldn't this
>make a stronger crafty?

The make file didn't work for me but then i figured out what the "-" stuff meant
and that this make file was meant for a gcc compiler :

all: texam

texam: exam.h texam.c eval.o
	cc -O -o texam texam.c eval.o -lcurses -ltermcap -lm

eval.o: eval.c ev_fit.h eval.h
	cc -O -c eval.c

I was almost able to compile this in Visual Studio but i got over 80 errors
all these unsigned int's ...



This page took 0.01 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.