Open tissatussa opened 6 months ago
Thanks for pointing that out! I've re-uploaded the Linux binaries in that same release with the proper version number.
I'm not sure exactly when that binary you have was compiled, but it was before I fixed a memory leak so you will want to replace your version regardless.
indeed that newer version shows v10.3 .. i use your Linux pext asset, because i don't succeed compiling it :
$ make
dotnet publish . --self-contained -v quiet --property WarningLevel=0 -o ./ -c Release -p:AssemblyName=Lizard -p:DebugType=embedded -p:EVALFILE=
MSBuild version 17.4.0-preview-22428-01+14c24b2d3 for .NET
/home/roelof/dotnet7/sdk/7.0.100-rc.1.22431.12/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets(144,5): error NETSDK1045: The current .NET SDK does not support targeting .NET 8.0. Either target .NET 7.0 or lower, or use a version of the .NET SDK that supports .NET 8.0. [/home/roelof/Compiled/Lizard-main-v10.3-PR26/Lizard.csproj]
make: *** [Makefile:54: release] Error 1
i have trouble compiling .NET programs .. it's about my dotnet version, i don't understand how to install / update the SDK etc. on my system .. i'm only using Linux, for me Window$ is no longer relevant, sorry .. so, i'm glad you supply Linux assets !
eg. i also have problems compiling the chess engine Kobra
, see https://github.com/jasper-sinclair/kobra/issues/4 .. it's made with C++ but maybe you can compile a Linux version for me ? I can use BMI2 / AVX2 too .. the author didn't respond to my Issue, he even closed it ("not planned") .. he's also not responding to my email .. the Kobra code seems typical Windows ..
btw. Kobra has now v1.1
i downloaded your Linux
pext
v10.3 asset and the version number (shown byuci
command) is "10.2" !? i guess you just forgot to adjust this ..the engine runs fine in CuteChess.
[ i'm on Xubuntu 22.04 ]