Hi
I have a proyect about to translate de game to Spanish language, I've translate 15% of all text, items, monsters, etc.
Now I like to compile to test my translation, I've installed Cygwin (its in C:\cygwin64) and I add the Enviroment path. I write the command:
> make C:\FAangband-1.4.4\src\Makefile.win
And I Get the Error:
Then I try with -f argument
> make -f C:\FAangband-1.4.4\src\Makefile.win
In the line 33 is:
include Makefile.inc
But this file is in my folder!
Help please!!
I have a proyect about to translate de game to Spanish language, I've translate 15% of all text, items, monsters, etc.
Now I like to compile to test my translation, I've installed Cygwin (its in C:\cygwin64) and I add the Enviroment path. I write the command:
> make C:\FAangband-1.4.4\src\Makefile.win
And I Get the Error:
Code:
C:\FAangband-1.4.4\src\M akefile.win cygwin warning: MS-DOS style path detected: C:\FAangband-1.4. 4\src\Makefile.win Preferred POSIX equivalent is: /cygdrive/c/FA angband-1.4.4/src/Makefile.win CYGWIN environment variable option "nodosfilewarning" turns off this warning. Consult the user's guide for more details about POSIX paths: http://cygwin.com/cygwin-ug-net/using.html#using-pathnames make: Nothing to be done for 'C:\FAangband-1.4. 4\src\Makefile.win'.
> make -f C:\FAangband-1.4.4\src\Makefile.win
HTML Code:
C:\FAangband115\src\Makefile.win:33: Makefile.inc: No such file or directory make: *** No rule to make target 'Makefile.inc'. Stop.
include Makefile.inc
But this file is in my folder!
Help please!!
Comment