CEGUI help

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
Post Reply
Prosorinos
Gnoblar
Posts: 21
Joined: Thu Oct 09, 2014 5:48 am
Location: Patras, Greece

CEGUI help

Post by Prosorinos »

Greetings,

I am using ogre 1.9.0. I need some help to build CEGUI for ogre in order to complete the tutorials. Is there a guide up to date with the current stable version of Ogre? any links are appreciated. If there isn't such a guide can someone provide me with the steps i need to follow so i don't mess anything up? I already tried a couple of times to build CEGUI from basic tutorials guide but it didn't work. If someone can test whether or not the guide is working also appreciated. I would like to use CEGUI and not another gui cause i follow the tutorials.

Thank you for your time.
User avatar
spacegaier
OGRE Team Member
OGRE Team Member
Posts: 4304
Joined: Mon Feb 04, 2008 2:02 pm
Location: Germany
x 135
Contact:

Re: CEGUI help

Post by spacegaier »

Prosorinos wrote:I already tried a couple of times to build CEGUI from basic tutorials guide but it didn't work.
That is as unspecific as one can get ;) . Can you explain why it didn't work so that we can assist?
Ogre Admin [Admin, Dev, PR, Finance, Wiki, etc.] | BasicOgreFramework | AdvancedOgreFramework
Don't know what to do in your spare time? Help the Ogre wiki grow! Or squash a bug...
Prosorinos
Gnoblar
Posts: 21
Joined: Thu Oct 09, 2014 5:48 am
Location: Patras, Greece

Re: CEGUI help

Post by Prosorinos »

Can you plz tell me where can i find a version of CEGUI that works with 1.9.0 and i am gonna do it again.
I am really sorry if my previous post is sort of vague.. i tried it 2 weeks ago.

Thank you for your time.
User avatar
paul424
Gnome
Posts: 314
Joined: Thu May 24, 2012 7:16 pm
x 13

Re: CEGUI help

Post by paul424 »

Also put your LInux distro name and version ,then we could help find the package for you ...
User avatar
c6burns
Beholder
Posts: 1512
Joined: Fri Feb 22, 2013 4:44 am
Location: Deep behind enemy lines
x 138

Re: CEGUI help

Post by c6burns »

He didn't say what platform he is using. Might be linux, might not.
Prosorinos
Gnoblar
Posts: 21
Joined: Thu Oct 09, 2014 5:48 am
Location: Patras, Greece

Re: CEGUI help

Post by Prosorinos »

windows 7 professional 32bit
service pack 1
thank you.
User avatar
c6burns
Beholder
Posts: 1512
Joined: Fri Feb 22, 2013 4:44 am
Location: Deep behind enemy lines
x 138

Re: CEGUI help

Post by c6burns »

I don't know what tutorial you are following, but I assume you should be following this in order to build CEGUI for Ogre
http://cegui.org.uk/wiki/Building_CEGUI ... reRenderer
Prosorinos
Gnoblar
Posts: 21
Joined: Thu Oct 09, 2014 5:48 am
Location: Patras, Greece

Re: CEGUI help

Post by Prosorinos »

thank you i will give it a try and let you know.
Prosorinos
Gnoblar
Posts: 21
Joined: Thu Oct 09, 2014 5:48 am
Location: Patras, Greece

Re: CEGUI help

Post by Prosorinos »

So when it says get the appropriate CEGUI version, which one should i get?
User avatar
c6burns
Beholder
Posts: 1512
Joined: Fri Feb 22, 2013 4:44 am
Location: Deep behind enemy lines
x 138

Re: CEGUI help

Post by c6burns »

When in doubt, go with the biggest number :lol: I don't actually use CEGUI so I have no advice except that link I posted
User avatar
mmixLinus
Silver Sponsor
Silver Sponsor
Posts: 199
Joined: Thu Apr 21, 2011 3:08 pm
Location: Lund, Sweden
x 12
Contact:

Re: CEGUI help

Post by mmixLinus »

Prosorinos wrote:So when it says get the appropriate CEGUI version, which one should i get?
Yeah this is silly. Available versions change, and incompatibilities are expected, so this vagueness is of not much help.
Prosorinos wrote:I already tried a couple of times to build CEGUI from basic tutorials guide but it didn't work
This Building CEGUI page says that the tutorials are outdated and recommends this CEGUI tutorial. I am using Ogre3D 1.9 and CEGUI 0.8.x without problems. I can't say if the Ogre tutorials are correct.
Powered by Ogre3D:
MMiX.Me 3D - 3D Music Player
Galaxy Navigator 3D - 2 million stars (ESA's Gaia satellite)
YouTube|Facebook
Prosorinos
Gnoblar
Posts: 21
Joined: Thu Oct 09, 2014 5:48 am
Location: Patras, Greece

Re: CEGUI help

Post by Prosorinos »

Hi,
this is the result when i try to configure with Cmake CEGUI.
According to step 8 http://cegui.org.uk/wiki/Building_CEGUI ... reRenderer CMAKE should find OIS and boost as well which is not the case in my configuration.
what should i do?

Code: Select all

The C compiler identification is MSVC 16.0.40219.1
The CXX compiler identification is MSVC 16.0.40219.1
Check for working C compiler using: Visual Studio 10
Check for working C compiler using: Visual Studio 10 -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler using: Visual Studio 10
Check for working CXX compiler using: Visual Studio 10 -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Found PCRE: C:/Users/Tassos/Desktop/CEGUI/cegui-0.8.4/dependencies/lib/dynamic/pcre.lib  
Found FREETYPE: C:/Users/Tassos/Desktop/CEGUI/cegui-0.8.4/dependencies/lib/dynamic/freetype.lib  
Could NOT find MINIZIP (missing:  MINIZIP_LIB MINIZIP_LIB_DBG MINIZIP_H_PATH) 
Could NOT find PkgConfig (missing:  PKG_CONFIG_EXECUTABLE) 
Could NOT find FRIBIDI (missing:  FRIBIDI_FOUND_ALL_LIBS FRIBIDI_FOUND_ALL_LIBS_DBG FRIBIDI_INCLUDE_DIR) 
Found OpenGL: opengl32  
Found GLEW: C:/Users/Tassos/Desktop/CEGUI/cegui-0.8.4/dependencies/lib/dynamic/glew.lib  
Found GLM: C:/Users/Tassos/Desktop/CEGUI/cegui-0.8.4/dependencies/include  
Found GLFW: C:/Users/Tassos/Desktop/CEGUI/cegui-0.8.4/dependencies/lib/dynamic/glfw.lib  
Could NOT find DIRECTXSDK (missing:  DIRECTXSDK_LIB_PATH DIRECTXSDK_H_PATH DIRECTXSDK_MAX_D3D) 
Could NOT find D3DX11EFFECTS (missing:  D3DX11EFFECTS_LIB D3DX11EFFECTS_LIB_DBG D3DX11EFFECTS_H_PATH) 
Could NOT find IRRLICHT (missing:  IRRLICHT_LIB IRRLICHT_H_PATH) 
Found OGRE: C:/OgreSDK/OgreSDK_vc11_v1-9-0/lib/Release/OgreMain.lib  
Could NOT find Boost
Could NOT find OIS (missing:  OIS_LIB OIS_H_PATH) 
Could NOT find DIRECTFB (missing:  DIRECTFB_LIB DIRECTFB_LIB_DBG DIRECTFB_H_PATH) 
Could NOT find OPENGLES (missing:  OPENGLES_LIB OPENGLES_H_PATH) 
Found EXPAT: C:/Users/Tassos/Desktop/CEGUI/cegui-0.8.4/dependencies/lib/dynamic/expat.lib  
Could NOT find XERCESC (missing:  XERCESC_LIB XERCESC_LIB_DBG XERCESC_H_PATH) 
Could NOT find LibXml2 (missing:  LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR) 
Could NOT find TINYXML (missing:  TINYXML_LIB TINYXML_LIB_DBG TINYXML_H_PATH) 
Could NOT find RAPIDXML (missing:  RAPIDXML_H_PATH) 
Could NOT find IL (missing:  IL_LIB IL_LIB_DBG IL_H_PATH) 
Could NOT find ILU (missing:  ILU_LIB ILU_LIB_DBG) 
Could NOT find FREEIMAGE (missing:  FREEIMAGE_LIB FREEIMAGE_LIB_DBG FREEIMAGE_H_PATH) 
Found SILLY: C:/Users/Tassos/Desktop/CEGUI/cegui-0.8.4/dependencies/lib/dynamic/SILLY.lib  
Could NOT find CORONA (missing:  CORONA_LIB CORONA_LIB_DBG CORONA_H_PATH) 
Could NOT find PVRTOOLS (missing:  PVRTOOLS_LIB PVRTOOLS_H_PATH) 
Found LUA51: C:/Users/Tassos/Desktop/CEGUI/cegui-0.8.4/dependencies/lib/dynamic/lua.lib  
Found TOLUAPP: C:/Users/Tassos/Desktop/CEGUI/cegui-0.8.4/dependencies/lib/dynamic/toluapp.lib  
Could NOT find PythonInterp (missing:  PYTHON_EXECUTABLE) 
Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) 
Could NOT find Boost
Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
Some or all of the gtk libraries were not found. (missing:  GTK2_GTK_LIBRARY GTK2_GTK_INCLUDE_DIR GTK2_GDK_INCLUDE_DIR GTK2_GDKCONFIG_INCLUDE_DIR GTK2_GDK_LIBRARY GTK2_GLIB_INCLUDE_DIR GTK2_GLIBCONFIG_INCLUDE_DIR GTK2_GLIB_LIBRARY) 
The SampleFramework is deactivated due to missing Ogre dependencies (OIS not found)
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
Boost_INCLUDE_DIR (ADVANCED)
   used as include directory in directory C:/Users/Tassos/Desktop/CEGUI/cegui-0.8.4/cegui/src/RendererModules/Ogre

Configuring incomplete, errors occurred!
See also "C:/Users/Tassos/Desktop/CEGUI/cegui-0.8.4/build/CMakeFiles/CMakeOutput.log".
thank you for your time.
Attachments
Screenshot_1.png
User avatar
mmixLinus
Silver Sponsor
Silver Sponsor
Posts: 199
Joined: Thu Apr 21, 2011 3:08 pm
Location: Lund, Sweden
x 12
Contact:

Re: CEGUI help

Post by mmixLinus »

Here's a CEGUI thread re problems with dependencies viewtopic.php?f=10&t=6917. Got all your dependencies built and copied? You may want to check this too: viewtopic.php?f=10&t=6853
Powered by Ogre3D:
MMiX.Me 3D - 3D Music Player
Galaxy Navigator 3D - 2 million stars (ESA's Gaia satellite)
YouTube|Facebook
Post Reply