INN (2.2.1 and 2.2.2) compile problms
Toni Andjelkovic
toni at telecom.at
Wed Dec 15 09:03:27 UTC 1999
Dominique Kindt wrote on Wed, Dec 15 1999 (09:36:24 +0100):
> While compiling INN (with gcc 2.95.2 and perl 5.00503) I constantly get this
> error (both on versions 2.2.1 and 2.2.2)
> art.c:1873: `REG_ICASE' undeclared (first use in this function)
> art.c:1873: `REG_NOSUB' undeclared (first use in this function)
> I cannot see what is wrong (I vi'ed the code) and there seems to be no
> systax error at all!
nothing is wrong with the code,
it looks like you're missing a header-file on
your system, or it is in a non-standard location.
REG_ICASE is usually definded in /usr/include/regex.h;
have a look if there's such a file on your system,
and add the directory where it's found like
'GCFLAGS = -I/path/to/regex.h ...' in Makefile.global
cu,
--
Toni Andjelkovic - iT AUSTRIA, toni at telecom.at
More information about the inn-workers
mailing list