Login  Register

Re: glStartTilingQCOM(int,int,int,int,int) missing in GLES1Impl and GL4bcImpl [close]

Posted by Sven Gothel on Nov 08, 2010; 2:36pm
URL: https://forum.jogamp.org/glStartTilingQCOM-int-int-int-int-int-missing-in-GLES1Impl-and-GL4bcImpl-tp1861949p1862959.html

On Monday, November 08, 2010 15:14:40 kaerwel [via jogamp] wrote:
>
> Answer to myself.
> Installing missing *-dev packages and recompiling gluegen solve the problem.

So there was an actual gluegen code generation error happening first .. hmm.
Didn't that show up in the make log ?

Something like 'couldn't find abc.h' ?

Try the just promoted gluegen/jogl from git with missing header files,
should fail hard.

~Sven