chmod error when compiling

Posted by Enderandrew on Fri 02 Apr 2004 01:43 PM — 2 posts, 11,499 views.

USA #0
I am trying to compile SWFoTE:FUSS (downloaded from here) in CygWin. I have not done anything to it yet. I get the following error.

chmod: changing permissions of 'swr': No such file or directory
make[1]: *** [swr] Error 1
make: *** [swr] Error 2

I already tried renaming the main directory to swr and starting from scratch, but that didn't fix it.
Canada #1
The problem is that it did not compile properly, and thusly did not create the SWR file. Or, since its cygwin, you may need to edit your makefile to declare windows, if there is that option, or just change any references for "swr" to "swr.exe".