Is MyGUI compatible with Ogre 1.7 (Cthugha)??

jonnys

02-09-2009 08:27:49

Is MyGUI compatible with Ogre 1.7 (Cthugha)?

I am trying to build a copy of MyGUI against Ogre 1.7 (cthugha) and I am encountering many of problems (e.g MyGUI requiring me to link boost libraries when I think it shouldn't have to be linked to MyGUI because MyGUI does not use it directly).

I am using the latest SVN build from https://my-gui.svn.sourceforge.net/svnroot/my-gui/trunk/ which seems to be MyGUI 3.0, a new version.

Is there anyone who has prebuilt debug and release libraries of MyGUI built against Ogre 1.7 (cthugha)?? (Any version 2.2.0 or above preferably)

Many Thanks, it would save a lot of time. :)

Altren

02-09-2009 11:33:52

Hm, I'm usually use Ogre from trunk with and it compiles fine.
Can you tell what exactly wrong with it (show errors) and what compiler do you use.

jonnys

02-09-2009 16:35:34

I'm using Visual C++ Express 2008. Just to be clear I'm not getting errors per se (except boost link and header files missing), but I am wondering why MyGUI is requesting me to add the boost libraries to it, when it is not needed with MyGUI?, I think the only reason the compiler is asking me for boost libraries is because I'm compiling it against Ogre 1.7 (and that version brought in boost and threading), but I don't think boost needs to be directly linked to MyGUI itself or the demos (which it is requesting), and also if boost did need to why didn't cmake say so while configuring? please correct me if I'm wrong.

