glStartTilingQCOM(int,int,int,int,int) missing in GLES1Impl and GL4bcImpl
Posted by kaerwel on Nov 08, 2010; 10:39am
URL: https://forum.jogamp.org/glStartTilingQCOM-int-int-int-int-int-missing-in-GLES1Impl-and-GL4bcImpl-tp1861949.html
Hi. I am under Debian 2.6.32-5-amd64 with java 1.6.0_17. My classpath is unset.
I got the following error while trying to make jogl, using the last HEAD of the git repo (4febb33b6c6b1690305a614333a389f15c428849) :
java.compile.secondpass.javase:
[javac] Compiling 330 source files to /home/opt/src/jogamp/jogl/build/jogl/classes
[javac] /home/opt/src/jogamp/jogl/build/jogl/gensrc/classes/com/jogamp/opengl/impl/es1/GLES1Impl.java:18: com.jogamp.opengl.impl.es1.GLES1Impl is not abstract and does not override abstract method glRenderbufferStorageMultisampleANGLE(int,int,int,int,int) in javax.media.opengl.GL
[javac] public class GLES1Impl implements GLBase, GL, GL2ES1, GLES1{
[javac] ^
[javac] /home/opt/src/jogamp/jogl/build/jogl/gensrc/classes/com/jogamp/opengl/impl/gl4/GL4bcImpl.java:23: com.jogamp.opengl.impl.gl4.GL4bcImpl is not abstract and does not override abstract method glStartTilingQCOM(int,int,int,int,int) in javax.media.opengl.GL
[javac] public class GL4bcImpl implements GLBase, GL, GL2ES1, GL2ES2, GL2GL3, GL2, GL3, GL3bc, GL4, GL4bc{
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 2 errors
BUILD FAILED
/home/opt/src/jogamp/jogl/make/build.xml:37: The following error occurred while executing this line:
/home/opt/src/jogamp/jogl/make/build-jogl.xml:1044: Compile failed; see the compiler error output for details.
Is it an error from me or from the repo ?
Thanks.