[imapfilter-devel] IMAPFilter 1.3
Bernie Maier
lister+imapfilter at blurk.net
Sat Feb 17 00:22:24 EET 2007
Michael Skibbe:
> is it possible that the bz2 do not contain the file pcre.h?
>
> FILE_SHAREDIR='""' -I/usr/local/include -c -o pcre.o pcre.c
> pcre.c:9:18: error: pcre.h: No such file or directory
As has been pointed out, pcre.h is provided in the PCRE library.
One tricky thing, however, is that either depending on the age of the
installed PCRE library, or the OS distribution (I haven't verified
which is the case), pcre.h is installed in different locations.
I recall that it is in /usr/include/pcre.h on Debian 3.1 but in
/usr/include/pcre/pcre.h in Red Hat-like distributions.
Since I have not tried to build IMAPFilter 1.3 myself, I don't know
whether its configure script sets the correct -I compiler command line
option for the installed PCRE library. From the error here, I suspect
not.
Cheers,
Bernie
More information about the Imapfilter-devel
mailing list