Hi
I tried to build the irrlicht OpenGL ES version on Linux.
I succeeded to create the irrlicht library but when i tried to compile the "Hellow World" example i get lots of compilation errors:
--------
COGLESTexture.cpp: Undefine reference :'glEnable'
COGLESTexture.cppUndefine reference :'glDisable'
COGLESTexture.cppUndefine reference :'glTextImage2D'
--------
Thanks
OPENGL ES compilation errors in Linux
I did the following steps in order to build the irrlicht opengl-es library and to link it with one of the irrlicht examples
1) Intalled VMWARE + UBUNTU 8.0.4
2) Installed Codesourcery toolchain
3) On the IRRCompileConfig.h i verified the only the OPENGL-ES is defined and not the OPENGL
4) I succeeded to compile the library!!!
I tried to compile the the hello world example and got a link errors:
libIrrlicht.a(inflate.o) :Relocations in generic ELF (EM 3)...
libIrrlicht.a:could not read symbols: file in wrong format
Did i miss something?
BTW shall i build the libpng lib as i use a different compiler?
Thanks
1) Intalled VMWARE + UBUNTU 8.0.4
2) Installed Codesourcery toolchain
3) On the IRRCompileConfig.h i verified the only the OPENGL-ES is defined and not the OPENGL
4) I succeeded to compile the library!!!
I tried to compile the the hello world example and got a link errors:
libIrrlicht.a(inflate.o) :Relocations in generic ELF (EM 3)...
libIrrlicht.a:could not read symbols: file in wrong format
Did i miss something?
BTW shall i build the libpng lib as i use a different compiler?
Thanks