CEGUISchemeManager.h': No such file or director

Forum for general chit-chat or off-topic discussion.

Moderators: CEGUI MVP, CEGUI Team

saurabh
Not too shy to talk
Not too shy to talk
Posts: 26
Joined: Mon Sep 28, 2009 19:06

CEGUISchemeManager.h': No such file or director

Postby saurabh » Mon Sep 28, 2009 19:10

Hi:

I am working on CEGUI and OGRE module. I used the scheme manager for loading imagesets and included the CEGUISchemeManager.h file in the code but when i compile the code then it says CEGUISchemeManager.h': No such file or director.
I have all the CEGUI related dll included in the code and if i do not use SchemeManager related code in my module then my module compiles fine...

I even copied the CEGUISchemeManager.h file in the code repository but still compilation process is throwing error.
Any help is appreciated..

Any clue on this?

User avatar
CrazyEddie
CEGUI Project Lead
Posts: 6760
Joined: Wed Jan 12, 2005 12:06
Location: England
Contact:

Re: CEGUISchemeManager.h': No such file or director

Postby CrazyEddie » Mon Sep 28, 2009 19:57

Hi,

Any clue on this?

Yeah, it can't find the file :lol:

What happens if you include the main CEGUI.h header?

Can you show how the CEGUI headers are arranged? And also what header search paths you have added to your project and/or development environment. Are these the official CEGUI headers or the Ogre dependencies version? This is important because the way the Ogre guys arrange their copy of the CEGUI headers is not the way we have ours, and they like to use the CEGUI/ prefix in #include statements whereas I detest it :hammer:

CE.

saurabh
Not too shy to talk
Not too shy to talk
Posts: 26
Joined: Mon Sep 28, 2009 19:06

Re: CEGUISchemeManager.h': No such file or director

Postby saurabh » Mon Sep 28, 2009 22:24

These are the files that i have included...

#include "ExampleApplication.h"
#include <CEGUI/CEGUI.h>
#include <OgreCEGUIRenderer.h>
#include <OIS/OIS.h>
#include "CEGUISchemeManager.h"
#include "CEGUIFontManager.h"

File is placed in the same directory as of "ExampleApplication.h".
All three .h files are placed in the include folder on the project space on disc.

In the properties i have specified "Additional include directories" as follows:
../include;$(OGRE_HOME)\include;$(OGRE_HOME)\samples\include

I am not sure about what this means:
Are these the official CEGUI headers or the Ogre dependencies version?

I have picked the CEGUISchemeManage.h file from CEGUI code base. Apart from this, Ogre has some CEGUI related dll files which are also placed in debug and release directory.
Those are: CEGUIBase_d.dll
CEGUIExpatParser_d.dll
CEGUIFalagardWRBase_d.dll

Thanks
Saurabh

saurabh
Not too shy to talk
Not too shy to talk
Posts: 26
Joined: Mon Sep 28, 2009 19:06

Re: CEGUISchemeManager.h': No such file or director

Postby saurabh » Mon Sep 28, 2009 22:25

Hey that works...
I need to say CEGUI/CEGUISchemeManage.h in the include section/...
Thanks for help man..

Thanks
Saurabh


Return to “Offtopic Discussion”

Who is online

Users browsing this forum: No registered users and 19 guests