Geschrieben von: / Posted by: Dann Corbit at 24 February 2004 20:54:44:
Because of this warning:
"Hoplite, Copyright Frans Ekman 2003. No part of this software may be reproduced in any form without written permission of the author, Frans Ekman."
$ make windows=1
gcc -Wall -O3 -c -DWINDOWS zobrist.c
zobrist.c: In function `addPiece':
zobrist.c:38: warning: `p' might be used uninitialized in this function
gcc -Wall -O3 -c -DWINDOWS position.c
gcc -Wall -O3 -c -DWINDOWS history.c
gcc -Wall -O3 -c -DWINDOWS killermoves.c
gcc -Wall -O3 -c -DWINDOWS hash.c
gcc -Wall -O3 -c -DWINDOWS game.c
gcc -Wall -O3 -c -DWINDOWS search.c
gcc -Wall -O3 -c -DWINDOWS evaluate.c
gcc -Wall -O3 -c -DWINDOWS iterate.c
gcc -Wall -O3 -c -DWINDOWS engine.c
gcc -Wall -O3 -c -DWINDOWS openingbook.c
gcc -Wall -O3 -c -DWINDOWS main.c
gcc -Wall -O3 -o hoplite zobrist.o position.o history.o killermoves.o hash.o game.o search.o evaluate.o iterate.o engine.o openingbook.o main.o
strip hoplite.exe
my ftp site {remove http:// unless you like error messages}