[pcre-dev] [Bug 874] PCRE 7.9 does not compile on AIX

Top Page
Delete this message
Author: Craig Silverstein
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 874] PCRE 7.9 does not compile on AIX
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=874




--- Comment #3 from Craig Silverstein <csilvers@???> 2009-08-05 16:26:45 ---
Hmm, I don't have an AIX box to test with, but it sounds like a name
mangling issue. What happens if, in pcrecpp.cc, you cahnge
#include <ctype.h>
to
#include <cctype>

and
#include <assert.h>
to
#include <cassert>
?

If that works, I'll make up a patch for the next pcre release.

craig


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email