[IRCServices] Errors compiling ircservices

Matt Lewandowsky matt.l at techie.com
Tue Oct 17 16:54:39 PDT 2000


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I seem to be unable to get services to compile under Win32/Cygwin for 
UnrealIRCd... (If I had a more *nix-y box that I could use I would.) I get 
the following warnings, however this shouldn't cause the make to fail, 
should it? Below the output of trying to build services 4.3.3 and 4.4.8, 
please find some basic info on my setup... (The only change I've made to 
the stock distribution is changing the 'cp -p' test in the configure script 
so that it works with a .exe extension as given by gcc.)

Thank you for any assistance you may be able to provide. If you need 
further information, please ask. And I saw nothing about this in the known 
bugs list. (Although it *did* say Windows is unsupported. Though this looks 
more like gcc doesn't like something. And I hope I came to the right place 
with this...)

- --Matt

- --- BEGIN OUTPUT ---
mattl at mattlap:/cygdrive/c/windows/desktop/ircservices-4.3.3*115$ make
sh version.sh
gcc  -O2 -Wall -g -c akill.c
akill.c: In function `do_akill':
akill.c:390: `OPER_TOO_MANY_AKILLS' undeclared (first use in this function)
akill.c:390: (Each undeclared identifier is reported only once
akill.c:390: for each function it appears in.)
akill.c:403: `BAD_EXPIRY_TIME' undeclared (first use in this function)
akill.c:414: `BAD_USERHOST_MASK' undeclared (first use in this function)
akill.c:418: `OPER_AKILL_NO_NICK' undeclared (first use in this function)
akill.c:420: `OPER_AKILL_ADDED' undeclared (first use in this function)
akill.c:444: `READ_ONLY_MODE' undeclared (first use in this function)
akill.c:446: `OPER_AKILL_ADD_SYNTAX' undeclared (first use in this function)
akill.c:458: `OPER_AKILL_REMOVED' undeclared (first use in this function)
akill.c:472: `OPER_AKILL_NOT_FOUND' undeclared (first use in this function)
akill.c:475: `OPER_AKILL_DEL_SYNTAX' undeclared (first use in this function)
akill.c:485: `OPER_AKILL_LIST_HEADER' undeclared (first use in this function)
akill.c:488: `OPER_AKILL_LIST_FORMAT' undeclared (first use in this function)
akill.c:509: `STRFTIME_SHORT_DATE_FORMAT' undeclared (first use in this 
function)
akill.c:512: `OPER_AKILL_NO_EXPIRE' undeclared (first use in this function)
akill.c:515: `OPER_AKILL_EXPIRES_SOON' undeclared (first use in this function)
akill.c:523: `OPER_AKILL_EXPIRES_1M' undeclared (first use in this function)
akill.c:526: `OPER_AKILL_EXPIRES_M' undeclared (first use in this function)
akill.c:532: `OPER_AKILL_EXPIRES_1H1M' undeclared (first use in this function)
akill.c:536: `OPER_AKILL_EXPIRES_1HM' undeclared (first use in this function)
akill.c:541: `OPER_AKILL_EXPIRES_H1M' undeclared (first use in this function)
akill.c:545: `OPER_AKILL_EXPIRES_HM' undeclared (first use in this function)
akill.c:552: `OPER_AKILL_EXPIRES_1D' undeclared (first use in this function)
akill.c:555: `OPER_AKILL_EXPIRES_D' undeclared (first use in this function)
akill.c:559: `OPER_AKILL_VIEW_FORMAT' undeclared (first use in this function)
akill.c:567: `OPER_AKILL_SYNTAX' undeclared (first use in this function)
make: *** [akill.o] Error 1
mattl at mattlap:/cygdrive/c/windows/desktop/ircservices-4.4.8*117$ make
gcc  -O6 -mpentiumpro -Wall -g -c akill.c
akill.c: In function `do_akill':
akill.c:418: `OPER_TOO_MANY_AKILLS' undeclared (first use in this function)
akill.c:418: (Each undeclared identifier is reported only once
akill.c:418: for each function it appears in.)
akill.c:431: `BAD_EXPIRY_TIME' undeclared (first use in this function)
akill.c:439: `OPER_AKILL_NO_NICK' undeclared (first use in this function)
akill.c:440: `BAD_USERHOST_MASK' undeclared (first use in this function)
akill.c:452: `OPER_AKILL_MASK_TOO_GENERAL' undeclared (first use in this 
function)
akill.c:458: `OPER_AKILL_ADDED' undeclared (first use in this function)
akill.c:464: `OPER_AKILL_NO_EXPIRE' undeclared (first use in this function)
akill.c:472: `READ_ONLY_MODE' undeclared (first use in this function)
akill.c:474: `OPER_AKILL_ADD_SYNTAX' undeclared (first use in this function)
akill.c:486: `OPER_AKILL_REMOVED' undeclared (first use in this function)
akill.c:500: `OPER_AKILL_NOT_FOUND' undeclared (first use in this function)
akill.c:503: `OPER_AKILL_DEL_SYNTAX' undeclared (first use in this function)
akill.c:525: `OPER_AKILL_LIST_HEADER' undeclared (first use in this function)
akill.c:529: `OPER_AKILL_LIST_FORMAT' undeclared (first use in this function)
akill.c:563: `STRFTIME_SHORT_DATE_FORMAT' undeclared (first use in this 
function)
akill.c:570: `OPER_AKILL_EXPIRES_SOON' undeclared (first use in this function)
akill.c:617: `OPER_AKILL_VIEW_FORMAT' undeclared (first use in this function)
akill.c:625: `OPER_AKILL_COUNT' undeclared (first use in this function)
akill.c:628: `OPER_AKILL_SYNTAX' undeclared (first use in this function)
make: *** [akill.o] Error 1
mattl at mattlap:/cygdrive/c/windows/desktop/ircservices-4.4.8*118$ uname -a
CYGWIN_98-4.10 MATTLAP 1.1.4(0.26/3/2) 2000-08-03 20:53 i586 unknown
mattl at mattlap:/cygdrive/c/windows/desktop/ircservices-4.4.8*119$ gcc -v
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/specs
gcc version 2.95.2 19991024 (release-2)
mattl at mattlap:/cygdrive/c/windows/desktop/ircservices-4.4.8*120$ make -v
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i686-pc-cygwin
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
         Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <bug-make at gnu.org>.

mattl at mattlap:/cygdrive/c/windows/desktop/ircservices-4.4.8*121$ bash --version
GNU bash, version 2.04.0(3)-release (i686-pc-cygwin)
Copyright 1999 Free Software Foundation, Inc.
- --- END OUPUT ---
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBOezmv+oMko8dOmunEQK2UQCePPEajHepWNDtJA8v2BMmjaQBlPQAoK2A
d3U76S1YTMmJnqFAZgsima1b
=OxRR
-----END PGP SIGNATURE-----


---------------------------------------------------------------
To unsubscribe, send email to majordomo at snow.shadowfire.org
with "unsubscribe ircservices" in the body, without the quotes.