problem compiling crafty 20.9

Discussion of chess software programming and technical issues.

Moderator: Ras

kaustubh

problem compiling crafty 20.9

Post by kaustubh »

there are two makefiles in crafty 20.9 source code , one called Makefile and other called Makefile.nt . I tried to compile Makefile with nmake it is creating some errors. I tried to compile using make it is also creating errors. Can anyone help me compiling crafty 20.9
User avatar
Roman Hartmann
Posts: 295
Joined: Wed Mar 08, 2006 8:29 pm

Re: problem compiling crafty 20.9

Post by Roman Hartmann »

Hi,
AFAIK you need to edit the file 'makefile.nt' to your needs and then rename it to 'makefile' before you call nmake.

Roman
Bryan Hofmann

Re: problem compiling crafty 20.9

Post by Bryan Hofmann »

kaustubh wrote:there are two makefiles in crafty 20.9 source code , one called Makefile and other called Makefile.nt . I tried to compile Makefile with nmake it is creating some errors. I tried to compile using make it is also creating errors. Can anyone help me compiling crafty 20.9
Us the following command line

nmake /f makefile.nt


The makefile with out the .nt for for unix based systems.


Bryan