|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patchesext-intl-converter-converter.c.diff (last revision 2013-02-23 10:40 UTC by php-bugs-2013 at ryandesign dot com)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-02-23 10:52 UTC] php-bugs-2013 at ryandesign dot com
[2013-02-23 12:18 UTC] laruence@php.net
-Package: intl
+Package: Compile Failure
[2013-02-23 13:03 UTC] cataphract@php.net
[2013-02-23 13:03 UTC] cataphract@php.net
-Status: Open
+Status: Feedback
[2013-02-23 13:34 UTC] php-bugs-2013 at ryandesign dot com
[2013-02-23 13:34 UTC] php-bugs-2013 at ryandesign dot com
-Status: Feedback
+Status: Open
[2013-02-23 23:50 UTC] cataphract@php.net
[2013-02-23 23:50 UTC] cataphract@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: cataphract
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 15 03:00:02 2025 UTC |
Description: ------------ I'm the maintainer of PHP in MacPorts, trying to update our php55 packages. In 5.5.0alpha4 everything built fine but with 5.5.0alpha5 the intl extension does not build: /bin/sh /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_php/php55- intl/work/php-5.5.0alpha5/ext/intl/libtool --mode=compile /usr/bin/clang - I/opt/local/include -Wno-write-strings -I. - I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_php/php55- intl/work/php-5.5.0alpha5/ext/intl - DPHP_ATOM_INC - I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_php/php55- intl/work/php-5.5.0alpha5/ext/intl/include - I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_php/php55- intl/work/php-5.5.0alpha5/ext/intl/main - I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_php/php55- intl/work/php-5.5.0alpha5/ext/intl -I/opt/local/include/php55/php - I/opt/local/include/php55/php/main -I/opt/local/include/php55/php/TSRM - I/opt/local/include/php55/php/Zend -I/opt/local/include/php55/php/ext - I/opt/local/include/php55/php/ext/date/lib -I/opt/local/include - I/opt/local/include -I/opt/local/include -DHAVE_CONFIG_H -pipe -O2 -arch x86_64 -c /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_php/php55- intl/work/php-5.5.0alpha5/ext/intl/converter/converter.c -o converter/converter.lo mkdir converter/.libs /usr/bin/clang -I/opt/local/include -Wno-write-strings -I. - I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_php/php55- intl/work/php- 5.5.0alpha5/ext/intl -DPHP_ATOM_INC - I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_php/php55- intl/work/php-5.5.0alpha5/ext/intl/include - I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_php/php55- intl/work/php-5.5.0alpha5/ext/intl/main - I/opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_php/php55- intl/work/php-5.5.0alpha5/ext/intl -I/opt/local/include/php55/php - I/opt/local/include/php55/php/main -I/opt/local/include/php55/php/TSRM - I/opt/local/include/php55/php/Zend -I/opt/local/include/php55/php/ext - I/opt/local/include/php55/php/ext/date/lib -I/opt/local/include - I/opt/local/include -I/opt/local/include -DHAVE_CONFIG_H -pipe -O2 -arch x86_64 -c /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_php/php55- intl/work/php-5.5.0alpha5/ext/intl/converter/converter.c -fno-common -DPIC -o converter/.libs/converter.o /opt/local/var/macports/build/_Users_rschmidt_macports_dports_lang_php/php55- intl/work/php-5.5.0alpha5/ext/intl/converter/converter.c:24:10: fatal error: 'ext/intl/intl_error.h' file not found #include "ext/intl/intl_error.h" ^ 1 error generated. This appears to be because the root of the source directory (the php-5.5.0alpha5 directory) is not mentioned in a -I argument. The attached patch lets the build succeed, but I don't know if it's the correct fix.