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

トップ ページ
このメッセージを削除
著者: Ze'ev Atlas
日付:  
To: Philip Hazel, Pcre Exim
題目: Re: [pcre-dev] Some issues in compiling PCRE2
It looks like the IBM version of stdint.h either does not have UINT32_MAX or I need to do something to reveal it.  I will handle the situation. 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