Sorry about these problems. I should have tried compiling under Linux before releasing the source code...
If you want to fix it yourself, do the following changes: Add the following line near the top of square.h and bitboard.h:
Code: Select all
#include <cstdlib>Code: Select all
#include <cstring>If you don't want to do this work yourself, please just wait an hour or two, and I will have Linux binaries available for download.
I don't think any tweaks are necessary: In 64-bits Ubuntu Linux, you should get a 64-bit binary with the default Makefile settings.royb wrote:Also, I'd like to produce a 64-bit binary so tweaks to the Makefile to allow that are appreciated also.
Tord