On Tue, Oct 26, 2010 at 10:16 PM, Max <[email protected]> wrote: > Hi, I can't compile evas; the first lines reporting a error during the > command 'make' are: > > make[5]: Entering directory > `/home/gasmas/e17_src/evas/src/modules/engines/gl_common' > CC evas_gl_context.lo > CC evas_gl_shader.lo > In file included from evas_gl_private.h:3, > from evas_gl_context.c:1: > evas_gl_common.h:41:22: error: GL/gl.h: No such file or directory > evas_gl_common.h:42:25: error: GL/glext.h: No such file or directory > In file included from evas_gl_private.h:3, > from evas_gl_context.c:1: > evas_gl_common.h:114: error: expected specifier-qualifier-list before > ‘GLuint’ > evas_gl_common.h:129: error: expected specifier-qualifier-list before > ‘GLint’ > evas_gl_common.h:230: error: expected specifier-qualifier-list before > ‘GLuint’ > evas_gl_common.h:251: error: expected specifier-qualifier-list before > ‘GLuint’ > evas_gl_common.h:261: error: expected specifier-qualifier-list before > ‘GLshort’ > evas_gl_common.h:291: error: expected specifier-qualifier-list before > ‘GLuint’ > ... and many other lines with error ... > > I use easy_e17, please what can I do? I'm not a programmer but I like e1.
For a strange reason evas configure detected and enabled opengl support but you are lacking its headers. They are often provided by mesa devel package. -- Cedric BAIL ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
