mkd / gargantua

UCI chess engine with NNUE evaluation
GNU General Public License v3.0
2 stars 1 forks source link

compiling needs "stdendian.h" : solved #1

Open tissatussa opened 1 year ago

tissatussa commented 1 year ago

hi,

i just stumbled upon Gargantua and i tried to compile it on Linux, but i got an error : the file stdendian.h was not found .. luckily i found that file in the Pyrrhic package (see https://github.com/AndyGrant/Pyrrhic ) and after i copied it into the src folder the compile went well .. i guess you forgot to include it .. now your v1.0 runs fine in CuteChess !

[ i'm on Xubuntu 22.04 ]

mkd commented 1 year ago

Hi Roelof,

Thanks for checking that out for me. It seems that the syzygy folder has the tbprobe, which uses the stdendian.h. However, these are changes I uploaded but are not working yet.

If I have time in the coming months, I'll take a look and fix it properly.

Regards,

--Claudio

On Fri, Jan 27, 2023 at 12:22 AM Roelof Berkepeis @.***> wrote:

hi,

i just stumbled upon Gargantua and i tried to compile it on Linux, but i got an error : the file stdendian.h was not found .. luckily i found that file in the Pyrrhic package (see https://github.com/AndyGrant/Pyrrhic ) and after i copied it into the src folder the compile went well .. i guess you forgot to include it .. now your v1.0 runs fine in CuteChess !

[ i'm on Xubuntu 22.04 ]

— Reply to this email directly, view it on GitHub https://github.com/mkd/gargantua/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEMXDGR5W3GSSHGINYKW6LWUL2LRANCNFSM6AAAAAAUIA4NOQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

tissatussa commented 1 year ago

..these are changes I uploaded but are not working yet..

then, can you just disable the new unfinished code or revert to an older version ? Anyway, people may find this Issue and use my quick fix !?