This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: I'm trying to make my own mud, but get this error, know of any way to fix?


At 06:32 PM 4/22/2002, WayharenMudding@aol.com wrote:
>I keep getting this message upon compilation...
>And I've been doing everything to fix it, but nothing is working...
>I've learned quite a bit doing this alone, but I'm still clueless on how
>to fix this... Your help would be appreciated.
>
>db.c: In function `boot_db':
>db.c:401: warning: implicit declaration of function `calloc'
>db.c:401: warning: assignment makes pointer from integer without a cast
>db.c: In function `alloc_perm':
>db.c:3307: warning: assignment makes pointer from integer without a cast


This isn't a Cygwin specific issue and as such is off-topic for this list.
But I'll give you a hint.  Why is the compiler complaining about a missing
declaration for 'calloc()'?

Please, if you feel the need to follow-up on this thread, do it off-list.


Thanks,



Larry Hall                              lhall@rfk.com
RFK Partners, Inc.                      http://www.rfk.com
838 Washington Street                   (508) 893-9779 - RFK Office
Holliston, MA 01746                     (508) 893-9889 - FAX


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]