amchess / Alexander

A uci chess engine derived from classical Stockish
GNU General Public License v3.0
3 stars 2 forks source link

Compilation on mac apple silicon #1

Open Ruyter64 opened 5 months ago

Ruyter64 commented 5 months ago

Describe the issue

after compilation with the command make build ARCH=apple-silicon there is an error ./types.h:538:9: error: no type named 'size_t' in namespace 'std'; did you mean simply 'size_t'?

Expected behavior

add the #include with cstddef in the file types.h

Anything else?

No response

Operating system

MacOS

Alexander version

Alexander 1.2

Ruyter64 commented 5 months ago

include