[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: 1.7.20 release candidates up for testing/signing

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 20 Mar 2015 11:16:51 +0000

Philip Martin <philip.martin_at_wandisco.com> writes:

> The Perl bindings do not build on my Debian/testing box.

Patching the generated code allows the bindings to build and the tests
to work. We should consider bumping the swig version used by 1.7,
perhaps to 2.0.9 as used by 1.8. I've not explicitly tested 1.7 with
2.0.9 but my dev build uses 1.7 with 2.0.12.

--- subversion/bindings/swig/perl/native/core.c 2015-03-18 13:54:08.000000000 +0000
+++ subversion/bindings/swig/perl/native/core.c 2015-03-20 00:42:48.660845042 +0000
@@ -1448,7 +1448,6 @@
   #undef eof
 #endif
 #ifdef bool
- #undef bool
 #endif
 #ifdef close
   #undef close
--- subversion/bindings/swig/perl/native/svn_client.c 2015-03-18 13:54:12.000000000 +0000
+++ subversion/bindings/swig/perl/native/svn_client.c 2015-03-20 00:43:29.756371112 +0000
@@ -1448,7 +1448,6 @@
   #undef eof
 #endif
 #ifdef bool
- #undef bool
 #endif
 #ifdef close
   #undef close
--- subversion/bindings/swig/perl/native/svn_delta.c 2015-03-18 13:54:14.000000000 +0000
+++ subversion/bindings/swig/perl/native/svn_delta.c 2015-03-20 00:43:58.020044476 +0000
@@ -1448,7 +1448,6 @@
   #undef eof
 #endif
 #ifdef bool
- #undef bool
 #endif
 #ifdef close
   #undef close
--- subversion/bindings/swig/perl/native/svn_diff.c 2015-03-18 13:54:15.000000000 +0000
+++ subversion/bindings/swig/perl/native/svn_diff.c 2015-03-20 00:44:02.907987866 +0000
@@ -1448,7 +1448,6 @@
   #undef eof
 #endif
 #ifdef bool
- #undef bool
 #endif
 #ifdef close
   #undef close
--- subversion/bindings/swig/perl/native/svn_fs.c 2015-03-18 13:54:17.000000000 +0000
+++ subversion/bindings/swig/perl/native/svn_fs.c 2015-03-20 00:44:08.515922957 +0000
@@ -1448,7 +1448,6 @@
   #undef eof
 #endif
 #ifdef bool
- #undef bool
 #endif
 #ifdef close
   #undef close
--- subversion/bindings/swig/perl/native/svn_ra.c 2015-03-18 13:54:20.000000000 +0000
+++ subversion/bindings/swig/perl/native/svn_ra.c 2015-03-20 00:44:13.027870783 +0000
@@ -1448,7 +1448,6 @@
   #undef eof
 #endif
 #ifdef bool
- #undef bool
 #endif
 #ifdef close
   #undef close
--- subversion/bindings/swig/perl/native/svn_repos.c 2015-03-18 13:54:22.000000000 +0000
+++ subversion/bindings/swig/perl/native/svn_repos.c 2015-03-20 00:44:17.371820540 +0000
@@ -1448,7 +1448,6 @@
   #undef eof
 #endif
 #ifdef bool
- #undef bool
 #endif
 #ifdef close
   #undef close
--- subversion/bindings/swig/perl/native/svn_wc.c 2015-03-18 13:54:28.000000000 +0000
+++ subversion/bindings/swig/perl/native/svn_wc.c 2015-03-20 00:44:21.907767778 +0000
@@ -1448,7 +1448,6 @@
   #undef eof
 #endif
 #ifdef bool
- #undef bool
 #endif
 #ifdef close
   #undef close

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
Received on 2015-03-20 12:18:07 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.