[Home] [Downloads] [Search] [Help/forum]

Gammon Software Solutions forum

See www.mushclient.com/spam for dealing with forum spam. Please read the MUSHclient FAQ!

[Folder]  Entire forum
-> [Folder]  SMAUG
. -> [Folder]  Running the server
. . -> [Subject]  upload needed

Home  |  Users  |  Search  |  FAQ
Username:
Register forum user name
Password:
Forgotten password?
(New message)
Subject: upload needed
Name:
Your forum user name.
Register forum user name
Password:
Your forum password.
Forgotten password?
Message:
Message to be posted (in English, please).
Forum codes:
Check this if your message uses 'forum codes' or templates (auto-detected for new posts).
Forum codes Templates

Save this message ...


Subject review (reverse sequence)

Pages: 1 2  

Posted by Theheahi   (23 posts)  [Biography] bio
Date Mon 28 Apr 2008 11:34 PM (UTC)  quote  ]
Message
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)
[Go to top] top

Posted by Theheahi   (23 posts)  [Biography] bio
Date Mon 28 Apr 2008 11:19 PM (UTC)  quote  ]
Message
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).
[Go to top] top

Posted by David Haley   USA  (3,881 posts)  [Biography] bio   Moderator
Date Mon 28 Apr 2008 11:18 PM (UTC)  quote  ]
Message
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...

David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone

http://david.the-haleys.org
[Go to top] top

Posted by Theheahi   (23 posts)  [Biography] bio
Date Mon 28 Apr 2008 11:12 PM (UTC)  quote  ]
Message
even i uncomment it it still gives same error


#Uncomment the line below if you are getting undefined crypt errors
NEED_CRYPT = -lcrypt
[Go to top] top

Posted by David Haley   USA  (3,881 posts)  [Biography] bio   Moderator
Date Mon 28 Apr 2008 11:08 PM (UTC)  quote  ]
Message
You... uh... didn't uncomment the NEED_CRYPT line like all the posts have said to do.

David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone

http://david.the-haleys.org
[Go to top] top

Posted by Theheahi   (23 posts)  [Biography] bio
Date Mon 28 Apr 2008 10:57 PM (UTC)  quote  ]
Message
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
[Go to top] top

Posted by David Haley   USA  (3,881 posts)  [Biography] bio   Moderator
Date Mon 28 Apr 2008 10:45 PM (UTC)  quote  ]
Message
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.

David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone

http://david.the-haleys.org
[Go to top] top

Posted by Theheahi   (23 posts)  [Biography] bio
Date Mon 28 Apr 2008 10:31 PM (UTC)  quote  ]
Message
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
[Go to top] top

Posted by David Haley   USA  (3,881 posts)  [Biography] bio   Moderator
Date Mon 28 Apr 2008 10:27 PM (UTC)  quote  ]
Message
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?

David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone

http://david.the-haleys.org
[Go to top] top

Posted by Theheahi   (23 posts)  [Biography] bio
Date Mon 28 Apr 2008 10:25 PM (UTC)  quote  ]
Message
hehe, its cygwin

but i search for solution and i found "uncomment NEED_CRYPT = -lcrypt" i've done but still gives error.
[Go to top] top

Posted by David Haley   USA  (3,881 posts)  [Biography] bio   Moderator
Date Mon 28 Apr 2008 10:02 PM (UTC)  quote  ]
Message
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.

David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone

http://david.the-haleys.org
[Go to top] top

Posted by Theheahi   (23 posts)  [Biography] bio
Date Mon 28 Apr 2008 09:58 PM (UTC)  quote  ]
Message
comm.c:1760: undefined reference to '_crypt'

error is like that.
[Go to top] top

Posted by David Haley   USA  (3,881 posts)  [Biography] bio   Moderator
Date Mon 28 Apr 2008 09:53 PM (UTC)  quote  ]
Message
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...

David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone

http://david.the-haleys.org
[Go to top] top

Posted by Theheahi   (23 posts)  [Biography] bio
Date Mon 28 Apr 2008 09:48 PM (UTC)  quote  ]
Message
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.
[Go to top] top

Posted by David Haley   USA  (3,881 posts)  [Biography] bio   Moderator
Date Mon 28 Apr 2008 09:46 PM (UTC)  quote  ]
Message
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).

David Haley aka Ksilyan
Head Programmer,
Legends of the Darkstone

http://david.the-haleys.org
[Go to top] top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


5,276 views.

This is page 1, subject is 2 pages long: 1 2  [Next page]

[Reply to this subject]  Reply to this subject   [New subject]  Start a new subject   [Refresh] Refresh page

Go to topic:           Search the forum


[Go to top] top

[Home]

Written by Nick Gammon - 5K

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( http://www.gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Internet Contents Rating Association (ICRA) - 2K]    [Web site powered by FutureQuest.Net]