Compiling SMAUG

Posted by Neves on Thu 14 Feb 2002 06:14 AM — 2 posts, 12,538 views.

USA #0
Here is my problem, in compiling under cygwin (the SMAUG I downloaded from your download section) It goes fine until this part, where I can't figure out what is happening wrong, here is what it says:

chmod g+w smaug
chmod: changing permissions of `smaug': No such file or directory
make[1]: *** [smaug] Error 1
make[1]: Leaving directory `/smaug/dist/src'
make: *** [all] Error 2

Is this because I am missing a cygwin component?

Thanks,
Jay
Australia Forum Administrator #1
Ignore that error, there is a bug in the makefile.

It should read:


chmod g+w smaug.exe


You can change it to that in "makefile" if you want the message to go away.