Hi,
I wanted to report this on a seperate thread to avoid confusion. I am
attempting to build PHP on windows and failing. I am attempting to run
nmake clean and failing. Output from the first time:
C:\src\php-5.3.1>nmake clean
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.
Cleaning SAPI
Cleaning distribution build dirs
rd /s /q Debug\php-5.3.1
The system cannot find the file specified.
------END-------
And the second time:
C:\src\php-5.3.1>nmake clean
Microsoft (R) Program Maintenance Utility Version 9.00.30729.01
Copyright (C) Microsoft Corporation. All rights reserved.
Cleaning SAPI
Could Not Find C:\src\php-5.3.1\Debug\php5_debug.dll
Cleaning distribution build dirs
Could Not Find C:\src\php-5.3.1\Debug\*.res
rd /s /q Debug\php-5.3.1
The system cannot find the file specified.
C:\src\php-5.3.1>gvim configure.output
C:\src\php-5.3.1>configure --disable-zts --enable-debug --enable-crt-debug
--enable-cli-win32 --with-openssl --enable-soap --
with-xsl --with-extra-includes=c:\src\win32build\include;c:\OpenSSL\include
--with-extra-libs=c:\src\win32build\lib;c:\OpenSS
L\lib
------END-------
Is this considered a bug in the makefile?