Hi Everyone:
The PCRE breakage on Windows referenced here:
http://www.zend.com/lists/php-dev/200306/msg00781.html
...appears to be back once again, but this time on a regular Linux box
with GCC 3.2.2. I get:
ext/pcre/pcrelib/pcre.c: In function pcre_config': ext/pcre/pcrelib/pcre.c:611:POSIX_MALLOC_THRESHOLD' undeclared (first use in this function)
ext/pcre/pcrelib/pcre.c:611:
(Each undeclared identifier is reported only once for each function it
appears in.)
It's easy to work around with a manual #define (Google shows a typical
value to be 10) - I just thought I'd report it here.
Thanks,
- Dave
dave@codewhore.org
Get more recent snapshot, it compiles just fine on win32
already.
--Jani
Hi Everyone:
The PCRE breakage on Windows referenced here:
http://www.zend.com/lists/php-dev/200306/msg00781.html...appears to be back once again, but this time on a regular Linux box
with GCC 3.2.2. I get:ext/pcre/pcrelib/pcre.c: In function
pcre_config': ext/pcre/pcrelib/pcre.c:611:POSIX_MALLOC_THRESHOLD' undeclared (first use in this function)
ext/pcre/pcrelib/pcre.c:611:
(Each undeclared identifier is reported only once for each function it
appears in.)It's easy to work around with a manual #define (Google shows a typical
value to be 10) - I just thought I'd report it here.Thanks,
- Dave
dave@codewhore.org
|
| Get more recent snapshot, it compiles just fine on win32
| already.
|
| On Tue, 29 Jul 2003, David Brown wrote:
|
| >Hi Everyone:
| >
| >The PCRE breakage on Windows referenced here:
| > http://www.zend.com/lists/php-dev/200306/msg00781.html
| >
| >...appears to be back once again, but this time on a regular Linux box
| >with GCC 3.2.2. I get:
This is on a regular Linux box with CVS HEAD. Is there anything more
recent?
- Dave
|
| Get more recent snapshot, it compiles just fine on win32
| already.
|
| On Tue, 29 Jul 2003, David Brown wrote:
|
| >Hi Everyone:
| >
| >The PCRE breakage on Windows referenced here:
| > http://www.zend.com/lists/php-dev/200306/msg00781.html
| >
| >...appears to be back once again, but this time on a regular Linux box
| >with GCC 3.2.2. I get:This is on a regular Linux box with CVS HEAD. Is there anything more
recent?
http://snaps.php.net/
--Jani