Re: [pcre-dev] Some issues in compiling PCRE2

Top Page
Delete this message
Author: Ze'ev Atlas
Date:  
To: Philip Hazel, Pcre Exim
Subject: Re: [pcre-dev] Some issues in compiling PCRE2
I do not see that pcre2_printint.c should be compiled as its own unit!  Am I correct? Is that the reason for #2 below? Ze'ev Atlas


      From: Ze'ev Atlas <zatlas1@???>
 To: Philip Hazel <ph10@???>; Pcre Exim <pcre-dev@???> 
 Sent: Wednesday, July 8, 2015 9:10 PM
 Subject: Some issues in compiling PCRE2


Hi Philip
1. pcre2_compile.c (and some other modules) make use of a macro UINT32_MAX uint32_t limit_match = UINT32_MAX;Could you please tell me where is that defined.  Even if z/OS C does not have it, I can define it in config.h, but I'd rather do an #include to that header file (BTW how is that macro defined if the header is not available to me?)
2. Is it my wild imagination or is it true that pcre2_printint.c does not contain #include "pcre2_internal.h" (and some other crucial #include's as well) anymore?  Ze'ev Atlas