Ivanhoe 999963 compile errors

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

javimm
Posts: 26
Joined: Wed May 19, 2010 9:24 am

Ivanhoe 999963 compile errors

Post by javimm »

Hi. First time poster

I'm trying to compile Ivanhoe 999963 (source code downloaded from chesslogik.com) in an Apple iMac.

I managed to compile several IPPOLIT derivatives: Robbolito 0.85g3 from chesslogik, Igorrit 0.086 v4 from http://ippolit.wikispaces.com, Ivanhoe 999965 from http://ippolit.wikispaces.com, but seems I can't get Ivanhoe 999963 to compile.

I'd like to know which changes I should make to the Makefile to be able to compile it. I already changed some things, as the path for sed and tar were wrong in the Makefile.

I'm at job right now, so I can't provide the exact error (I'll post it later this evening), but it first complains about windows.h missing (ok, not running windows ). Changing the #if #endif blocks to force it to think it's in a Unix system and avoid using windows.h doesn't work either. It starts complaining about several language errors.

I know that there are people who managed to compile it in Linux in this very forum, so if someone could give me some advice of what to change, it would be great.

Thank you.
javimm
Posts: 26
Joined: Wed May 19, 2010 9:24 am

Re: Ivanhoe 999963 compile errors

Post by javimm »

Well, I found a 63 version in the ippolit website that compiled without problems.