Closed tissatussa closed 2 years ago
Hi, yes you will need to use Rust nightly to compile this. The Step trait used is nightly only.
Thanks. I'm on Xubuntu 20.04 - i forgot to mention this .. i have problems installing Nightly for Rust .. another chess engine programmer also used this, but later (to please me, i guess) he changed a bit of his code, so it could compile without it .. what's so special / important about Nightly builds ? Do you really need its features ?
I chose to use it because I like the step trait for the enumeration that I use for squares, and that is only available in nightly.
Hi @tissatussa. As an update, I've removed the nightly features so now you can compile the engine on a stable toolchain.
thanks ! indeed i can compile Weiawaga now, and it runs fine in CuteChess !
however, i encounter some fault concerning the Hash setting .. i will open a new Issue for that.
i tried this, but i get an error :