upload needed

Posted by Theheahi on Mon 28 Apr 2008 08:22 PM — 22 posts, 83,031 views.

#0
hi, i was working on smaug 1.4 but as i see 1.8 is much better then it, then i download it from http://www.smaug.org/ but it is buggy, cannot compile it well. so if someone has it can upload for me ? (not smaug fuss just smaug). thanks.
USA #1
Try here:

http://www.smaugmuds.org/index.php?a=files&s=viewfile&fid=156

That said, I would strongly recommend that you use the FUSS version instead...
#2
can you tell me or give me a link that tells difference?
USA #3
Listing all of the difference in one easy to find location would be a big task. Best bet would be to explore the forum at www.smaugmuds.org and look over all of the fixes that have been done.
#4
i downlaod smaugfuss1.9 but there is hundreds of area bugs. why is this so buggy ?

e.g file: export.are line: 1773
bug:error location function etc.

USA #5
You'll have to be a little more specific. :-)

What you are probably seeing is not actually a bug. When one area depends on another area, and that area isn't loaded yet, the loader emits a "bug" but then resolves those cross-references later in the boot process.
#6
got it, last question, why area editor doesnt work with smaugfuss? any else area editor for it ?
USA #7
It doesn't work because the formats are different. The area editor doesn't know how to open the FUSS formats. AFAIK there is no graphical editor for FUSS, but the OLC system isn't too bad (although it definitely has its downsides).
#8
1 more question its about compiling but i dont wanna make a new thread so gonna ask here please answer. i got a _crypt error about undefinied etc. how can i fix this, search all forum but not got a clear answer.
USA #9
You need to give us more information. e.g. the platform you are running on, etc.

The crypt problem is well-known and has been solved many times; chances are somebody has had it before. But until we know more about your situation we can't point you in the right direction...
#10
comm.c:1760: undefined reference to '_crypt'

error is like that.
USA #11
http://www.google.com/search?q=undefined+reference+crypt&btnG=Google+Search&domains=www.gammon.com.au&sitesearch=www.gammon.com.au

Look at post #2. Note the search terms used; often using good search terms is the best way to get the answer quickly.

Also note that I asked for things like the platform you are running on, which you didn't give. :) If you want the process to be as helpful and productive as possible you need to give us good information, especially when we ask a precise question.
#12
hehe, its cygwin

but i search for solution and i found "uncomment NEED_CRYPT = -lcrypt" i've done but still gives error.
USA #13
You need to give us more information........ :)

What error? Did you uncomment the NEED_CRYPT line, so that the makefile says:

NEED_CRYPT = -lcrypt

Did you install the crypt library from the Cygwin setup program?
#14
yes, i uncomment it and i download all (checked everything from setup) but still got same error. error is same which i told:

comm.c:1760: undefined reference to '_crypt'


etc. some more erros like that about _crypt
USA #15
I'd check out:

http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=1962

Also, make sure that you do: "make clean" and then try to rebuild the source.

Another thing is to check if you have the NOCRYPT line in there.

Could you post your Makefile contents? Just the top part of the file should be fine.
#16
CC = gcc
#PROF = -p
NOCRYPT =

# Uncomment the two lines below if compiling on a Solaris box
#SOLARIS_FLAG = -Dsun -DSYSV
#SOLARIS_LINK = -lnsl -lsocket

#Uncomment the line below if you are getting a line like:
#interp.c:757: warning: int format, time_t arg (arg 7)
#TIME = -DTIMEFORMAT

#Uncomment the line below if you are getting implicit decleration of re_exec
REG = -DREGEX

#Uncomment the line below if you are getting undefined re_exec errors
NEED_REG = -lgnuregex

#Uncomment the line below if you are getting undefined crypt errors
#NEED_CRYPT = -lcrypt
USA #17
You... uh... didn't uncomment the NEED_CRYPT line like all the posts have said to do.
#18
even i uncomment it it still gives same error


#Uncomment the line below if you are getting undefined crypt errors
NEED_CRYPT = -lcrypt
USA #19
Did you do a make clean followed by a make?

Generally it's best to do things one at a time, and not say you made a change but then not actually keep it that way. :-) If we don't know the exact status, we can't easily help you...
#20
yea i did make clean also i did uncomment before but i changed it then (cause i tried all ways 2-3 times and i sent my makefile after last try :) so it was comment).
#21
but still keeps same error :S i gonna use 1.4 i think. also 1.8 has hauses clans etc. cam i upgrade my 1.4 to 1.8? (not using full of 1.8 codes)