Re: CODE: VC6.0

From: Steven (rais69@gaston.net)
Date: 08/04/99


those files that it pointed to were in the util sub-directory, I
back and made them say:
 #include "..\conf.h"

as well as some others, and it picked them up then.  Now
I'm getting all kinds of errors, like globals it's not picking
up or something.  The kill(bla,bla) function isn't recognized
by the compiler.  Most of my problems seem to be in the
sign.c file:

----------------
c:\my documents\projects\circle\circle\util\sign.c(94) :
 error C2065: 'STDIN_FILENO' : undeclared identifier
c:\my documents\projects\circle\circle\util\sign.c(119) :
 warning C4013: 'waitpid' undefined; assuming extern returning int
c:\my documents\projects\circle\circle\util\sign.c(119) :
 error C2065: 'WNOHANG' : undeclared identifier
c:\my documents\projects\circle\circle\util\sign.c(121) :
 error C2065: 'SIGCHLD' : undeclared identifier
c:\my documents\projects\circle\circle\util\sign.c(137) :
warning C4013: 'fork' undefined; assuming extern returning int
---------------

Then two for the autowiz.c too:

---------------
c:\my documents\projects\circle\circle\util\autowiz.c(245) :
 warning C4013: 'kill' undefined; assuming extern returning int
c:\my documents\projects\circle\circle\util\autowiz.c(245) :
 error C2065: 'SIGUSR1' : undeclared identifier
---------------

There were a few places that were easy fixes like
signed/unsigned mismatches where I just type casted
(int) on one side and that fixed, and another where I
had to type cast (short) on a few.. but now I'm trying
to track down why the errors above are coming in.

BTW, you guys are being of tremendous help.
Thanks again,

*DM*

     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     |  http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html  |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/15/00 PST