Hoplite 2.0 is easy to build with Mingw, but I am nervous to

Archive of the old Parsimony forum. Some messages couldn't be restored. Limitations: Search for authors does not work, Parsimony specific formats do not work, threaded view does not work properly. Posting is disabled.

Hoplite 2.0 is easy to build with Mingw, but I am nervous to

Postby Dann Corbit » 24 Feb 2004, 20:54

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}
Dann Corbit
 

Re: Hoplite 2.0 is easy to build with Mingw, but I am nervou

Postby Leo Dijksman » 24 Feb 2004, 23:44

Geschrieben von: / Posted by: Leo Dijksman at 24 February 2004 23:44:06:
Als Antwort auf: / In reply to: Hoplite 2.0 is easy to build with Mingw, but I am nervous to post the binary 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."



Yes, sure he can compile and put it there. The only reason I did not
compile a Windows version was that I have some big problems with my
Windows that crashes all the time. When I have reinstalled it I will
compile a windows version too. But go ahead and compile a windows version
if you want to. Use "make windows=1".

Frans Ekman



On Tue, 24 Feb 2004, Leo Dijksman wrote:

> Dear Frans,
>
> Dann Corbit compiled a windows exe of Hoplite 2.0 but dont want to put it at
> his
> ftp because of "Hoplite, Copyright Frans Ekman 2003. No part of this
> software may be
> reproduced in any form without written permission of the author, Frans
> Ekman"
>
> Maby you can give Dann permission to do (if you dont go to make a windows
> exe
> yourself) at this message in the winboard forum:
> http://f11.parsimony.net/forum16635/messages/62328.htm
>
> Thanks in advance,
> Leo.
>
$ 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
Hi Dann,
You are allowed to put it at your ftp:
--------------------------------------------------------------
----- Original Message -----
From: "Frans Ekman"
To: "Leo Dijksman"
Sent: Tuesday, February 24, 2004 11:09 PM
Subject: Re: Hoplite

--------------------------------------------------------
Best wishes,
Leo.




WBEC Ridderkerk homepage.
Leo Dijksman
 

Re: Hoplite 2.0 is easy to build with Mingw, but I am nervou

Postby Dann Corbit » 25 Feb 2004, 00:21

Geschrieben von: / Posted by: Dann Corbit at 25 February 2004 00:21:06:
Als Antwort auf: / In reply to: Re: Hoplite 2.0 is easy to build with Mingw, but I am nervous to post the binary geschrieben von: / posted by: Leo Dijksman at 24 February 2004 23:44:06:
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."



Yes, sure he can compile and put it there. The only reason I did not
compile a Windows version was that I have some big problems with my
Windows that crashes all the time. When I have reinstalled it I will
compile a windows version too. But go ahead and compile a windows version
if you want to. Use "make windows=1".

Frans Ekman
Hi Dann,
You are allowed to put it at your ftp:
--------------------------------------------------------------
----- Original Message -----
From: "Frans Ekman"
To: "Leo Dijksman"
Sent: Tuesday, February 24, 2004 11:09 PM
Subject: Re: Hoplite
There is one built by Mingw:
ftp://cap.connx.com/chess-engines/new-a ... -mingw.exe
And one built by MS VC++.NET 2003:
ftp://cap.connx.com/chess-engines/new-a ... 20-net.exe



my ftp site {remove http:// unless you like error messages}
Dann Corbit
 

Re: Hoplite 2.0 is easy to build with Mingw, but I am nervou

Postby Dann Corbit » 25 Feb 2004, 00:24

Geschrieben von: / Posted by: Dann Corbit at 25 February 2004 00:24:23:
Als Antwort auf: / In reply to: Re: Hoplite 2.0 is easy to build with Mingw, but I am nervous to post the binary geschrieben von: / posted by: Dann Corbit at 25 February 2004 00:21:06:
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."



Yes, sure he can compile and put it there. The only reason I did not
compile a Windows version was that I have some big problems with my
Windows that crashes all the time. When I have reinstalled it I will
compile a windows version too. But go ahead and compile a windows version
if you want to. Use "make windows=1".

Frans Ekman
Hi Dann,
You are allowed to put it at your ftp:
--------------------------------------------------------------
----- Original Message -----
From: "Frans Ekman"
To: "Leo Dijksman"
Sent: Tuesday, February 24, 2004 11:09 PM
Subject: Re: Hoplite
There is one built by Mingw:
ftp://cap.connx.com/chess-engines/new-a ... -mingw.exe
And one built by MS VC++.NET 2003:
ftp://cap.connx.com/chess-engines/new-a ... 20-net.exe
This is the source code (I had to make some tiny changes to get it to compile with .NET):
ftp://cap.connx.com/chess-engines/new-a ... plite2.zip
It has also the .sln file.



my ftp site {remove http:// unless you like error messages}
Dann Corbit
 


Return to Archive (Old Parsimony Forum)

Who is online

Users browsing this forum: No registered users and 34 guests