> I've uploaded 1.0.0RC1 version of intl extension on PECL. Please test it > and if you think anything has to be added/fixed for 1.0.0 please tell.
It now refuses to install on php 5.2.3, i.e. ubuntu 7.10. (Wasn't the plan to include the required macros in the ./configure script (or whatever) so that it could install on more PHP installations.) Putting the latest acinclude.m4 in /usr/lib/php5/build/ and then doing: pecl install --ignore-errors intl trips up at the same place it did before, with a ptrdiff_t problem [1]. If you need more information from me, let me know. Thanks, Darren [1]: gcc -I/usr/include -I. -I/tmp/pear/temp/intl -DPHP_ATOM_INC -I/var/tmp/pear-build-root/intl-1.0.0RC1/include -I/var/tmp/pear-build-root/intl-1.0.0RC1/main -I/tmp/pear/temp/intl -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/intl/collator/collator_sort.c -fPIC -DPIC -o collator/.libs/collator_sort.o /tmp/pear/temp/intl/collator/collator_sort.c:30: error: conflicting types for 'ptrdiff_t' /usr/lib/gcc/i486-linux-gnu/4.1.3/include/stddef.h:152: error: previous declaration of 'ptrdiff_t' was here -- Darren Cook http://dcook.org/mlsn/ (English-Japanese-German-Chinese free dictionary) http://dcook.org/work/ (About me and my work) http://dcook.org/work/charts/ (My flash charting demos) -- PHP Unicode & I18N Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php