Page 2 of 6

Re: It's here ...Honey X6

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

do you plan an android version of bluefish too?

Peter

Re: It's here ...Honey X6

Posted: Wed Oct 09, 2019 7:24 pm
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?

Re: It's here ...Honey X6

Posted: Wed Oct 09, 2019 7:35 pm
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

Re: It's here ...Honey X6

Posted: Wed Oct 09, 2019 7:40 pm
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.

Re: It's here ...Honey X6

Posted: Wed Oct 09, 2019 7:45 pm
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?

Re: It's here ...Honey X6

Posted: Wed Oct 09, 2019 7:57 pm
by PeterO
Hi,

Yes - Chess for Android - from Aart Bik!

Peter

Re: It's here ...Honey X6

Posted: Wed Oct 09, 2019 8:10 pm
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.

Re: It's here ...Honey X6

Posted: Wed Oct 09, 2019 9:17 pm
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.

Re: It's here ...Honey X6

Posted: Thu Oct 10, 2019 12:13 am
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.

Re: It's here ...Honey X6

Posted: Thu Oct 10, 2019 1:04 am
by Dann Corbit
It works without Blue