ogl-es branch

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
ping-pong2012
Posts: 17
Joined: Mon Sep 17, 2012 8:54 pm

ogl-es branch

Post by ping-pong2012 »

..\obj\win32-gcc-release-fast-dll\source\Irrlicht\CNullDriver.o:CNullDriver.cpp|| undefined reference to `irr::video::createImageLoaderPVR()'|

Compiling with Code::Blocks 12.11 on Win7.
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: ogl-es branch

Post by Nadro »

Code::Blocks project isn't up to date, so you have to update it on your own hand.
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
ping-pong2012
Posts: 17
Joined: Mon Sep 17, 2012 8:54 pm

Re: ogl-es branch

Post by ping-pong2012 »

Hmm, on a different system I think, I can compile, but the it gets to a spot where it can't find /gl/gl.h. What's the point in an opengl es branch if it still wants opengl?
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: ogl-es branch

Post by Nadro »

This is just a branch where we add new features, but we can't remove features from them eg. OpenGL driver, anyway you can comment OGL support in irrCompileConfig.h.
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
Post Reply