All of lore.kernel.org
 help / color / mirror / Atom feed
* EGLplatfrom compile error
@ 2013-10-07  8:50 Krishna
  0 siblings, 0 replies; only message in thread
From: Krishna @ 2013-10-07  8:50 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 993 bytes --]

Hi all,

I am trying to run openGL ES application with X11 enabled.

But while building I am getting following errors.

In member function 'virtual bool X11GLESRenderer::start(int, int, const char*, int)':

error: no matching function for call to 'X11WindowSystem::init(GLESGraphicsystem*&)'

note: candidate is:

note: bool X11WindowSystem::init(BaseGraphicSystem<_XDisplay*, long unsigned int>*)

note:   no known conversion for argument 1 from 'GLESGraphicsystem*' to 'BaseGraphicSystem<_XDisplay*, long unsigned int>*'



When I checked eglplatform.h I have only following typedef enabled

typedef EGLNativeDisplayType NativeDisplayType;
typedef EGLNativePixmapType  NativePixmapType;
typedef EGLNativeWindowType  NativeWindowType;

and function is searching for 

typedef Display *EGLNativeDisplayType;

typedef Pixmap   EGLNativePixmapType;

typedef Window   EGLNativeWindowType;



How I can solve this error?



Thanks in advance









[-- Attachment #2: Type: text/html, Size: 3489 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-07  8:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-07  8:50 EGLplatfrom compile error Krishna

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.