My compile log:
2>------ Build started: Project: MyGUI.OgrePlatform, Configuration: Debug Win32 ------
2>Compiling...
3>------ Build started: Project: Plugin_StrangeButton, Configuration: Debug Win32 ------
3>Compiling...
2>MyGUI_OgreDataManager.cpp
3>StrangeButtonFactory.cpp
3>..\..\..\my-gui\Plugins\Plugin_StrangeButton\StrangeButtonFactory.cpp(19) : warning C4996: 'MyGUI::WidgetManager::registerDelegate':
3> D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\my-gui\MyGUIEngine\include\MyGUI_WidgetManager.h(91) : see declaration of 'MyGUI::WidgetManager::registerDelegate'
3>..\..\..\my-gui\Plugins\Plugin_StrangeButton\StrangeButtonFactory.cpp(26) : warning C4996: 'MyGUI::WidgetManager::unregisterDelegate':
3> D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\my-gui\MyGUIEngine\include\MyGUI_WidgetManager.h(93) : see declaration of 'MyGUI::WidgetManager::unregisterDelegate'
3>D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\my-gui\MyGUIEngine\include\MyGUI_IWidgetFactory.h(60) : warning C4996: 'MyGUI::WidgetManager::registerFactory':
3> D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\my-gui\MyGUIEngine\include\MyGUI_WidgetManager.h(85) : see declaration of 'MyGUI::WidgetManager::registerFactory'
3> D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\my-gui\MyGUIEngine\include\MyGUI_IWidgetFactory.h(56) : while compiling class template member function 'MyGUI::factory::BaseWidgetFactory<T>::BaseWidgetFactory(void)'
3> with
3> [
3> T=plugin::StrangeButton
3> ]
3> d:\programming development\current programming projects\game dev\libraries\mygui\my-gui\plugins\plugin_strangebutton\StrangeButtonFactory.h(20) : see reference to class template instantiation 'MyGUI::factory::BaseWidgetFactory<T>' being compiled
3> with
3> [
3> T=plugin::StrangeButton
3> ]
3>D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\my-gui\MyGUIEngine\include\MyGUI_IWidgetFactory.h(67) : warning C4996: 'MyGUI::WidgetManager::unregisterFactory':
3> D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\my-gui\MyGUIEngine\include\MyGUI_WidgetManager.h(87) : see declaration of 'MyGUI::WidgetManager::unregisterFactory'
3> D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\my-gui\MyGUIEngine\include\MyGUI_IWidgetFactory.h(64) : while compiling class template member function 'MyGUI::factory::BaseWidgetFactory<T>::~BaseWidgetFactory(void)'
3> with
3> [
3> T=plugin::StrangeButton
3> ]
3>D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\my-gui\MyGUIEngine\include\MyGUI_IWidgetFactory.h(77) : warning C4996: 'MyGUI::SkinManager::getSkin': use : ResourceSkin* SkinManager::getByName(const std::string& _name)
3> d:\programming development\current programming projects\game dev\libraries\mygui\my-gui\myguiengine\include\MyGUI_SkinManager.h(58) : see declaration of 'MyGUI::SkinManager::getSkin'
3> D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\my-gui\MyGUIEngine\include\MyGUI_IWidgetFactory.h(76) : while compiling class template member function 'MyGUI::WidgetPtr MyGUI::factory::BaseWidgetFactory<T>::createWidget(MyGUI::WidgetStyle,const std::string &,const MyGUI::IntCoord &,MyGUI::Align,MyGUI::WidgetPtr,MyGUI::ICroppedRectangle *,MyGUI::IWidgetCreator *,const std::string &)'
3> with
3> [
3> T=plugin::StrangeButton
3> ]
3>StrangeButton.cpp
2>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
2>MyGUI_OgreViewport.cpp
3>Plugin_Export.cpp
3>D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\my-gui\MyGUIEngine\include\MyGUI_IWidgetFactory.h(67) : warning C4996: 'MyGUI::WidgetManager::unregisterFactory':
3> d:\programming development\current programming projects\game dev\libraries\mygui\my-gui\myguiengine\include\MyGUI_WidgetManager.h(87) : see declaration of 'MyGUI::WidgetManager::unregisterFactory'
3> D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\my-gui\MyGUIEngine\include\MyGUI_IWidgetFactory.h(64) : while compiling class template member function 'MyGUI::factory::BaseWidgetFactory<T>::~BaseWidgetFactory(void)'
3> with
3> [
3> T=plugin::StrangeButton
3> ]
3> d:\programming development\current programming projects\game dev\libraries\mygui\my-gui\plugins\plugin_strangebutton\StrangeButtonFactory.h(20) : see reference to class template instantiation 'MyGUI::factory::BaseWidgetFactory<T>' being compiled
3> with
3> [
3> T=plugin::StrangeButton
3> ]
3>D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\my-gui\MyGUIEngine\include\MyGUI_IWidgetFactory.h(77) : warning C4996: 'MyGUI::SkinManager::getSkin': use : ResourceSkin* SkinManager::getByName(const std::string& _name)
3> d:\programming development\current programming projects\game dev\libraries\mygui\my-gui\myguiengine\include\MyGUI_SkinManager.h(58) : see declaration of 'MyGUI::SkinManager::getSkin'
3> D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\my-gui\MyGUIEngine\include\MyGUI_IWidgetFactory.h(76) : while compiling class template member function 'MyGUI::WidgetPtr MyGUI::factory::BaseWidgetFactory<T>::createWidget(MyGUI::WidgetStyle,const std::string &,const MyGUI::IntCoord &,MyGUI::Align,MyGUI::WidgetPtr,MyGUI::ICroppedRectangle *,MyGUI::IWidgetCreator *,const std::string &)'
3> with
3> [
3> T=plugin::StrangeButton
3> ]
3>Plugin.cpp
2>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
2>MyGUI_OgreVertexBuffer.cpp
3>D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\my-gui\MyGUIEngine\include\MyGUI_IWidgetFactory.h(67) : warning C4996: 'MyGUI::WidgetManager::unregisterFactory':
3> d:\programming development\current programming projects\game dev\libraries\mygui\my-gui\myguiengine\include\MyGUI_WidgetManager.h(87) : see declaration of 'MyGUI::WidgetManager::unregisterFactory'
3> D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\my-gui\MyGUIEngine\include\MyGUI_IWidgetFactory.h(64) : while compiling class template member function 'MyGUI::factory::BaseWidgetFactory<T>::~BaseWidgetFactory(void)'
3> with
3> [
3> T=plugin::StrangeButton
3> ]
3> d:\programming development\current programming projects\game dev\libraries\mygui\my-gui\plugins\plugin_strangebutton\StrangeButtonFactory.h(20) : see reference to class template instantiation 'MyGUI::factory::BaseWidgetFactory<T>' being compiled
3> with
3> [
3> T=plugin::StrangeButton
3> ]
3>D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\my-gui\MyGUIEngine\include\MyGUI_IWidgetFactory.h(77) : warning C4996: 'MyGUI::SkinManager::getSkin': use : ResourceSkin* SkinManager::getByName(const std::string& _name)
3> d:\programming development\current programming projects\game dev\libraries\mygui\my-gui\myguiengine\include\MyGUI_SkinManager.h(58) : see declaration of 'MyGUI::SkinManager::getSkin'
3> D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\my-gui\MyGUIEngine\include\MyGUI_IWidgetFactory.h(76) : while compiling class template member function 'MyGUI::WidgetPtr MyGUI::factory::BaseWidgetFactory<T>::createWidget(MyGUI::WidgetStyle,const std::string &,const MyGUI::IntCoord &,MyGUI::Align,MyGUI::WidgetPtr,MyGUI::ICroppedRectangle *,MyGUI::IWidgetCreator *,const std::string &)'
3> with
3> [
3> T=plugin::StrangeButton
3> ]
3>Generating Code...
3>Compiling manifest to resources...
3>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
3>Copyright (C) Microsoft Corporation. All rights reserved.
3>Linking...
3> Creating library D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\MyGUI latest build\lib\Debug\Plugin_StrangeButton_d.lib and object D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\MyGUI latest build\lib\Debug\Plugin_StrangeButton_d.exp
3>Embedding manifest...
3>Microsoft (R) Windows (R) Resource Compiler Version 6.1.6723.1
3>Copyright (C) Microsoft Corporation. All rights reserved.
3>Build log was saved at "file://d:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\MyGUI latest build\Plugins\Plugin_StrangeButton\Plugin_StrangeButton.dir\Debug\BuildLog.htm"
3>Plugin_StrangeButton - 0 error(s), 9 warning(s)
2>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
2>MyGUI_OgreTextureManager.cpp
2>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
2>MyGUI_OgreTexture.cpp
2>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
2>MyGUI_OgreRenderManager.cpp
2>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
2>MyGUI_OgreDataStream.cpp
2>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
2>Generating Code...
2>Build log was saved at "file://d:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\MyGUI latest build\Platforms\Ogre\OgrePlatform\MyGUI.OgrePlatform.dir\Debug\BuildLog.htm"
2>MyGUI.OgrePlatform - 7 error(s), 0 warning(s)
4>------ Build started: Project: MyGUIFramework, Configuration: Debug Win32 ------
4>Compiling...
4>RenderBoxWrap.cpp
4>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
4>precompiled.cpp
4>Generating Code...
4>Build log was saved at "file://d:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\MyGUI latest build\Common\MyGUIFramework.dir\Debug\BuildLog.htm"
4>MyGUIFramework - 1 error(s), 0 warning(s)
5>------ Build started: Project: Demo_Colour, Configuration: Debug Win32 ------
6>------ Build started: Project: LayoutEditor, Configuration: Debug Win32 ------
5>Compiling...
6>Compiling...
5>EditPanel.cpp
6>Parse.cpp
5>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
5>DemoKeeper.cpp
6>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
6>OpenSaveFileDialog.cpp
5>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
5>ColourPanel.cpp
6>WidgetsWindow.cpp
6>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
6>SettingsWindow.cpp
5>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
5>Generating Code...
6>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
6>MetaSolutionWindow.cpp
6>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
6>PropertiesPanelView.cpp
6>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
6>PanelUserData.cpp
6>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
6>PanelProperties.cpp
6>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
6>PanelMainProperties.cpp
6>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
6>PanelItems.cpp
6>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
6>WidgetTypes.cpp
6>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
6>UndoManager.cpp
6>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
6>InputManager.cpp
6>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
6>EditorWidgets.cpp
6>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
6>EditorToolTip.cpp
6>..\..\..\my-gui\Tools\LayoutEditor\EditorToolTip.cpp(54) : warning C4996: 'MyGUI::SkinManager::getSkin': use : ResourceSkin* SkinManager::getByName(const std::string& _name)
6> D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\my-gui\MyGUIEngine\include\MyGUI_SkinManager.h(58) : see declaration of 'MyGUI::SkinManager::getSkin'
6>..\..\..\my-gui\Tools\LayoutEditor\EditorToolTip.cpp(60) : warning C4996: 'MyGUI::SkinManager::getSkin': use : ResourceSkin* SkinManager::getByName(const std::string& _name)
6> D:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\my-gui\MyGUIEngine\include\MyGUI_SkinManager.h(58) : see declaration of 'MyGUI::SkinManager::getSkin'
6>EditorState.cpp
6>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
6>BasisManager.cpp
6>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
6>Generating Code...
5>Build log was saved at "file://d:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\MyGUI latest build\Demos\Demo_Colour\Demo_Colour.dir\Debug\BuildLog.htm"
5>Demo_Colour - 3 error(s), 0 warning(s)
6>Build log was saved at "file://d:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\MyGUI latest build\Tools\LayoutEditor\LayoutEditor.dir\Debug\BuildLog.htm"
6>LayoutEditor - 15 error(s), 2 warning(s)
7>------ Build started: Project: ImageSetViewer, Configuration: Debug Win32 ------
7>Compiling...
8>------ Build started: Project: Demo_Console, Configuration: Debug Win32 ------
7>View.cpp
8>Compiling...
8>DemoKeeper.cpp
8>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
8>Console.cpp
7>Controller.cpp
7>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
7>Generating Code...
7>Build log was saved at "file://d:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\MyGUI latest build\Tools\ImageSetViewer\ImageSetViewer.dir\Debug\BuildLog.htm"
7>ImageSetViewer - 1 error(s), 0 warning(s)
9>------ Build started: Project: FontViewer, Configuration: Debug Win32 ------
9>Compiling...
9>TextureView.cpp
8>Generating Code...
8>Build log was saved at "file://d:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\MyGUI latest build\Demos\Demo_Console\Demo_Console.dir\Debug\BuildLog.htm"
8>Demo_Console - 1 error(s), 0 warning(s)
10>------ Build started: Project: Demo_Themes, Configuration: Debug Win32 ------
10>Compiling...
10>DemoKeeper.cpp
10>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
10>Build log was saved at "file://d:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\MyGUI latest build\Demos\Demo_Themes\Demo_Themes.dir\Debug\BuildLog.htm"
10>Demo_Themes - 1 error(s), 0 warning(s)
11>------ Build started: Project: Demo_StaticImage, Configuration: Debug Win32 ------
11>Compiling...
9>FontView.cpp
11>StaticImageView.cpp
9>..\..\..\my-gui\Tools\FontViewer\FontView.cpp(22) : error C2065: '_font' : undeclared identifier
9>FontPanel.cpp
11>DemoKeeper.cpp
11>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
11>Generating Code...
11>Build log was saved at "file://d:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\MyGUI latest build\Demos\Demo_StaticImage\Demo_StaticImage.dir\Debug\BuildLog.htm"
11>Demo_StaticImage - 1 error(s), 0 warning(s)
12>------ Build started: Project: Demo_ScrollView, Configuration: Debug Win32 ------
12>Compiling...
12>DemoKeeper.cpp
9>DemoKeeper.cpp
12>c:\cthughabuild\include\ogre\threading\OgreThreadHeadersBoost.h(28) : fatal error C1083: Cannot open include file: 'boost/thread/tss.hpp': No such file or directory
12>Build log was saved at "file://d:\PROGRAMMING DEVELOPMENT\CURRENT PROGRAMMING PROJECTS\GAME DEV\LIBRARIES\MYGUI\MyGUI latest build\Demos\Demo_ScrollView\Demo_ScrollView.dir\Debug\BuildLog.htm"
12>Demo_ScrollView - 1 error(s), 0 warning(s)


Do you have any MyGUI 2.2.2 libraries prebuilt with Visual C++ Express/Studio 2008 against ogre cthugha (1.7)?

guido

27-08-2010 13:04:37

viewtopic.php?f=17&t=13302

I solved that problem here