Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6924 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65692 invoked by uid 1010); 9 Jan 2004 10:20:36 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 65668 invoked from network); 9 Jan 2004 10:20:35 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 9 Jan 2004 10:20:35 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 5CFA61488089; Fri, 9 Jan 2004 02:17:53 -0800 (PST) Received: from obsidian (zaneeb.thebrainroom.net [82.133.1.138]) by mx.thebrainroom.net (Postfix) with ESMTP id A016D1488087; Fri, 9 Jan 2004 02:17:50 -0800 (PST) Message-ID: <039d01c3d699$f8d62530$8802a8c0@obsidian> To: "Greg Beaver" Cc: References: <20040108015811.9902.qmail@pb1.pair.com> <01da01c3d594$76c2a650$8802a8c0@obsidian> <3FFE25DC.4050706@chiaraquartet.net> Date: Fri, 9 Jan 2004 10:18:47 -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=-0.9 required=5.0 tests=AWL,BAYES_30,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") Hi Greg, Yep, always run buildconf.bat after you cvs update or if you modified one of the config.w32 file. I need to tweak something with SPL build, but until then, checking out pecl so it sits in the same dir as php-src should do the trick; the build system will find all the pecl extensions there when you run buildconf. --Wez. ----- Original Message ----- From: "Greg Beaver" To: "Wez Furlong" Cc: Sent: Friday, January 09, 2004 3:54 AM Subject: Re: [PHP-DEV] problem with win32 build > Hi Wez, > > Thanks for you help so far. I decided to re-download php-src and start > over from scratch, I suspect the problem was that I didn't re-run > buildconf.bat. > > I have one other issue that I'm sure can be fixed easily, I need to know > how I should grab SPL so that simplexml can compile. The build works > now though, so for future idiots, it's good to remind us to always run > buildconf before configure.js is run > > Thanks, > Greg > > >