Created
May 5, 2013 12:49
-
-
Save andyli/5520755 to your computer and use it in GitHub Desktop.
Haxe -java-lib jogl errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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