ID: 27638
Comment by: blake at mediafence dot com
Reported By: msisolak at yahoo dot com
Status: Assigned
Bug Type: Compile Failure
Operating System: Windows 2000
PHP Version: 5.0.0RC1
Assigned To: wez
New Comment:
clean: clean-sapi
@echo Cleaning build dirs
@for %D in (_x $(BUILD_DIRS_SUB)) do @if exist @del /F /Q %D\*.* >
NUL
[EMAIL PROTECTED] /F /Q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.lib
$(BUILD_DIR)\*.ilk
$(BUILD_DIR)\*.pdb $(BUILD_DIR)\*.exp $(PHPDEF)
$(BUILD_DIR)\php-$(PHP_VERSION_STRING).zip > NUL
-rmdir /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
Probably should be:
clean: clean-sapi
@echo Cleaning build dirs
@for %D in (_x $(BUILD_DIRS_SUB)) do @if exist @del /F /Q %D\*.* >
NUL
[EMAIL PROTECTED] /F /Q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.lib
$(BUILD_DIR)\*.ilk
$(BUILD_DIR)\*.pdb $(BUILD_DIR)\*.exp $(PHPDEF)
$(BUILD_DIR)\php-$(PHP_VERSION_STRING).zip > NUL
-rmdir /s /q $(BUILD_DIR)\
Previous Comments:
------------------------------------------------------------------------
[2004-04-07 06:09:33] [EMAIL PROTECTED]
The new build system sucks.. :)
------------------------------------------------------------------------
[2004-03-18 14:40:55] msisolak at yahoo dot com
Description:
------------
Aftering running a Windows 2000 build with "nmake" (configured with
"cscript //nologo configure.js
--with-extra-includes=..\openssl-0.9.7c\include;..\iconv-1.9.1\include;..\libxml2-2.6.6\include;..\freetype-2.1.7-1\include;..\libjpeg-6b-1\include;..\libpng-1.2.5\include
--with-extra-libs=..\openssl-0.9.7c\lib;..\iconv-1.9.1\lib;..\libxml2-2.6.6\lib;..\freetype-2.1.7-1\lib;..\libjpeg-6b-1\lib;..\libpng-1.2.5\lib
--without-libxml --without-simplexml --without-xml --without-dom
--without-wddx --without-iconv --with-gd=shared --with-sqlite=shared
--with-mssql --with-openssl --enable-isapi"), I ran "nmake clean".
While it did remove the files in the root Release_TS directory, it
didn't remove any of the compiled object files in the Release_TS\ext\*,
Release_TS\Zend, Release_TS\win32, Release_TS\sapi\*, Release_TS\main,
Release_TS\regex, or Release_TS\TSRM directories.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=27638&edit=1