[Resolved] Missing files for building OgreNet.CeguiRenderer

Violet

05-04-2006 16:18:58

I've been trying to compile OgreDotNet - and the projects
CeguiBindings
CeguiNet
Math3D
OgreBindings
OgreBindings_Cegui
OgreNet
compile just fine. But OgreNet.CeguiRenderer seems to be missing some files;
OgreBindings_Cegui.cs
OgreBindings_CeguiPINVOKE.cs
OgreCEGUIRenderer.cs
OgreCEGUIResourceProvider.cs
OgreCEGUITexture.cs
The demo projects won't compile but instead complain

error CS0006: Metadata file 'E:\Programming\Libraries\Ogre\ogredotnet\OgreNet.Cegui\Bin\Debug\OgreDotNet.Cegui.dll' could not be found

This, I assume, is due to the failure to compile OgreNet.CeguiRenderer.

I'm using VS2005 and swig version 1.3.29 and updated the newest versions of OgreDotNet and Ogre SDK yesterday.

I've doublechecked the OgreDotNet installing guide in the wiki, but I must still have fucked something up. Any ideas what it could be?

EagleEye

05-04-2006 16:21:52

those are actually ALL of the files in the project I think...

So that means the OgreBindings_Cegui project isn't being compiled by SWIG.

Try recompiling the bindings project.

Violet

05-04-2006 17:20:35

Oh... that was not too difficult :oops:
Thanks for help :D

EagleEye

05-04-2006 19:01:39

Not a problem. :)