Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15985 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65883 invoked by uid 1010); 17 Apr 2005 19:48:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65860 invoked from network); 17 Apr 2005 19:48:36 -0000 Received: from unknown (HELO gastage.com) (127.0.0.1) by localhost with SMTP; 17 Apr 2005 19:48:36 -0000 X-Host-Fingerprint: 24.71.223.10 shawidc-mo1.cg.shawcable.net Received: from ([24.71.223.10:45852] helo=pd2mo3so.prod.shaw.ca) by pb1.pair.com (ecelerity 1.2.12rc1 r(5476:5477)) with SMTP id 43/CD-45330-39DB2624 for ; Sun, 17 Apr 2005 15:48:35 -0400 Received: from pd3mr7so.prod.shaw.ca (pd3mr7so-qfe3.prod.shaw.ca [10.0.141.23]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IF300C2VWCE24D0@l-daemon> for internals@lists.php.net; Sun, 17 Apr 2005 13:48:14 -0600 (MDT) Received: from pn2ml4so.prod.shaw.ca ([10.0.121.148]) by pd3mr7so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0IF300AMKWCEJ0H0@pd3mr7so.prod.shaw.ca> for internals@lists.php.net; Sun, 17 Apr 2005 13:48:14 -0600 (MDT) Received: from HP ([24.66.29.51]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with SMTP id <0IF30047TWCD3F@l-daemon> for internals@lists.php.net; Sun, 17 Apr 2005 13:48:14 -0600 (MDT) Date: Sun, 17 Apr 2005 13:50:08 -0600 In-reply-to: <11137668431680000@9866357972520000.9866341568840000> To: "Frank M. Kromann" Cc: internals@lists.php.net Message-ID: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal Subject: RE: [PHP-DEV] VC6 Win32 Build From: lacey@lacey.cc ("Terry R. Lacey") References: <11137668431680000@9866357972520000.9866341568840000> Great! Thanks Frank! I ran that and I now get this message: "Rebuilding configure.js Skipping ext/TSRM -- already have a module with that name Now run 'cscript /nologo configure.js --help'" There's no configure.js in the win32\build directory. I was able to finally compile the php Modules using the GUI. But I'd like to get the Command Line straightened out as well. Terry > -----Original Message----- > From: Frank M. Kromann [mailto:frank@kromann.info] > Sent: April 17, 2005 1:41 PM > To: Terry R. Lacey > Cc: internals@lists.php.net > Subject: Re: [PHP-DEV] VC6 Win32 Build > > > buildconf.bat should be located in the root of the source three > and contain > these two lines > > @echo off > cscript /nologo win32\build\buildconf.js > > if buildconf.js is executed this way it should not produce any errors or > arnings. > > - Frank > > > I'm also trying to Build php5ts using the VC6 Build Tools as recommended > in > > the file README.WIN32-BUILD-SYSTEM because I seem to be getting > absolutely > > nowhere using the GUI. When I open the Tools Command Prompt, there's > no > > buildconf.bat. So I ran buildconf.js and came up with the following > Window: > > > > Windows Script Host > > > > Script: buildconf.js > > Line: 22 > > Char: 1 > > Error: The handle is invalid. > > Code: 80070006 > > Source: NULL > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > >