Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28540 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41532 invoked by uid 1010); 21 Mar 2007 17:30:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 41508 invoked from network); 21 Mar 2007 17:30:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Mar 2007 17:30:40 -0000 Received: from [127.0.0.1] ([127.0.0.1:21792]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id BE/58-09395-0CB61064 for ; Wed, 21 Mar 2007 12:30:40 -0500 X-Host-Fingerprint: 82.170.110.138 82-170-110-138.dsl.ip.12move.nl Received: from [82.170.110.138] ([82.170.110.138:14600] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7C/E1-09395-D9D51064 for ; Wed, 21 Mar 2007 11:30:24 -0500 Message-ID: <7C.E1.09395.D9D51064@pb1.pair.com> To: internals@lists.php.net Date: Wed, 21 Mar 2007 17:30:19 +0100 Lines: 37 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 X-RFC2646: Format=Flowed; Original X-Posted-By: 82.170.110.138 Subject: php6CVS cannot be compiled From: paulsohier@12move.nl ("paul sohier") Trying to compile php6 with next configure line: ../configure \ --with-curl \ --enable-fastcgi \ --with-mysql \ --without-mysqli \ --with-mbstring \ --enable-force-cgi-redirect \ --with-xpm \ --with-jpeg \ --with-png \ --with-zlib \ --with-tiff \ --with-zip \ --with-gd \ --with-ttf \ --with-freetype=/usr/include/freetype2/freetype \ --enable-discard-path \ --enable-gd-native-ttf \ --enable-freetype And I got the next compile error: /bin/sh /root/php/cvs/php6/libtool --silent --preserve-dup-deps --mode=compile cc -Iext/standard/ -I/root/php/cvs/php6/ext/standard/ -DPHP_ATOM_INC -I/root/php/cvs/php6/include -I/root/php/cvs/php6/main -I/root/php/cvs/php6 -I/usr/include/libxml2 -I/root/php/cvs/php6/pcrelib -I/root/php/cvs/php6/ext/date/lib -I/usr/include/mysql -I/root/php/cvs/php6/TSRM -I/root/php/cvs/php6/Zend -I/usr/include -g -O2 -c /root/php/cvs/php6/ext/standard/basic_functions.c -o ext/standard/basic_functions.lo /root/php/cvs/php6/ext/standard/basic_functions.c:45:34: error: zend_language_parser.h: No such file or directory make: *** [ext/standard/basic_functions.lo] Error 1