Compiling swfote12fuss.tgz

Posted by Kamenvalentine on Sun 18 Aug 2013 12:58 AM — 4 posts, 16,998 views.

#0
Okay, I downloaded the codebase off the Downloads section of this website. I'm really trying my hardest to get it up and running. I'm using Cygwin and got into the source but when I try to "Make" the file I see a huge message that end in:

/usr/include/sys/reent.h:643: error: storage size of `__sf' isn't known
Makefile:72: recipe for target `o/imc.o' failed
make[1]: *** [o/imc.o] Error 1
Makefile:32: recipe for target `all' failed
make: *** [all] Error 2

Could someone please tell me how to correctly compile this to where the make file will actually work.

I've tried following the example posted on running the Smaug and even that wouldn't work. I've tried compiling DBS2.5.2 and once again failed.

I just want to get ANY codebase up and running so I can edit it and mess around, could someone please help.
Australia Forum Administrator #1
SmaugFUSS should compile OK.

What operating system are you using? What version of the compiler?

Quote:

I downloaded the codebase off the Downloads section of this website.


That won't be very up to date. Try:

http://www.smaugmuds.org/
#2
I'm running windows 7 and using Cygwin.

Tried the one at the website you gave me. Got the following error:

make -s swr
Compiling o/imc.o....
make[1]: g++: Command not found
Makefile:108: recipe for target `o/imc.o' failed
make[1]: *** [o/imc.o] Error 127
Makefile:44: recipe for target `all' failed
make: *** [all] Error 2
USA Global Moderator #3
Quote:
g++: Command not found

So install g++.