|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-10-09 10:18 UTC] scherf at holyhome dot de
[2002-10-09 10:19 UTC] derick@php.net
[2002-10-09 11:48 UTC] scherf at holyhome dot de
[2002-10-09 14:58 UTC] scherf at holyhome dot de
[2002-10-10 06:01 UTC] scherf at holyhome dot de
[2002-10-12 04:53 UTC] scherf at holyhome dot de
[2002-10-12 09:43 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 14:00:02 2025 UTC |
While compiling with the following configuration: ./configure --with-pgsql=/usr --with-config-file-path=/etc/httpd --with-apxs=/usr/sbin/apxs --enable-trans-sid --enable-track-vars --with-mcrypt=/usr/bin --with-pdflib --with-recode --with-zip=/usr/local I get some Warnings, then "make" fails: /usr/local/src/php-4.2.3/ext/mysql/libmysql -I/usr/local/src/php-4.2.3/ext/xml/expat -DEAPI_MM -DSINGLE_LISTEN_UNSERIALIZED_ACCEPT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHARD_SERVER_LIMIT=2048 -DDYNAMIC_MODULE_LIMIT=128 -DLINUX=2 -DMOD_SSL=207101 -DEAPI -DUSE_EXPAT -I/usr/local/src/php-4.2.3/TSRM -g -O2 -prefer-pic -c internal_functions.c In file included from /usr/local/src/php-4.2.3/ext/recode/php_recode.h:44, from internal_functions.c:40: /usr/lib/gcc-lib/i486-suse-linux/2.95.2/include/stdbool.h:14: warning: `false' redefined /usr/local/fdftk/include/fdftk.h:50: warning: this is the location of the previous definition /usr/lib/gcc-lib/i486-suse-linux/2.95.2/include/stdbool.h:15: warning: `true' redefined /usr/local/fdftk/include/fdftk.h:47: warning: this is the location of the previous definition In file included from /usr/local/src/php-4.2.3/ext/recode/php_recode.h:44, from internal_functions.c:40: /usr/lib/gcc-lib/i486-suse-linux/2.95.2/include/stdbool.h:9: parse error before `0' make[2]: *** [internal_functions.lo] Error 1 make[2]: Leaving directory `/usr/local/src/php-4.2.3/main' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/php-4.2.3/main' make: *** [all-recursive] Error 1 Any Suggestions?