What in CYGWIN do i need to compile SWR

Posted by Thrawn on Tue 19 Aug 2003 07:23 PM — 8 posts, 25,727 views.

USA #0
Okay, So far I installed the MAKE command and the gcc thing, was there anything else??

I am trying to compile SWR and get most of the way though then get this :

make[1]: *** [swreality] Error 1
make[1]: Leaving directory `/cygdrive/c/dist/swr10/src'
make: *** [all] Error 2

Why is it doing this??
USA #1
Altight, I am going to be a little more clearer...
Here is the WHOLE Message :

$ make
make swreality
make[1]: Entering directory `/cygdrive/c/dist/swr10/src'
gcc -c -g3 -Wall comm.c
In file included from comm.c:61:
/usr/include/netinet/ip.h:167: parse error before "n_long"
/usr/include/netinet/ip.h:170: parse error before "n_long"
/usr/include/netinet/ip.h:172: parse error before '}' token
/usr/include/netinet/ip.h:173: parse error before '}' token
comm.c: In function `new_descriptor':
comm.c:867: warning: implicit declaration of function `save_sysdata'
make[1]: *** [comm.o] Error 1
make[1]: Leaving directory `/cygdrive/c/dist/swr10/src'
make: *** [all] Error 2

I changed my Save.c like in the other post, but I STILL cant get this to work...
Australia Forum Administrator #2
Where did you get this swr file exactly? What name is it?
USA #3
I was from a geocites cite. This one has all the areas included.

So follow this link :

http://www.geocities.com/gendi_uk/download.html

And choose the one with full original areas.

I would be extremley helpful if you could tell me another place that I could download it that didn't have errors.

Thank you and God Bless!
USA #4
Okay, I dowloaded the source from this site (I didn't know it was here) so what do I do with it? Compile it?

Thanks in advance, and Nick - I think great minds have the same first name as MY name would be Nick too lol.
USA #5
Might I suggest you give the SWR FUSS package a try and see if that helps you any? It's got all the bugs I knew about fixed and compiles just fine in the latest Cygwin as long as you have the crypt library installed.

Can be found here: http://www.mudplanet.org/files.php
USA #6
Umm, Crypt File?? Lol, looks like I'm missing something. I tried compiling EVERY SINGLE SWR code, and all of them got screwed up, so a crypt library, huh? Where would I find one of them sweet puppies?
USA #7
Cygwin setup has a crypt library you can download. Run your setup and go into the Libs section. It's listed there as crypt. For the SWRFUSS package you shouldn't need much more - though I'd advise downloading a new one. The I3 code included in it had to be fixed. :)