after struggling some more, i've discovered that for some reason, in my php4apache compilation, the value of REGEX is set to 0. Therefore vc++ is trying to do:
#if REGEX .. snip .. #elif REGEX == 0 #include <regex.h> #ifndef _REGEX_H_ #define _REGEX_H_ 1 #endif #endif i have updated my php cvs tree. i realize that the standard snap build doesn't have this problem, but i can't see why I have this problem. Can anyone offer advice on this? Or is there a win32 buildmeister that I could talk to off the list for help ? dave -----Original Message----- From: Dave Viner [mailto:dviner@;yahoo-inc.com] Sent: Tuesday, November 12, 2002 2:35 PM To: Php-Dev@lists. php. net Subject: [PHP-DEV] php4apache on win32 regex problem? has anyone seen this error on win32 php4apache? --------------------Configuration: php4apache - Win32 Release_TS-------------------- Compiling... mod_php4.c ..\..\main\php_regex.h(39) : fatal error C1083: Cannot open include file: 'regex.h': No such file or directory php_apache.c ..\..\main\php_regex.h(39) : fatal error C1083: Cannot open include file: 'regex.h': No such file or directory sapi_apache.c ..\..\main\php_regex.h(39) : fatal error C1083: Cannot open include file: 'regex.h': No such file or directory Error executing cl.exe. is there some cygwin package that I need to install in order to obtain the regex.h header file ? thanks dave -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php