Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:13033 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12909 invoked by uid 1010); 28 Sep 2004 02:13:53 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 9161 invoked from network); 28 Sep 2004 02:12:50 -0000 Received: from unknown (HELO mail.zend.com) (80.74.107.235) by pb1.pair.com with SMTP; 28 Sep 2004 02:12:50 -0000 Received: (qmail 21648 invoked from network); 28 Sep 2004 02:12:49 -0000 Received: from localhost (HELO AndiNotebook.zend.com) (127.0.0.1) by localhost with SMTP; 28 Sep 2004 02:12:49 -0000 Message-ID: <5.1.0.14.2.20040927190939.04a3e4f0@localhost> X-Sender: andi@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 27 Sep 2004 19:11:53 -0700 To: "Kamesh Jayachandran" ,internals@lists.php.net In-Reply-To: <1096114694.17442.205133663@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] issues in compiling the zend_execute.c in CVS HEAD From: andi@zend.com (Andi Gutmans) References: <1096114694.17442.205133663@webmail.messagingengine.com> What platform are you on? What compiler? (Netware?) Try and edit zend_vm.h: #ifndef ZEND_VM_OLD_EXECUTOR /*# define ZEND_VM_KIND ZEND_VM_KIND_CALL */ And uncomment the second line (forces PHP to use the function call handlers). Let me know what happens. Andi At 05:18 AM 9/25/2004 -0700, Kamesh Jayachandran wrote: >Hi All, > >I have updated the php to latest HEAD from then on compiling >zend_execute.c keeps hanging. > >This is the compile command I could see, > >/bin/sh /root/kamesh/work/php-src/libtool --silent --preserve-dup-deps >--mode=compile /root/kamesh/work/php-src/meta_ccld -IZend/ >-I/root/kamesh/work/php-src/Zend/ -DPHP_ATOM_INC >-I/root/kamesh/work/php-src/include -I/root/kamesh/work/php-src/main >-I/root/kamesh/work/php-src -I/root/kamesh/work/php-src/Zend >-I/usr/include/libxml2 -D_REENTRANT -I/root/kamesh/work/php-src/TSRM >-g -O2 -pthread -DZTS -prefer-pic -c >/root/kamesh/work/php-src/Zend/zend_execute.c -o Zend/zend_execute.lo > >With regards >Kamesh Jayachandran > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php