Oh well… so much for me trying to find multiple sources for double-checking some details…hgm wrote:Note that I was the one who wrote that in the Wikipedia... Originally the sente-loses-on-rep rule was not mentioned at all in that article.
That's good to know. Still, I'll need to find a proper fix… thing is, if I understand the manpage for clock_gettime correctly, that line should have worked, suggesting a problem with Ubuntu, but if that's the case you'd expect to find posts about that too.When I replace the line by #if 0 I can compile.
EDIT:
Ok, I apparently need to improve my reading skills. From the man page:
Link with -lrt (only for glibc versions before 2.17).
That surprises me. I checked my local tree, and saw that it has a bin/ subdirectory, which seemed like the normal place to put binaries (it actually contains xboard, for instance). The FHS says to put binaries in games/ though, so I'll do that.The logo and .eng file are perfectly placed. The binary, however, is put in /usr/local/games/bin/ rather than /usr/local/games/ (as other game binaries compiled from source are), and this is not in the search path, so that the command "sjaakii" does not work.
