Skip to content

Instantly share code, notes, and snippets.

@andyli
Created May 5, 2013 12:49
Show Gist options
  • Select an option

  • Save andyli/5520755 to your computer and use it in GitHub Desktop.

Select an option

Save andyli/5520755 to your computer and use it in GitHub Desktop.
Haxe -java-lib jogl errors
$ haxe build.hxml
gluegen-rt.jar@com/jogamp/common/nio/PointerBuffer.class (put):1: character 0 : Field put should be declared with 'override' since it is inherited from superclass
gluegen-rt.jar@com/jogamp/common/nio/PointerBuffer.class:1: character 0 : Defined in this class
gluegen-rt.jar@com/jogamp/common/nio/PointerBuffer.class (put):1: character 0 : Field put overloads parent class with different or incomplete type
gluegen-rt.jar@com/jogamp/common/nio/PointerBuffer.class:1: character 0 : Defined in this class
gluegen-rt.jar@com/jogamp/common/nio/PointerBuffer.class (put):1: character 0 : param1 : Int -> param2 : haxe.Int64 -> com.jogamp.common.nio.NativeBuffer<Dynamic> should be param1 : Int -> param2 : haxe.Int64 -> com.jogamp.common.nio.PointerBuffer
gluegen-rt.jar@com/jogamp/common/nio/PointerBuffer.class (put):1: character 0 : com.jogamp.common.nio.NativeBuffer<Dynamic> should be com.jogamp.common.nio.PointerBuffer
gluegen-rt.jar@com/jogamp/common/nio/PointerBuffer.class:1: character 0 : Defined in this class
gluegen-rt.jar@com/jogamp/common/nio/PointerBuffer.class (put):1: character 0 : Field put should be declared with 'override' since it is inherited from superclass
gluegen-rt.jar@com/jogamp/common/nio/PointerBuffer.class:1: character 0 : Defined in this class
gluegen-rt.jar@com/jogamp/common/nio/PointerBuffer.class (put):1: character 0 : Field put overloads parent class with different or incomplete type
gluegen-rt.jar@com/jogamp/common/nio/PointerBuffer.class:1: character 0 : Defined in this class
gluegen-rt.jar@com/jogamp/common/nio/PointerBuffer.class (put):1: character 0 : param1 : haxe.Int64 -> com.jogamp.common.nio.NativeBuffer<Dynamic> should be param1 : haxe.Int64 -> com.jogamp.common.nio.PointerBuffer
gluegen-rt.jar@com/jogamp/common/nio/PointerBuffer.class (put):1: character 0 : com.jogamp.common.nio.NativeBuffer<Dynamic> should be com.jogamp.common.nio.PointerBuffer
gluegen-rt.jar@com/jogamp/common/nio/PointerBuffer.class:1: character 0 : Defined in this class
gluegen-rt.jar@com/jogamp/common/nio/AbstractBuffer.class:1: character 0 : Field position has different type than in com.jogamp.common.nio.NativeBuffer
gluegen-rt.jar@com/jogamp/common/nio/AbstractBuffer.class:1: character 0 : param1 : Int -> com.jogamp.common.nio.NativeBuffer<Dynamic> should be param1 : Int -> com.jogamp.common.nio.AbstractBuffer.B
gluegen-rt.jar@com/jogamp/common/nio/AbstractBuffer.class:1: character 0 : com.jogamp.common.nio.NativeBuffer<Dynamic> should be com.jogamp.common.nio.AbstractBuffer.B
gluegen-rt.jar@com/jogamp/common/nio/AbstractBuffer.class:1: character 0 : Field rewind has different type than in com.jogamp.common.nio.NativeBuffer
gluegen-rt.jar@com/jogamp/common/nio/AbstractBuffer.class:1: character 0 : Void -> com.jogamp.common.nio.NativeBuffer<Dynamic> should be Void -> com.jogamp.common.nio.AbstractBuffer.B
gluegen-rt.jar@com/jogamp/common/nio/AbstractBuffer.class:1: character 0 : com.jogamp.common.nio.NativeBuffer<Dynamic> should be com.jogamp.common.nio.AbstractBuffer.B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment