trunk does not compile with CG support

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
AReichl
Posts: 269
Joined: Wed Jul 13, 2011 2:34 pm

trunk does not compile with CG support

Post by AReichl »

:
In member function 'virtual void irr::video::COpenGLCgMaterialRenderer::OnSetMaterial( ... )':
error: 'class irr::video::IMaterialRenderer' has no member named 'OnSetBaseMaterial'
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: trunk does not compile with CG support

Post by Nadro »

It's copy paste fault :/ Sorry for it, currently I don't have enabled CG support. I'll fix it when I'll back to home.
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
AReichl
Posts: 269
Joined: Wed Jul 13, 2011 2:34 pm

Re: trunk does not compile with CG support

Post by AReichl »

Sorry if i sound like a smart-arse now, but YOU, Nadro, have put the CG support into Irrlicht (greeaaat work!).
So during development it ALWAYS should be enabled, at least on YOUR computer.

Of course i understand that by default it should be deactivated, because not everyone wants to use it or does
not have the CG-toolkit installed.
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: trunk does not compile with CG support

Post by Nadro »

Yep, it's true, I have enabled CG support most of time, but at now I'm after Windows reinstallation and I don't have fully configured my dev environment (lack of free time in this week). Today I'll back to home and fix it.
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: trunk does not compile with CG support

Post by hybrid »

But that's definitely some really dumb suggestion. I have developed ogl-es driver and framebuffer device implementation, but neither is working on my standard development machine. I still try to keep things in sync also on those drivers, even if I cannot test compile such changes. Irrlicht is too diverse to have all things tested all the time.
Nadro
Posts: 1648
Joined: Sun Feb 19, 2006 9:08 am
Location: Warsaw, Poland

Re: trunk does not compile with CG support

Post by Nadro »

Fixed in the latest trunk ;)
Library helping with network requests, tasks management, logger etc in desktop and mobile apps: https://github.com/GrupaPracuj/hermes
Post Reply