Russell-IO / s3fs

Automatically exported from code.google.com/p/s3fs
GNU General Public License v2.0
0 stars 0 forks source link

Build fails under JDK 1.6 #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In JDK 1.6, java.nio.ByteBuffer has two methods differing only in return
type (this is allowed).

The C to Java bindings stuff does not include the return type in the
generated name, causing "duplicate array member" compilation errors.

I've attached two patches:

jdk16.patch - fix this bug

linux-patch - fix a couple of warnings on Linux

Original issue reported on code.google.com by archie.c...@gmail.com on 12 Jun 2008 at 8:38

GoogleCodeExporter commented 9 years ago
Bleh, nevermind this bug.. wrong project!!

Original comment by archie.c...@gmail.com on 12 Jun 2008 at 8:39

GoogleCodeExporter commented 9 years ago

Original comment by rri...@gmail.com on 21 Jun 2008 at 6:55