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

1.9-rc1: Javahl compilation issue in RHEL3

From: Alexander Thomas <alexander_at_collab.net>
Date: Fri, 24 Apr 2015 12:13:50 +0530

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.

However I was able to successfully compile against GCC 4.2.0 with
libstdc++ 6.0.9.

Is this something we can fix for RHEL3 ?

[[[
  subversion/bindings/javahl/native/EditorProxy.cpp: In static member
function
    `static svn_error_t* EditorProxy::cb_add_file(void*, const char*, const
    svn_checksum_t*, svn_stream_t*, apr_hash_t*, long int, apr_pool_t*)':
subversion/bindings/javahl/native/EditorProxy.cpp:213: `Env' specified as
    declarator-id
subversion/bindings/javahl/native/EditorProxy.cpp:213: multiple
declarations `
    int' and `Java::RuntimeException'
subversion/bindings/javahl/native/EditorProxy.cpp:213: `int Java::Env()'
should
    have been declared inside `Java'
subversion/bindings/javahl/native/EditorProxy.cpp:213: syntax error
before `.'
    token
subversion/bindings/javahl/native/EditorProxy.cpp:213: `Env' specified as
    declarator-id
subversion/bindings/javahl/native/EditorProxy.cpp:213: multiple
declarations `
    int' and `Java::RuntimeException'
subversion/bindings/javahl/native/EditorProxy.cpp:213: `int Java::Env()'
should
    have been declared inside `Java'
subversion/bindings/javahl/native/EditorProxy.cpp:213: syntax error
before `.'
    token
]]]

-AT
Received on 2015-04-24 08:45:15 CEST

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.