Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6840 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2893 invoked by uid 1010); 8 Jan 2004 03:08:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2869 invoked from network); 8 Jan 2004 03:08:37 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 8 Jan 2004 03:08:37 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id B53AC1488089; Wed, 7 Jan 2004 19:05:58 -0800 (PST) Received: from obsidian (zaneeb.thebrainroom.net [82.133.1.138]) by mx.thebrainroom.net (Postfix) with ESMTP id 1657A1488087; Wed, 7 Jan 2004 19:05:51 -0800 (PST) Message-ID: <01da01c3d594$76c2a650$8802a8c0@obsidian> To: , "Greg Beaver" References: <20040108015811.9902.qmail@pb1.pair.com> Date: Thu, 8 Jan 2004 03:06:50 -0000 Organization: The Brain Room Ltd. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_20,QUOTED_EMAIL_TEXT,REFERENCES version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-TBR-Filter: Virus scanned and defanged Subject: Re: [PHP-DEV] problem with win32 build From: wez@thebrainroom.com ("Wez Furlong") Is that really HEAD from today? Also, it is best if you set up your PATH before you run configure, and note that setting BISON and FLEX env vars will have no effect on the build. --Wez. ----- Original Message ----- From: "Greg Beaver" To: Sent: Thursday, January 08, 2004 1:58 AM Subject: [PHP-DEV] problem with win32 build > Hi, > > in late December right before beta 3, I compiled PHP 5 successfully from > HEAD using the new win32 build system. > > Today, I tried another compile, and came up empty. Anything obviously > changed that I missed? > > Here's a transcript: > > C:\L\php-src>C:\WINNT\SYSTEM32\cscript.exe /nologo configure.js > --enable-prefix=C:\php5 --with-php-build=C:\usr\local > --with-extra-includes=C:\usr\local\include > --with-extra-libs=C:\usr\local\lib --enable-debug --enable-apache > --with-apache > -includes=C:\l\apache-1.3.27\src\include > --with-apache-libs=C:\l\apache-1.3.27\src\lib > Saving configure options to config.nice.bat > Checking for cl.exe ... > Checking for link.exe ... > Checking for nmake.exe ... > Checking for make.exe ... > Checking for arpa\nameser.h ... ..\win32build\include > > Build dir: Debug_TS > PHP Core: php5ts_debug.dll and php5ts_debug.lib > > Checking for wspiapi.h ... > Enabling IPv6 support > Checking for httpd.h ... C:\Program Files\Apache Group\Apache\include > Checking for ApacheCore.lib ... C:\Program Files\Apache > Group\Apache\libexec > Enabling SAPI sapi\apache > Enabling SAPI sapi\cgi > Enabling SAPI sapi\cli > Enabling extension ext\bcmath > Enabling extension ext\calendar > Enabling extension ext\com_dotnet > Checking for mscoree.h ... > Enabling extension ext\ctype > Enabling extension ext\dom > Enabling extension ext\ftp > Checking for libjpeg.lib ... > Checking for libjpeg.lib ... > WARNING: gd not enabled; libraries and headers not found > > Checking for iconv.h ... C:\usr\local\include > Enabling extension ext\iconv > Checking for libxml2_a.lib ... C:\usr\local\lib > Checking for iconv_a.lib ... C:\usr\local\lib > Checking for libxml/parser.h ... C:\usr\local\include > Enabling extension ext\libxml > Enabling extension ext\odbc > Enabling extension ext\pcre > Enabling extension ext\session > Enabling extension ext\simplexml > Enabling extension ext\sqlite > Enabling extension ext\standard > Enabling extension ext\tokenizer > Enabling extension ext\wddx > Enabling extension ext\xml > Enabling extension ext\zlib > Checking for zlib_a ... > Checking for zlib_a ... > Checking for zlib.lib ... ..\win32build\lib > Checking for zlib.h ... ..\win32build\include > > Creating build dirs... > Generating files... > Generating Makefile > Generating main/internal_functions.c > Generating main/config.w32.h > Done. > > Type 'nmake' to build PHP > > C:\L\php-src>set PATH=C:\Program Files\Microsoft Visual Studio .NET > 2003\Common7 > \IDE;C:\Program Files\Microsoft Visual Studio .NET > 2003\VC7\BIN;C:\Program Files > \Microsoft Visual Studio .NET 003\Common7\Tools;C:\Program > Files\Microsoft Visua > l Studio .NET 2003\Common7\Tools\bin\prerelease;C:\Program > Files\Microsoft Visua > l Studio .NET 2003\Common7\Tools\bin;C:\Program > Files\Microsoft.NET\SDK\v1.1\bin > ;C:\WINNT\Microsoft.NET\Framework\v1.1.4322;C:\WINNT\system32;C:\WINT;C:\WIN NT\S > ystem32\Wbem;C:\Program Files\PC-Doctor for Windows\services;C:\Program > Files\Co > mmon Files\Adaptec > Shared\System;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wb > em;C:\Program Files\PC-Doctor for Windows\services;C:\Program > Files\Common Files > \Adaptec Shared\System;C:\Program Files\php;C:\php-gtk\php4;C:\usr\local\bin > > C:\L\php-src>set BISON=bison > > C:\L\php-src>set FLEX=flex > > C:\L\php-src>nmake > > Microsoft (R) Program Maintenance Utility Version 7.10.3077 > Copyright (C) Microsoft Corporation. All rights reserved. > > NMAKE : fatal error U1073: don't know how to make 'win32\phpts.def' > Stop. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > >