Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6766 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9584 invoked by uid 1010); 3 Jan 2004 11:21:58 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 9559 invoked from network); 3 Jan 2004 11:21:57 -0000 Received: from unknown (HELO mta4-svc.business.ntl.com) (62.253.164.44) by pb1.pair.com with SMTP; 3 Jan 2004 11:21:57 -0000 Received: from steph2 ([81.103.147.219]) by mta4-svc.business.ntl.com (InterMail vM.4.01.03.37 201-229-121-137-20020806) with SMTP id <20040103112156.GBCI13664.mta4-svc.business.ntl.com@steph2>; Sat, 3 Jan 2004 11:21:56 +0000 Reply-To: To: "Daniel Convissor" , "PHP Internals List" Date: Sat, 3 Jan 2004 11:36:25 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20040103042347.GA27644@panix.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Subject: RE: [PHP-DEV] win32 build system and VS .NET From: steph@php.net ("Steph") References: <20040103042347.GA27644@panix.com> As Jon suggested, taking bindlib_w32 from CVS rather than from the build zip makes more sense. 1. the build zip isn't up to date unless someone fixed this over the past week, 2. the bindlib_w32 dir should be at the top level. > -----Original Message----- > From: Daniel Convissor [mailto:danielc@analysisandsolutions.com] > Sent: 03 January 2004 04:24 > To: PHP Internals List > Subject: [PHP-DEV] win32 build system and VS .NET > > > Greetings: > > I obtained a copy of Visual Studio .NET and tried to build PHP 5 from the > current source. Ran into some problems when it came to the configure.js > step. Here are the steps I took... > > Start VS .NET command prompt > > mkdir php5 > mkdir php5\win32 > mkdir php5\win32\build > > [Obtain zip from http://www.php.net/extra/win32build.zip] > unzip f:\php\win32build--2004.01.02.zip -d php5 > > cvs -d :pserver:cvsread@cvs.php.net:/repository co -d php5\bindlib_w32 > bindlib_w32 > > cvs -d :pserver:cvsread@cvs.php.net:/repository co -d phpbuild > php-src/win32/build > xcopy phpbuild php5\win32\build > > cvs -d :pserver:cvsread@cvs.php.net:/repository co -d php5 php-src > > cd php5 > buildconf.bat > cscript /nologo configure.js --without-gd --without-libxml --disable-zlib > --without-iconv > > Saving configure options to config.nice.bat > Checking for cl.exe ... > Checking for link.exe ... > Checking for nmake.exe ... > Checking for lib.exe ... > Checking for bison.exe ... > Checking for flex.exe ... > Checking for re2c.exe ... > Checking for zip.exe ... > Checking for lemon.exe ... > Checking for arpa\nameser.h ... > Checking for arpa\nameser.h ... > ERROR: We really need that arpa\nameser.h file - it is part of the > win32build package > > > So, it looks like Visual Studio .NET isn't going to cut it, huh? > > Also, what's up with arpa\namser.h not being found? > > --Dan > > -- > T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y > data intensive web and database programming > http://www.AnalysisAndSolutions.com/ > 4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php