PHP Windows Build System: NMAKE CLEAN

php.internals

Blake Schwendiman

22 years ago
I'm not sure if this is a problem with my configuration or with NMAKE, but I thought I should report it. If I find more information, I'll pass it on. Blake C:\Blake\php5\php5-200401192230>nmake clean Microsoft (R) Program Maintenance Utility Version 7.00.9466 Copyright (C) Microsoft Corporation. All rights reserved. Cleaning SAPI NMAKE : fatal error U1077: 'for' : return code '0x77fa88f0' Stop. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Blake Schwendiman PHP Books: http://www.lulu.com/intechrabooks

Wez Furlong

22 years ago
Do you also have a pecl checkout? If not, try deleting the PECL_TARGETS line from the generated makefile. --Wez. ----- Original Message ----- From: "Blake Schwendiman" <blake@smeadlink.com> To: <internals@lists.php.net> Sent: Tuesday, January 20, 2004 4:51 PM Subject: [PHP-DEV] PHP Windows Build System: NMAKE CLEAN

Blake Schwendiman

22 years ago
That was it. I got another error later, though, just FYI. ----- C:\Blake\php5\php5-200401192230>nmake clean Microsoft (R) Program Maintenance Utility Version 7.00.9466 Copyright (C) Microsoft Corporation. All rights reserved. Cleaning SAPI Could Not Find C:\Blake\php5\php5-200401192230\Debug_TS\php_calendar.dll Could Not Find C:\Blake\php5\php5-200401192230\Debug_TS\php_spl.dll Cleaning rmdir /s /q Debug_TS\php-5.0.0RC1-dev The system cannot find the file specified. ----- Blake -----Original Message----- From: Wez Furlong [mailto:wez@thebrainroom.com] Sent: Tuesday, January 20, 2004 9:58 AM To: Blake Schwendiman; internals@lists.php.net Subject: Re: [PHP-DEV] PHP Windows Build System: NMAKE CLEAN Do you also have a pecl checkout? If not, try deleting the PECL_TARGETS line from the generated makefile. --Wez. ----- Original Message ----- From: "Blake Schwendiman" <blake@smeadlink.com> To: <internals@lists.php.net> Sent: Tuesday, January 20, 2004 4:51 PM Subject: [PHP-DEV] PHP Windows Build System: NMAKE CLEAN
> I'm not sure if this is a problem with my configuration or with NMAKE, > but I thought I should report it. If I find more information, I'll
pass