No that wasn't it. I had allready made sure that was in there. It has
something to do with including the crypt lib in the db.c file I believe.
uuggg time to check the archives. Thanks for the help though.

                           Dantin

----- Original Message -----
From: "Ben" <[EMAIL PROTECTED]>
To: "Rom Mailing List" <[email protected]>
Sent: Monday, July 08, 2002 6:58 PM
Subject: Re: do_password


> Add -lcrypt to the L_FLAGS in the makefile
>
>
> ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø
> "Never memorize something that you can look up."
>     -- Albert Einstein
>
> "The word 'politics' is derived from the word 'poly', meaning
>  'many', and the word 'ticks', meaning 'blood sucking parasites'."
>     -- Larry Hardiman
>
> "I was going to buy a copy of The Power of Positive Thinking,
>  and then I thought: What the hell good would that do?"
>     -- Ronnie Shakes
>
> "I like long walks, especially when they are taken by people
>  who annoy me."
>     -- Noel Coward
>
> "Never raise your hand to your children; it leaves your
>  midsection unprotected."
>     -- Robert Orben
>
> "Programming today is a race between software engineers
>  striving to build bigger and better idiot-proof programs,
>  and the Universe trying to produce bigger and better idiots.
>  So far, the Universe is winning."
>     -- Rich Cook
> ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø
>
> ----- Original Message -----
> From: "Dantin" <[EMAIL PROTECTED]>
> To: "Rom Mailing List" <[email protected]>
> Sent: Tuesday, July 09, 2002 8:49 AM
> Subject: do_password
>
>
> >      Question while compiling I get this error:
> >
> > act_info.c: 2730: Implicit decleration of the word 'crypt'.
> >
> >      Now that was annoying so I set about to remidy this situation. Here
> is
> > the actual code:
> >
> >     if (strcmp ((char *) crypt (arg1, ch->pcdata->pwd),
ch->pcdata->pwd))
> {
> >         WAIT_STATE (ch, 40);
> >         send_to_char ("{RWrong password.  Wait 10 seconds.{x\n\r", ch);
> >         return;
> >     }
> >
> > This is found in the do_password function. What would I have to do in
> order
> > to stop getting this Implicit Decleration? Thanks before hand.
> >
> >                               Dantin
> >
> >
> >
> > --
> > ROM mailing list
> > [email protected]
> > http://www.rom.org/cgi-bin/mailman/listinfo/rom
> >
>
> --
> ROM mailing list
> [email protected]
> http://www.rom.org/cgi-bin/mailman/listinfo/rom
>


Reply via email to