Compiling problem
< Newer Topic
:: Older Topic >
Pages:<< prev 1 next >>
#1 Sep 25, 2013 5:46 pm
Fledgling
GroupMembers
Posts6
JoinedSep 25, 2013
I'm almost completely newb to muds and unix...I am a windows xp sp3 user... I've managed to get smaugfuss running and playing with MUSHclient... I think it was precompiled so that was easy...
I've successfully compiled swfotefuss14 with cygwin after many googles and a handful of hours but it doesnt load swr.exe like smaug loads its own server...it says cygwin1.dll is missing. From what I've googled it seems a little too complicated for me to make it work.
If someone could compile it for me like the smaugfuss was done, ready for windows and not needing cygwin(preferred) or direct me to the documentation showing how to run it through cygwin(again i've already successfully compiled it) I would greatly appreciate any and all help.
P.S. This is only for me to play offline, I do not intend to build a mud, I simply want it to play when theres no internet available.
I've successfully compiled swfotefuss14 with cygwin after many googles and a handful of hours but it doesnt load swr.exe like smaug loads its own server...it says cygwin1.dll is missing. From what I've googled it seems a little too complicated for me to make it work.
If someone could compile it for me like the smaugfuss was done, ready for windows and not needing cygwin(preferred) or direct me to the documentation showing how to run it through cygwin(again i've already successfully compiled it) I would greatly appreciate any and all help.
P.S. This is only for me to play offline, I do not intend to build a mud, I simply want it to play when theres no internet available.
#2 Sep 25, 2013 5:48 pm
Fledgling
GroupMembers
Posts6
JoinedSep 25, 2013
P.P.S. If someone could compile the newer swfote that would be even better! Thanks!
#3 Sep 25, 2013 7:44 pm
Fledgling
GroupMembers
Posts6
JoinedSep 25, 2013
I dare someone to replay, even to say F off
#5 Sep 25, 2013 9:47 pm
Geomancer
GroupAdministrators
Posts1,946
JoinedJul 26, 2005
ok when you did a make in cygwin in the src did you first open the makefile and change
to
after it completes look for swr.exe in the src folder and then try ./startup [] & like
at least if i wanted it to run and me to be able to connect on port 4000
#Uncomment to compile in Cygwin #CYGWIN = -DCYGWIN
to
#Uncomment to compile in Cygwin CYGWIN = -DCYGWIN
after it completes look for swr.exe in the src folder and then try ./startup [
./startup 4000 &
at least if i wanted it to run and me to be able to connect on port 4000
#6 Sep 26, 2013 12:30 am
Fledgling
GroupMembers
Posts6
JoinedSep 25, 2013
That last bit is what I needed, thank you Remcon!
#7 Sep 26, 2013 2:46 pm
Magician
GroupMembers
Posts128
JoinedApr 9, 2010
I would also suggest if you have a recent computer to get virtualbox (free) and download a linux distribution and run a virtual OS on your computer
this makes compiling and such a bit easier (if you don't get a free host)
at least after you install and get everything set up
this makes compiling and such a bit easier (if you don't get a free host)
at least after you install and get everything set up
#8 Sep 26, 2013 3:42 pm
Conjurer
GroupMembers
Posts398
JoinedMar 8, 2005
Yep, I second that idea.... cygwin is just full of pain and wrong.
http://virtualboximages.com/Debian+7.0.0+i386+Gnome+Desktop+Virtuabox+VDI+Virtual+Computer
A VM takes very little resources when not running, and if you really want to keep one up all the time you can install from scratch without using any desktop (just ssh into it)... but for learning/messing about, the gnome desktop is reasonable.
http://virtualboximages.com/Debian+7.0.0+i386+Gnome+Desktop+Virtuabox+VDI+Virtual+Computer
A VM takes very little resources when not running, and if you really want to keep one up all the time you can install from scratch without using any desktop (just ssh into it)... but for learning/messing about, the gnome desktop is reasonable.
#9 Sep 27, 2013 1:47 am
Fledgling
GroupMembers
Posts6
JoinedSep 25, 2013
I'll check it out, thanks guys!
Pages:<< prev 1 next >>