It's here ...Honey X6

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

User avatar
PeterO
Posts: 215
Joined: Sun Jul 31, 2016 6:35 pm

Re: It's here ...Honey X6

Post by PeterO »

Hi Mike,

do you plan an android version of bluefish too?

Peter
User avatar
MikeB
Posts: 4889
Joined: Thu Mar 09, 2006 6:34 am
Location: Pen Argyl, Pennsylvania

Re: It's here ...Honey X6

Post by MikeB »

PeterO wrote: Wed Oct 09, 2019 6:37 pm Hi Mike,

do you plan an android version of bluefish too?

Peter
Yes - we can make it happen I believe. What type of android device do you use and would you or anyone on forum know if purchase a Chromebook , would I be able to compile for Android devices , if not what’s the best way to that to do that if the sole of a device is purpose is to compile for other android devices?
Image
User avatar
PeterO
Posts: 215
Joined: Sun Jul 31, 2016 6:35 pm

Re: It's here ...Honey X6

Post by PeterO »

Hi Mike,

My phone is a Galaxy A40 - Android 9.0 -64 bit - I would love to use bluefish on it!

To you question about chromebook - sorry I am just a chessplayer - no knowledge about this things - sorry!

Peter
User avatar
MikeB
Posts: 4889
Joined: Thu Mar 09, 2006 6:34 am
Location: Pen Argyl, Pennsylvania

Re: It's here ...Honey X6

Post by MikeB »

PeterO wrote: Wed Oct 09, 2019 7:35 pm Hi Mike,

My phone is a Galaxy A40 - Android 9.0 -64 bit - I would love to use bluefish on it!

To you question about chromebook - sorry I am just a chessplayer - no knowledge about this things - sorry!

Peter
i’ll try In a virtual environment first and see what I can do. Will be in touch.
Image
User avatar
MikeB
Posts: 4889
Joined: Thu Mar 09, 2006 6:34 am
Location: Pen Argyl, Pennsylvania

Re: It's here ...Honey X6

Post by MikeB »

PeterO wrote: Wed Oct 09, 2019 7:35 pm Hi Mike,

My phone is a Galaxy A40 - Android 9.0 -64 bit - I would love to use bluefish on it!

To you question about chromebook - sorry I am just a chessplayer - no knowledge about this things - sorry!

Peter
Which GUI are you using - the one created by Aart Bik?
Image
User avatar
PeterO
Posts: 215
Joined: Sun Jul 31, 2016 6:35 pm

Re: It's here ...Honey X6

Post by PeterO »

Hi,

Yes - Chess for Android - from Aart Bik!

Peter
Dann Corbit
Posts: 12537
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

Re: It's here ...Honey X6

Post by Dann Corbit »

A special request for MikeB:
Make a new option called Polygon that includes every feature.
It may involve some work if any features are currently mutually exclusive.

I do analysis in two different modes.

When I do standard analysis (arbitrary positions, openings, games) I use engines "out of the box".
When I do puzzle analysis, I want extra detection of mate threats, wall formation, king safety, etc.
So it would be nice to have an engine that runs in "every trick in the book" mode.
Taking ideas is not a vice, it is a virtue. We have another word for this. It is called learning.
But sharing ideas is an even greater virtue. We have another word for this. It is called teaching.
Dann Corbit
Posts: 12537
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

Re: It's here ...Honey X6

Post by Dann Corbit »

I tried using the Stockfish makefile and changing the CXXFLAGS default to:
CXXFLAGS += -Wall -Wcast-qual -fno-exceptions -std=c++11 -DAdd_Features -DBlue -DFortress -DSullivan $(EXTRACXXFLAGS)

But I get a mysterious error compiling misc.c
g++ -Wall -Wcast-qual -fno-exceptions -std=c++11 -DAdd_Features -DBlue -DFortress -DSullivan -fprofile-generate -Wextra -Wshadow -DNDEBUG -O3 -mtune=native -DIS_64BIT -msse -msse3 -mpopcnt -DUSE_POPCNT -c -o misc.o misc.cpp
<command-line>: error: expected unqualified-id before numeric constant
make[2]: *** [<builtin>: misc.o] Error 1
make[2]: Leaving directory 'F:/project/dcorbit/stockfish-x6/src'
make[1]: *** [Makefile:516: gcc-profile-make] Error 2
make[1]: Leaving directory 'F:/project/dcorbit/stockfish-x6/src'
make: *** [Makefile:422: profile-build] Error 2

I am probably missing some flag that is new to the Honey project.
Taking ideas is not a vice, it is a virtue. We have another word for this. It is called learning.
But sharing ideas is an even greater virtue. We have another word for this. It is called teaching.
User avatar
MikeB
Posts: 4889
Joined: Thu Mar 09, 2006 6:34 am
Location: Pen Argyl, Pennsylvania

Re: It's here ...Honey X6

Post by MikeB »

Dann Corbit wrote: Wed Oct 09, 2019 9:17 pm I tried using the Stockfish makefile and changing the CXXFLAGS default to:
CXXFLAGS += -Wall -Wcast-qual -fno-exceptions -std=c++11 -DAdd_Features -DBlue -DFortress -DSullivan $(EXTRACXXFLAGS)

But I get a mysterious error compiling misc.c
g++ -Wall -Wcast-qual -fno-exceptions -std=c++11 -DAdd_Features -DBlue -DFortress -DSullivan -fprofile-generate -Wextra -Wshadow -DNDEBUG -O3 -mtune=native -DIS_64BIT -msse -msse3 -mpopcnt -DUSE_POPCNT -c -o misc.o misc.cpp
<command-line>: error: expected unqualified-id before numeric constant
make[2]: *** [<builtin>: misc.o] Error 1
make[2]: Leaving directory 'F:/project/dcorbit/stockfish-x6/src'
make[1]: *** [Makefile:516: gcc-profile-make] Error 2
make[1]: Leaving directory 'F:/project/dcorbit/stockfish-x6/src'
make: *** [Makefile:422: profile-build] Error 2

I am probably missing some flag that is new to the Honey project.
Hi Dann ,

Try again , without the -DBlue flag , I had a report that is causing an issue , will have to rename it to something else.
Image
Dann Corbit
Posts: 12537
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

Re: It's here ...Honey X6

Post by Dann Corbit »

It works without Blue
Taking ideas is not a vice, it is a virtue. We have another word for this. It is called learning.
But sharing ideas is an even greater virtue. We have another word for this. It is called teaching.