On Sun, 24 Apr 2005, Sander Temme wrote: > I usually build httpd with -DDEBUG, but on the trunk this now triggers a > problem in PCRE. With this -D, srclib/pcre/pcre.c #includes a file named > printint.c on line 543. This file in turn uses an array that is only available > when SUPPORT_UCP is defined. It looks like this is not the case on my platform > (Darwin), so this breaks the compile.
Thanks for your two messages and patches. I am slowly working on a new release of PCRE, and will look at them in due course. [I've been away, and there's a lot to catch up.] At a quick glance, it looks like I just screwed up with the conditional inclusions for those functions. In fact, the code has been re-arranged into separate files per function for the next release, so it would be a good idea for me to do test compiles with all possible variations of the support options. Regards, Philip -- Philip Hazel University of Cambridge Computing Service, [EMAIL PROTECTED] Cambridge, England. Phone: +44 1223 334714.
