CCWiki - two new engines etc.
Moderators: hgm, Harvey Williamson, bob
Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
-
Daniel White
- Posts: 33
- Joined: Wed Mar 07, 2012 3:15 pm
- Location: England
- Contact:
Re: CCWiki - two new engines etc.
Hi Norbert,
Firstly thank you for your interest in robocide! The code isn't quite ready for a release yet (hence the lack of binaries) - there are a few odd things I'd like to change/fix before doing so. Having said that there is nothing strictly wrong with the most recent version and it should be more than stable enough. I will look into putting some executables on github over the next few days.
Daniel
Firstly thank you for your interest in robocide! The code isn't quite ready for a release yet (hence the lack of binaries) - there are a few odd things I'd like to change/fix before doing so. Having said that there is nothing strictly wrong with the most recent version and it should be more than stable enough. I will look into putting some executables on github over the next few days.
Daniel
Re: CCWiki - two new engines etc.
If you put something.Daniel White wrote:Hi Norbert,
Firstly thank you for your interest in robocide! The code isn't quite ready for a release yet (hence the lack of binaries) - there are a few odd things I'd like to change/fix before doing so. Having said that there is nothing strictly wrong with the most recent version and it should be more than stable enough. I will look into putting some executables on github over the next few days.
Daniel
It seems a motor force.
I managed to compile in windows but breaks when I run ...
Where to compile right?
Thanks, Jose.
- Marek Soszynski
- Posts: 499
- Joined: Wed May 10, 2006 5:28 pm
- Location: Birmingham, England
Re: CCWiki - two new engines etc.
Robocide compiles and runs under Linux nicely enough, apparently.
Marek Soszynski
-
Norbert Raimund Leisner
- Posts: 1445
- Joined: Tue May 20, 2008 2:57 pm
- Location: Augsburg - Germany
Re: CCWiki - two new engines etc.
compiles for Linux / Macintosh / Windows etc. can be hosted with the permission of the author on ComputerChess Wikipedia (CCWiki) http://computer-chess.org/lib/exe/media ... wiki:lists - that´s surely no problem.
Don´t hesitate to contact me or Ron if you want such a publication.
Norbert
Don´t hesitate to contact me or Ron if you want such a publication.
Norbert
-
Daniel White
- Posts: 33
- Joined: Wed Mar 07, 2012 3:15 pm
- Location: England
- Contact:
Re: CCWiki - two new engines etc.
I had not yet had time to look into Windows/Mac compiles myself but I have no problem at all with people hosting binaries (with either the source, or a pointer to it, as per the GPL).Norbert Raimund Leisner wrote:compiles for Linux / Macintosh / Windows etc. can be hosted with the permission of the author on ComputerChess Wikipedia (CCWiki) http://computer-chess.org/lib/exe/media ... wiki:lists - that´s surely no problem.
Don´t hesitate to contact me or Ron if you want such a publication.
Norbert
Daniel
Re: CCWiki - two new engines etc.
In Linux Robocide compiles fine, how Marek said.
My experience with Linux is very little, and try if I am able to cross compile.
Looking forward to see how works the engine by Daniel White.
To compile on Windows with Intel Compiler, I had to add the "strtok_r" and "getline", relocate any statement, ect.
The problem comes with "GetTimeMS"
My experience with Linux is very little, and try if I am able to cross compile.
Looking forward to see how works the engine by Daniel White.
To compile on Windows with Intel Compiler, I had to add the "strtok_r" and "getline", relocate any statement, ect.
The problem comes with "GetTimeMS"
Re: CCWiki - two new engines etc.
I had no problem compiling and running Robocide with Cygwin. I placed a binary here:
http://tmokonen.net84.net/RobocideFeb13-CygwinTM.rar
Tony
http://tmokonen.net84.net/RobocideFeb13-CygwinTM.rar
Tony
Re: CCWiki - two new engines etc.
Thanks, work fine¡¡.tmokonen wrote:I had no problem compiling and running Robocide with Cygwin. I placed a binary here:
http://tmokonen.net84.net/RobocideFeb13-CygwinTM.rar
Tony
Re: CCWiki - two new engines etc.
I uploaded a bugfix compile. There was a missing newline in the UCI options code (ucioption.c, line 220). All the UCI options should now work.velmarin wrote:Thanks, work fine¡¡.tmokonen wrote:I had no problem compiling and running Robocide with Cygwin. I placed a binary here:
http://tmokonen.net84.net/RobocideFeb13-CygwinTM.rar
Tony
http://tmokonen.net84.net/RobocideFeb13 ... Bugfix.rar
Tony
-
Daniel White
- Posts: 33
- Joined: Wed Mar 07, 2012 3:15 pm
- Location: England
- Contact:
Re: CCWiki - two new engines etc.
I've added an implementation of strtok_r and removed the usage of getline, these should no longer be a problem. Fixing GetTimeMS (which is now GetTimeUS as it happens) is a bit more tricky. I haven't spent much time looking but so far I've struggled to find a suitably precise Windows replacement to gettimeofday - without man pages its hard to find direct and precise answers (and answers which aren't for C++...). Perhaps I'll take a look at how other engines do it.velmarin wrote:In Linux Robocide compiles fine, how Marek said.
My experience with Linux is very little, and try if I am able to cross compile.
Looking forward to see how works the engine by Daniel White.
To compile on Windows with Intel Compiler, I had to add the "strtok_r" and "getline", relocate any statement, ect.
The problem comes with "GetTimeMS"
I have also fixed the bug in ucioption.c, thank you Tony for pointing it out.
Daniel
