Re: 1.9-rc1: Javahl compilation issue in RHEL3

2015-04-24 Thread Branko Čibej
On 25.04.2015 08:17, Alexander Thomas wrote: > On 04/25/2015 03:48 AM, Branko Čibej wrote: >> On 24.04.2015 10:46, Alexander Thomas wrote: >>> On 04/24/2015 12:47 PM, Branko Čibej wrote: Can you try compiling with the following patch, please, and report the results? ndings/javah

Re: 1.9-rc1: Javahl compilation issue in RHEL3

2015-04-24 Thread Alexander Thomas
On 04/25/2015 03:48 AM, Branko Čibej wrote: On 24.04.2015 10:46, Alexander Thomas wrote: On 04/24/2015 12:47 PM, Branko Čibej wrote: Can you try compiling with the following patch, please, and report the results? ndings/javahl Here is result after patching ... [[[ subversion/bindings/javahl

Re: 1.9-rc1: Javahl compilation issue in RHEL3

2015-04-24 Thread Branko Čibej
On 24.04.2015 10:46, Alexander Thomas wrote: > On 04/24/2015 12:47 PM, Branko Čibej wrote: >> >> Can you try compiling with the following patch, please, and report the >> results? >> > > Here is result after patching ... > > [[[ > subversion/bindings/javahl/native/jniwrapper/jni_io_stream.cpp: In >

Re: 1.9-rc1: Javahl compilation issue in RHEL3

2015-04-24 Thread Alexander Thomas
On 04/24/2015 12:47 PM, Branko Čibej wrote: Can you try compiling with the following patch, please, and report the results? Here is result after patching ... [[[ subversion/bindings/javahl/native/jniwrapper/jni_io_stream.cpp: In function `svn_error_t* Javaglobal_stream_close_input(voi

Re: 1.9-rc1: Javahl compilation issue in RHEL3

2015-04-24 Thread Alexander Thomas
On 04/24/2015 12:47 PM, Branko Čibej wrote: if (contents != NULL) { Java::Env env; SVN_JAVAHL_CATCH(Java::Env(), ...); } if (contents != NULL) { Java::Env env; SVN_JAVAHL_CATCH(env,...); } This I tried earlier even before I tried upgrading GCC

Re: 1.9-rc1: Javahl compilation issue in RHEL3

2015-04-24 Thread Branko Čibej
On 24.04.2015 08:43, Alexander Thomas wrote: > Compiling 1.9.0-rc1 JavaHL in RHEL3 32bit with GCC version 3.2.3-53 > and libstdc++ version 5.0.3 fails with multiple compilation error in > javahl/native/EditorProxy.cpp. In addition to line number 213, line > 360 also fails with same error. > > Howev