I have put a binary for ARM-based Android devices on UCI and XBoard Engines for Android and I am running a quick sanity tournament in Chess for Android.bhlangonijr wrote:I am just releasing the version 1.1 of RedQueen.
RedQueen 1.1 released
Moderator: Ras
-
abik
- Posts: 848
- Joined: Fri Dec 01, 2006 10:46 pm
- Location: Mountain View, CA, USA
- Full name: Aart Bik
Re: RedQueen 1.1 released
-
Werner
- Posts: 3039
- Joined: Wed Mar 08, 2006 10:09 pm
- Location: Germany
- Full name: Werner Schüle
Re: RedQueen 1.1 released
Hi BenHur,
when starting 32bit version I get the error message:
missing ptthreadGC2.dll
when starting 32bit version I get the error message:
missing ptthreadGC2.dll
Werner
-
bhlangonijr
- Posts: 482
- Joined: Thu Oct 16, 2008 4:23 am
- Location: Milky Way
Re: RedQueen 1.1 released
Hello Werner. I just released a bugfix version (1.1.1) in which I have packaged up the right dependency. Please download the latest version, ok? And sorry for the hassle.Werner wrote:Hi BenHur,
when starting 32bit version I get the error message:
missing ptthreadGC2.dll
Ben-Hur Carlos Langoni Junior
http://sourceforge.net/projects/redqueenchess/
http://sourceforge.net/projects/redqueenchess/
-
bhlangonijr
- Posts: 482
- Joined: Thu Oct 16, 2008 4:23 am
- Location: Milky Way
Re: RedQueen 1.1 released
Hello Aart,abik wrote:I have put a binary for ARM-based Android devices on UCI and XBoard Engines for Android and I am running a quick sanity tournament in Chess for Android.bhlangonijr wrote:I am just releasing the version 1.1 of RedQueen.
As you may have noticed I've done a little mistake in this version and had to release a bugfix version (1.1.1).
Thanks,
Ben-Hur Carlos Langoni Junior
http://sourceforge.net/projects/redqueenchess/
http://sourceforge.net/projects/redqueenchess/
-
abik
- Posts: 848
- Joined: Fri Dec 01, 2006 10:46 pm
- Location: Mountain View, CA, USA
- Full name: Aart Bik
Re: RedQueen 1.1 released
I noticedbhlangonijr wrote:As you may have noticed I've done a little mistake in this version and had to release a bugfix version (1.1.1).
-
bhlangonijr
- Posts: 482
- Joined: Thu Oct 16, 2008 4:23 am
- Location: Milky Way
Re: RedQueen 1.1 released
You are fast!abik wrote:I noticedbhlangonijr wrote:As you may have noticed I've done a little mistake in this version and had to release a bugfix version (1.1.1).but luckily I have a very patient compiler. Same place.
Thanks a lot,
Ben-Hur Carlos Langoni Junior
http://sourceforge.net/projects/redqueenchess/
http://sourceforge.net/projects/redqueenchess/
-
stevenaaus
- Posts: 615
- Joined: Wed Oct 13, 2010 9:44 am
- Location: Australia
Re: RedQueen 1.1 released
Haha - i briefly tried with gcc instead of g++zullil wrote:Makefiles are processed by make, not by a compiler. You probably meant a GNU makefile?lucasart wrote:Linux is not a compiler. You probably meant a GCC makefile?stevenaaus wrote: Any chance of a linux makefile ?
In any case, the source compiled flawlessly (under Mac OS X 10.7) using
Code: Select all
g++ -O3 -Wall *.cpp -o redqueen
Fedora 7 is simply
Code: Select all
g++ -O3 *.cpp -o redqueen -lpthread -
Pierre Bourget
- Posts: 8
- Joined: Thu Aug 18, 2011 7:03 pm
Re: RedQueen 1.1 released
Hi , I have a problem with RedQueen under Arena 3.0 ,it almost always lose on time with time control 3minutes and 3 seconds increment.
Pierre
Pierre