Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37570 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 32953 invoked from network); 10 May 2008 11:08:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 May 2008 11:08:50 -0000 Authentication-Results: pb1.pair.com header.from=steph@zend.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=steph@zend.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain zend.com does not designate 64.97.136.183 as permitted sender) X-PHP-List-Original-Sender: steph@zend.com X-Host-Fingerprint: 64.97.136.183 smtpout0183.sc1.he.tucows.com Solaris 8 (1) Received: from [64.97.136.183] ([64.97.136.183:52358] helo=n066.sc1.he.tucows.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 20/90-26906-14285284 for ; Sat, 10 May 2008 07:08:50 -0400 Received: from sc1-out04.emaildefenseservice.com (64.97.139.2) by n066.sc1.he.tucows.com (7.2.069.1) id 4769F91801082D61; Sat, 10 May 2008 11:08:42 +0000 X-SpamScore: 2 X-Spamcatcher-Summary: 2,0,0,b8dfc9c95f09d98e,c897e594abca0c0b,steph@zend.com,-,RULES_HIT:152:355:379:539:540:541:542:543:567:599:601:973:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1539:1587:1593:1594:1676:1711:1730:1747:1766:1792:2073:2075:2078:2393:2553:2559:2562:2909:3027:3352:3622:3865:3868:3870:3872:3873:3874:4250:5007:6119:6261:7875:7903,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL: none,TSO:0 X-Spamcatcher-Explanation: Received: from foxbox (host86-130-56-54.range86-130.btcentralplus.com [86.130.56.54]) (Authenticated sender: steph.fox) by sc1-out04.emaildefenseservice.com (Postfix) with ESMTP; Sat, 10 May 2008 11:08:41 +0000 (UTC) Message-ID: <004101c8b28e$5ce94230$4001a8c0@foxbox> Reply-To: "Steph Fox" To: "Hector Santos" , "internals Mailing List" References: <10845a340805070942k435c9886j267a90bb8dc44b07@mail.gmail.com> <7f3ed2c30805071317l5faf1785s5e7422ea77b1bcb7@mail.gmail.com> <10845a340805080204i2c84a818w104cb11df0610250@mail.gmail.com> <013301c8b11b$22c24710$4001a8c0@foxbox> <10845a340805080805s53314162ybc23fca6c0b781e5@mail.gmail.com> <015501c8b125$0340e4f0$4001a8c0@foxbox> <10845a340805090324l5abab0ecx7e9ebe2ad39fbcce@mail.gmail.com> <008d01c8b1c2$1a67c840$4001a8c0@foxbox> <10845a340805090359w3b515266pef5892ebd61b32d3@mail.gmail.com> <48243D86.8000104@isdg.net> <10845a340805090508w9ea8196s2533f5be96c5a8ff@mail.gmail.com> <4824B9DE.4060100@isdg.net> Date: Sat, 10 May 2008 12:09:43 +0100 Organization: Zend Technologies MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: [PHP-DEV] Win32 Makefile template patch. From: steph@zend.com ("Steph Fox") Hi Hector, > I can confirm that nmake v6 from VS C/C++ 6.00 did not exhibit the > problem. However nnake (v8) from VS 2005 does exhibit the problem. > Richard was using nmake v9 (VS 2008). > > The problem begins with having /cygwin/bin folder in the PATH statement > and RMDIR.EXE found in this folder by nmake (v8, v9). That would explain why I thought it was something in his setup :) thank you for clearing up the mystery. I committed Richard's changes in 5_3 branch (only, for now) yesterday. Wietse may well be correct about the explicit cmd /c being more robust, but posted after that commit. - Steph