Search found 9 matches

by stodge
Thu Sep 01, 2005 01:26
Forum: Modifications / Integrations / Customisations
Topic: CEGUI Port og OGRE demo6 work with OGRE 1.0.4?
Replies: 1
Views: 2149

CEGUI Port og OGRE demo6 work with OGRE 1.0.4?

DOes the CEGUI port of OGRE Demo6 still work? I tried it with OGRE 1.0.4, but it won't compile: checking for a BSD-compatible install... /usr/bin/install -c checking for pkg-config... /usr/bin/pkg-config checking for OGRE >= 0.15... yes checking OGRE_CFLAGS... -DEXT_HASH -I/usr/local/include/OGRE ch...
by stodge
Sun Jul 03, 2005 18:21
Forum: Modifications / Integrations / Customisations
Topic: Compiler errors under Linux Core 4
Replies: 2
Views: 2443

Re: Compiler errors under Linux Core 4

Don't be sorry! Thanks for your help.
by stodge
Sun Jul 03, 2005 01:45
Forum: Modifications / Integrations / Customisations
Topic: Compiler errors under Linux Core 4
Replies: 2
Views: 2443

Compiler errors under Linux Core 4

Just tried to compile the newest version under Fedora Core 4 and I get some errors: CEGuiSample.cpp: In destructor 'virtual CEGuiSample::~CEGuiSample()': CEGuiSample.cpp:74: error: invalid use of undefined type 'struct CEGuiBaseApplication' ../../../Samples/common/include/CEGuiSample.h:39: e...
by stodge
Thu Feb 10, 2005 01:28
Forum: Modifications / Integrations / Customisations
Topic: Basic example of mouse look?
Replies: 3
Views: 3336

Re: Basic example of mouse look?

As an example, take the Terrain sample in OGRE. The player is moving around the terrain using the mouse and keys (WSAD as usual!). They see something on the terrain (say a person) and click on it; a GUI window pops up and displays the person's name and details. The user closes the window and they co...
by stodge
Sat Feb 05, 2005 23:58
Forum: Modifications / Integrations / Customisations
Topic: Basic example of mouse look?
Replies: 3
Views: 3336

Basic example of mouse look?

I don't suppose there's an example anywhere of a very basic CEGui app with OGRE, that just uses mouse look with a basic window. Just the very basics, like moving around an object in space? If that makes sense.

Thanks
by stodge
Tue Jan 18, 2005 01:48
Forum: Offtopic Discussion
Topic: New Site: Any problems? Post here!
Replies: 63
Views: 37883

Re: New Site: Any problems? Post here!

The Linux download just takes me back to the main site. I haven't tried the ZIP download yet though.
by stodge
Sat Dec 25, 2004 02:50
Forum: Modifications / Integrations / Customisations
Topic: The version number in CEGUI-OGRE.pc is wrong under Linux
Replies: 3
Views: 3019

The version number in CEGUI-OGRE.pc is wrong under Linux

The version number in CEGUI-OGRE.pc is wrong under Linux; it is given as 0.01 while CeGUI is 0.1.0.
by stodge
Fri Dec 24, 2004 20:50
Forum: Modifications / Integrations / Customisations
Topic: Package OGRE was not found in the pkg-config search path
Replies: 2
Views: 4302

Package OGRE was not found in the pkg-config search path

Ah I see - thanks! I wasn't pointing the env variable to pkg-config, just to /usr/local.
by stodge
Fri Dec 24, 2004 20:25
Forum: Modifications / Integrations / Customisations
Topic: Package OGRE was not found in the pkg-config search path
Replies: 2
Views: 4302

Package OGRE was not found in the pkg-config search path

I'm sure this is a basic problem I'm just not seeing! I'm compiling cegui from sources under Linux and I Get: checking for OGRE >= 0.14.0... Package OGRE was not found in the pkg-config search path. Perhaps you should add the directory containing `OGRE.pc' to the PKG_CONFIG_PATH environment variable...

Go to advanced search