RE: [PHP-DEV] php4apache on win32 regex problem?

2002-11-13 Thread Dave Viner
 ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32  #
ADD BASE RSC /l 0x409 /d "NDEBUG" @@ -80,7 +80,7 @@
 # ADD BSC32 /nologo  LINK32=link.exe  # ADD BASE LINK32 kernel32.lib
user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib
ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll
/machine:I386 -# ADD LINK32 php4ts_debug.lib ApacheCore.lib kernel32.lib
user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib
ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo
/base:"0x6000" /version:4.0 /dll /incremental:yes /debug /machine:I386
/out:"..\..\Debug_TS/php4apache.dll" /pdbtype:sept
/libpath:"..\..\..\php_build\apache\src\cored" /libpath:"..\..\Debug_TS"
/libpath:"..\..\TSRM\Debug_TS" /libpath:"..\..\Zend\Debug_TS" +# ADD LINK32
php4ts_debug.lib ApacheCore.lib kernel32.lib user32.lib gdi32.lib
winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib
uuid.lib odbc32.lib odbccp32.lib /nologo /base:"0x6000" /version:4.0
/dll /incremental:yes /debug /machine:I386
/out:"..\..\Debug_TS/php4apache.dll" /pdbtype:sept
/libpath:"..\..\..\php_build\apache\src\cored" /libpath:"C:\Program
Files\Apache Group\Apache\libexec" /libpath:"..\..\Debug_TS"
/libpath:"..\..\TSRM\Debug_TS" /libpath:"..\..\Zend\Debug_TS"!ELSEIF
"$(CFG)" == "php4apache - Win32 Release_TS_inline"   @@ -96,7 +96,7 @@
 # PROP Ignore_Export_Lib 0  # PROP Target_Dir ""  # ADD BASE CPP /nologo
/MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL"
/D "APACHEPHP4_EXPORTS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I
"...\..\include" /I "..\..\win32" /I "..\..\Zend" /I "..\.." /I
"..\..\..\bindlib_w32" /I "..\..\..\php_build\apache\src\include" /I
"..\..\main" /I "..\..\TSRM" /D ZEND_DEBUG=0 /D "ZEND_WIN32_FORCE_INLINE" /D
"NDEBUG" /D "ZTS" /D "ZEND_WIN32" /D "PHP_WIN32" /D "_WINDOWS" /D "_USRDLL"
/D "APACHEPHP4_EXPORTS" /D "WIN32" /D "_MBCS" /D "APACHE_READDIR_H" /YX /FD
/c +# ADD CPP /nologo /MD /W3 /GX /O2 /I "...\..\include" /I "..\..\win32"
/I "..\..\Zend" /I "..\.." /I "..\..\..\bindlib_w32" /I
"..\..\..\php_build\apache\src\include" /I "C:\Program Files\Apache
Group\Apache\include" /I "..\..\main" /I "..\..\TSRM" /I "..\..\regex" /D
ZEND_DEBUG=0 /D "ZEND_WIN32_FORCE_INLINE" /D "NDEBUG" /D "ZTS" /D
"ZEND_WIN32" /D "PHP_WIN32" /D "_WINDOWS" /D "_USRDLL" /D
"APACHEPHP4_EXPORTS" /D "WIN32" /D "_MBCS" /D "APACHE_READDIR_H" /YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32  # ADD MTL /nologo /D
"NDEBUG" /mktyplib203 /win32  # ADD BASE RSC /l 0x409 /d "NDEBUG"
=  END PATCH ==

-Original Message-
From: Edin Kadribasic [mailto:edink@;proventum.net]
Sent: Wednesday, November 13, 2002 3:59 PM
To: Dave Viner; Php-Dev@lists. php. net
Subject: Re: [PHP-DEV] php4apache on win32 regex problem?


..\..\regex needs to be included in the include path in php4apache.dsp.

Edin

- Original Message -
From: "Dave Viner" <[EMAIL PROTECTED]>
To: "Php-Dev@lists. php. net" <[EMAIL PROTECTED]>
Sent: Thursday, November 14, 2002 12:35 AM
Subject: RE: [PHP-DEV] php4apache on win32 regex problem?


> 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 
> #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
>
>
>



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP-DEV] php4apache on win32 regex problem?

2002-11-13 Thread Edin Kadribasic
..\..\regex needs to be included in the include path in php4apache.dsp.

Edin

- Original Message -
From: "Dave Viner" <[EMAIL PROTECTED]>
To: "Php-Dev@lists. php. net" <[EMAIL PROTECTED]>
Sent: Thursday, November 14, 2002 12:35 AM
Subject: RE: [PHP-DEV] php4apache on win32 regex problem?


> 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 
> #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
>
>
>


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DEV] php4apache on win32 regex problem?

2002-11-13 Thread Dave Viner
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 
#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




[PHP-DEV] php4apache on win32 regex problem?

2002-11-12 Thread Dave Viner
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 
To unsubscribe, visit: http://www.php.net/unsub.php