Re: [exim] PCRE_PRERELEASE

Top Page
Delete this message
Reply to this message
Author: Darren Honeyball
Date:  
To: exim-users
Subject: Re: [exim] PCRE_PRERELEASE
On 26 Jan 2011, at 10:40, Neil Youngman wrote:

> Exim 4.74 won't build on RHEL4 because RHEL 4 is on PCRE version 3.5 and that doesn't define PCRE_PRERELEASE.


I'm having the same issue on SLES 10 SP2, where 4.73 compiled with no issues:

gcc exim.c
exim.c: In function ‘show_whats_supported’:
exim.c:935: error: ‘PCRE_PRERELEASE’ undeclared (first use in this function)
exim.c:935: error: (Each undeclared identifier is reported only once
exim.c:935: error: for each function it appears in.)
exim.c:935: error: expected ‘)’ before string constant
make[1]: *** [exim.o] Error 1
make[1]: Leaving directory `/build/exim-mysql/tmp/exim-4.74/build-Linux-x86_64'
make: *** [all] Error 2

D