|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patchessupport-subversion-1.9.x (last revision 2016-03-23 10:19 UTC by pterjan at google dot com)initial-support-of-subversion-1.9 (last revision 2016-03-18 02:18 UTC by pterjan at google dot com) Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-12-08 06:14 UTC] alan_k@php.net
[2016-02-24 13:32 UTC] webmaster at ajeux dot com
[2016-03-18 02:20 UTC] pterjan at google dot com
[2016-03-23 10:20 UTC] pterjan at google dot com
[2016-03-29 04:40 UTC] alan_k@php.net
[2016-03-29 04:42 UTC] alan_k@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: alan_k
[2016-03-29 04:42 UTC] alan_k@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 29 22:00:01 2025 UTC |
Description: ------------ The svn pecl module version 1.0.2 does not compile with subversion 1.9.2, apr 1.5.2 and apr-util 1.5.4 on OS X 10.11. The first error is: /opt/local/var/macports/build/_Users_rschmidt_macports_dports_php_php-svn/php56-svn/work/svn-1.0.2/svn.c:935:11: error: subscript of pointer to incomplete type 'svn_sort__item_t' (aka 'struct svn_sort__item_t') item = &APR_ARRAY_IDX (array, i, svn_sort__item_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /opt/local/include/apr-1/apr_tables.h:141:57: note: expanded from macro 'APR_ARRAY_IDX' #define APR_ARRAY_IDX(ary,i,type) (((type *)(ary)->elts)[i]) ~~~~~~~~~~~~~~~~~~~~~^ /opt/local/include/subversion-1/svn_sorts.h:55:16: note: forward declaration of 'struct svn_sort__item_t' typedef struct svn_sort__item_t svn_sort__item_t; ^