Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:3669 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43895 invoked from network); 31 Jul 2003 18:56:02 -0000 Received: from unknown (HELO netphobia.fi) (213.243.181.8) by pb1.pair.com with SMTP; 31 Jul 2003 18:56:02 -0000 Received: from localhost (jani@localhost) by netphobia.fi (8.11.6/8.11.6) with ESMTP id h6VIu0J01276; Thu, 31 Jul 2003 21:56:00 +0300 X-Authentication-Warning: netphobia.fi: jani owned process doing -bs Date: Thu, 31 Jul 2003 21:56:00 +0300 (EEST) Sender: jani@netphobia.fi Reply-To: Jani Taskinen To: Uwe Schindler cc: internals@lists.php.net In-Reply-To: <5.2.0.9.0.20030731133400.02b19468@pop3.web.de> Message-ID: References: <5.2.0.9.0.20030731133400.02b19468@pop3.web.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Warnings during EXPAT compilation in 4.3.3RC2 From: sniper@iki.fi (Jani Taskinen) Try compiling this: http://prdownloads.sourceforge.net/expat/expat-1.95.6.tar.gz?download You propably get the same warnings? (using GCC, with native CC your propably don't get them) --Jani On Thu, 31 Jul 2003, Uwe Schindler wrote: >Tested today 4.3.3RC2 and got a lot of warning during compilation on >Solaris 2.9, gcc 2.95: > >/bin/sh /pangaea/install/php-4.3.3RC2/libtool --silent --preserve-dup-deps >--mode=compile /pangaea/install/php-4.3.3RC2/meta_ccld -DBYTEORDER=4321 >-Iext/xml/ -I/pangaea/install/php-4.3.3RC2/ext/xml/ -DPHP_ATOM_INC >-I/pangaea/install/php-4.3.3RC2/include >-I/pangaea/install/php-4.3.3RC2/main -I/pangaea/install/php-4.3.3RC2 >-I/pangaea/webserver/plugins/include -I/pangaea/install/php-4.3.3RC2/Zend >-I/edvs1/edvsoft/SYBASE.1003/sybase/include >-I/pangaea/install/php-4.3.3RC2/ext/xml/expat -D_POSIX_PTHREAD_SEMANTICS >-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT >-I/pangaea/install/php-4.3.3RC2/TSRM -g -O2 -pthreads -DZTS -prefer-pic >-c /pangaea/install/php-4.3.3RC2/ext/xml/expat/xmlrole.c -o >ext/xml/expat/xmlrole.lo >In file included from /pangaea/install/php-4.3.3RC2/ext/xml/expat/xmlrole.h:14, > from >/pangaea/install/php-4.3.3RC2/ext/xml/expat/xmlrole.c:16: >/pangaea/install/php-4.3.3RC2/ext/xml/expat/xmltok.h:143: warning: >`regparm' attribute directive ignored >/pangaea/install/php-4.3.3RC2/ext/xml/expat/xmltok.h:144: warning: >`regparm' attribute directive ignored >/pangaea/install/php-4.3.3RC2/ext/xml/expat/xmltok.h:149: warning: >`regparm' attribute directive ignored >/pangaea/install/php-4.3.3RC2/ext/xml/expat/xmltok.h:280: warning: >`regparm' attribute directive ignored >/pangaea/install/php-4.3.3RC2/ext/xml/expat/xmltok.h:281: warning: >`regparm' attribute directive ignored >/pangaea/install/php-4.3.3RC2/ext/xml/expat/xmlrole.c:114: warning: >`regparm' attribute directive ignored >.... > > >Configure: >CC=gcc ./configure --prefix=/pangaea/PHP4 --disable-cli >--with-nsapi=/pangaea/webserver --with-sybase-ct=$SYBASE >--without-mysql --enable-sysvshm --enable-sysvsem --enable-ftp >--enable-versioning --enable-session --enable-trans-sid --with-zlib > > >