problem compiling crafty 20.9
Moderator: Ras
problem compiling crafty 20.9
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
-
- Posts: 295
- Joined: Wed Mar 08, 2006 8:29 pm
Re: problem compiling crafty 20.9
Hi,
AFAIK you need to edit the file 'makefile.nt' to your needs and then rename it to 'makefile' before you call nmake.
Roman
AFAIK you need to edit the file 'makefile.nt' to your needs and then rename it to 'makefile' before you call nmake.
Roman
Re: problem compiling crafty 20.9
Us the following command linekaustubh 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
nmake /f makefile.nt
The makefile with out the .nt for for unix based systems.
Bryan