Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:8079 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98361 invoked by uid 1010); 23 Feb 2004 09:51:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 98315 invoked from network); 23 Feb 2004 09:51:18 -0000 Received: from unknown (HELO sapo.pt) (212.55.154.25) by pb1.pair.com with SMTP; 23 Feb 2004 09:51:18 -0000 Received: (qmail 8680 invoked from network); 23 Feb 2004 09:51:17 -0000 Received: from unknown (HELO sapo.pt) (10.134.35.151) by relay5 with SMTP; 23 Feb 2004 09:51:17 -0000 Received: (qmail 11383 invoked from network); 23 Feb 2004 09:50:15 -0000 Received: from unknown (HELO pc07653) (nunoplopes@sapo.pt@[81.193.142.246]) (envelope-sender ) by mta1 (qmail-ldap-1.03) with SMTP for ; 23 Feb 2004 09:50:15 -0000 Message-ID: <005801c3f9f3$11cca7e0$0100a8c0@pc07653> To: "PHPdev" Date: Mon, 23 Feb 2004 09:54:43 -0000 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 Subject: snaps not compiling From: nlopess@php.net ("Nuno Lopes") snaps.php.net is not compiling PHP 5 for windows. From http://snaps.php.net/win32/snapshot.log: compat.c ext\xml\compat.c(272) : error C2078: too many initializers ext\xml\compat.c(317) : error C2039: 'sax2' : is not a member of '_xmlParserCtxt' ..\php_build\include\libxml/parser.h(161) : see declaration of '_xmlParserCtxt' ext\xml\compat.c(403) : error C2039: 'lastError' : is not a member of '_xmlParserCtxt' ..\php_build\include\libxml/parser.h(161) : see declaration of '_xmlParserCtxt' ext\xml\compat.c(403) : error C2065: 'XML_ERR_WARNING' : undeclared identifier xml.c NMAKE : fatal error U1077: '"cl.exe"' : return code '0x2' Stop. NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio\VC98\bin\NMAKE.EXE"' : return code '0x2' Stop. Nuno