[Solved] Problem building with CMake

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

Walta69
Not too shy to talk
Not too shy to talk
Posts: 31
Joined: Wed Jun 25, 2014 08:40

Re: Problem building with CMake

Postby Walta69 » Thu Jun 26, 2014 17:46

Nickenstein79 wrote:With a pre-built OgreSDK the directory path for that header file would typically be:

OgreSDK_vc10_v1-9-0/boost/boost/version.hpp

not

OgreSDK_vc10_v1-9-0/boost/boost/boost/version.hpp

So, either one of the paths you have set in cmake has one too many instances of 'boost/' in it, or you have a window's environment variable with one too many instances of 'boost/' in it.


The problem was too many boosts :P thanks alot! working now :D sorry for all the trouble with my stupidity :P will let you know if I get more problems ;)

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: Problem building with CMake

Postby Ident » Thu Jun 26, 2014 17:52

Well that took some doing.

I would suggest you to edit the wiki article in a way it is more understandable for you, now that you know what was wrong. This way it will be easier for you when u get back to it and easier for anyone else who might encounter those issues. Just use your forum account and password to log into our wiki (Mediawiki) and edit the article as you want.
CrazyEddie: "I don't like GUIs"

User avatar
Nickenstein79
Quite a regular
Quite a regular
Posts: 93
Joined: Thu May 09, 2013 06:19

Re: Problem building with CMake

Postby Nickenstein79 » Fri Jun 27, 2014 04:33

Walta69 wrote:sorry for all the trouble with my stupidity :P


Don't feel bad, Walta69.
It was only a couple of weeks ago that I was utterly stuck with cmake/boost issues when I was trying to build Ogre/CEGUI/Boost/PyCEGUI/CEED from scratch.

I got all of my help from Ident & Kulik, so it's nice that it was me who spotted the problem this time around.

That's the magic cycle of learning & passing it on!
(So, yeah, do what Ident said and update the wiki so you can help others in future avoid your mistakes.) :)

Walta69
Not too shy to talk
Not too shy to talk
Posts: 31
Joined: Wed Jun 25, 2014 08:40

Re: [Solved] Problem building with CMake

Postby Walta69 » Fri Jun 27, 2014 06:13

Embarrassing as this is, it seems I was too quick to celebrate :P . I'm having trouble actually building in Visual Studio 2010 now.

I open up the cegui.sln file, include boost etc and click build. Everything seems fine however near the end of the build I start getting a few errors. I get 30 succeeded, 1 failed and 2 skipped if that makes a difference.

Seems to be linking errors with ogre (I will show below). Also the samples don't seem to be made.

Error output from VS2010:

Code: Select all

2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::HardwareVertexBufferSharedPtr::~HardwareVertexBufferSharedPtr(void)" (__imp_??1HardwareVertexBufferSharedPtr@Ogre@@QAE@XZ) referenced in function __unwindfunclet$??0OgreGeometryBuffer@CEGUI@@QAE@ABV01@@Z$0
2>Renderer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::HardwareVertexBufferSharedPtr::~HardwareVertexBufferSharedPtr(void)" (__imp_??1HardwareVertexBufferSharedPtr@Ogre@@QAE@XZ)
2>TextureTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::HardwareVertexBufferSharedPtr::~HardwareVertexBufferSharedPtr(void)" (__imp_??1HardwareVertexBufferSharedPtr@Ogre@@QAE@XZ)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::HardwareVertexBufferSharedPtr::~HardwareVertexBufferSharedPtr(void)" (__imp_??1HardwareVertexBufferSharedPtr@Ogre@@QAE@XZ)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::HardwareVertexBufferSharedPtr::HardwareVertexBufferSharedPtr(class Ogre::HardwareVertexBufferSharedPtr const &)" (__imp_??0HardwareVertexBufferSharedPtr@Ogre@@QAE@ABV01@@Z) referenced in function "public: __thiscall CEGUI::OgreGeometryBuffer::OgreGeometryBuffer(class CEGUI::OgreGeometryBuffer const &)" (??0OgreGeometryBuffer@CEGUI@@QAE@ABV01@@Z)
2>Renderer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::HardwareVertexBufferSharedPtr::HardwareVertexBufferSharedPtr(class Ogre::HardwareVertexBufferSharedPtr const &)" (__imp_??0HardwareVertexBufferSharedPtr@Ogre@@QAE@ABV01@@Z)
2>TextureTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::HardwareVertexBufferSharedPtr::HardwareVertexBufferSharedPtr(class Ogre::HardwareVertexBufferSharedPtr const &)" (__imp_??0HardwareVertexBufferSharedPtr@Ogre@@QAE@ABV01@@Z)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::HardwareVertexBufferSharedPtr::HardwareVertexBufferSharedPtr(class Ogre::HardwareVertexBufferSharedPtr const &)" (__imp_??0HardwareVertexBufferSharedPtr@Ogre@@QAE@ABV01@@Z)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::HardwareVertexBufferSharedPtr::HardwareVertexBufferSharedPtr(void)" (__imp_??0HardwareVertexBufferSharedPtr@Ogre@@QAE@XZ) referenced in function "public: __thiscall CEGUI::OgreGeometryBuffer::OgreGeometryBuffer(class CEGUI::OgreRenderer &,class Ogre::RenderSystem &)" (??0OgreGeometryBuffer@CEGUI@@QAE@AAVOgreRenderer@1@AAVRenderSystem@Ogre@@@Z)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::Matrix4::Matrix4(void)" (__imp_??0Matrix4@Ogre@@QAE@XZ) referenced in function "public: __thiscall CEGUI::OgreGeometryBuffer::OgreGeometryBuffer(class CEGUI::OgreRenderer &,class Ogre::RenderSystem &)" (??0OgreGeometryBuffer@CEGUI@@QAE@AAVOgreRenderer@1@AAVRenderSystem@Ogre@@@Z)
2>Renderer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::Matrix4::Matrix4(void)" (__imp_??0Matrix4@Ogre@@QAE@XZ)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void __cdecl Ogre::AllocatedObject<class Ogre::CategorisedAllocPolicy<1> >::operator delete(void *,char const *,int,char const *)" (__imp_??3?$AllocatedObject@V?$CategorisedAllocPolicy@$00@Ogre@@@Ogre@@SAXPAXPBDH1@Z) referenced in function __unwindfunclet$?initialiseRenderOp@CEGUI@@YAXAAVRenderOperation@Ogre@@AAVHardwareVertexBufferSharedPtr@3@I@Z$0
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Ogre::HardwareVertexBufferSharedPtr & __thiscall Ogre::HardwareVertexBufferSharedPtr::operator=(class Ogre::HardwareVertexBufferSharedPtr const &)" (__imp_??4HardwareVertexBufferSharedPtr@Ogre@@QAEAAV01@ABV01@@Z) referenced in function "void __cdecl CEGUI::initialiseRenderOp(class Ogre::RenderOperation &,class Ogre::HardwareVertexBufferSharedPtr &,unsigned int)" (?initialiseRenderOp@CEGUI@@YAXAAVRenderOperation@Ogre@@AAVHardwareVertexBufferSharedPtr@3@I@Z)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class Ogre::HardwareBufferManager & __cdecl Ogre::HardwareBufferManager::getSingleton(void)" (__imp_?getSingleton@HardwareBufferManager@Ogre@@SAAAV12@XZ) referenced in function "void __cdecl CEGUI::initialiseRenderOp(class Ogre::RenderOperation &,class Ogre::HardwareVertexBufferSharedPtr &,unsigned int)" (?initialiseRenderOp@CEGUI@@YAXAAVRenderOperation@Ogre@@AAVHardwareVertexBufferSharedPtr@3@I@Z)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static unsigned int __cdecl Ogre::VertexElement::getTypeSize(enum Ogre::VertexElementType)" (__imp_?getTypeSize@VertexElement@Ogre@@SAIW4VertexElementType@2@@Z) referenced in function "void __cdecl CEGUI::initialiseRenderOp(class Ogre::RenderOperation &,class Ogre::HardwareVertexBufferSharedPtr &,unsigned int)" (?initialiseRenderOp@CEGUI@@YAXAAVRenderOperation@Ogre@@AAVHardwareVertexBufferSharedPtr@3@I@Z)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::VertexData::VertexData(class Ogre::HardwareBufferManagerBase *)" (__imp_??0VertexData@Ogre@@QAE@PAVHardwareBufferManagerBase@1@@Z) referenced in function "void __cdecl CEGUI::initialiseRenderOp(class Ogre::RenderOperation &,class Ogre::HardwareVertexBufferSharedPtr &,unsigned int)" (?initialiseRenderOp@CEGUI@@YAXAAVRenderOperation@Ogre@@AAVHardwareVertexBufferSharedPtr@3@I@Z)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void * __cdecl Ogre::AllocatedObject<class Ogre::CategorisedAllocPolicy<1> >::operator new(unsigned int,char const *,int,char const *)" (__imp_??2?$AllocatedObject@V?$CategorisedAllocPolicy@$00@Ogre@@@Ogre@@SAPAXIPBDH0@Z) referenced in function "void __cdecl CEGUI::initialiseRenderOp(class Ogre::RenderOperation &,class Ogre::HardwareVertexBufferSharedPtr &,unsigned int)" (?initialiseRenderOp@CEGUI@@YAXAAVRenderOperation@Ogre@@AAVHardwareVertexBufferSharedPtr@3@I@Z)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::SharedPtr<class Ogre::HardwareVertexBuffer>::setNull(void)" (__imp_?setNull@?$SharedPtr@VHardwareVertexBuffer@Ogre@@@Ogre@@QAEXXZ) referenced in function "void __cdecl CEGUI::cleanupRenderOp(class Ogre::RenderOperation &,class Ogre::HardwareVertexBufferSharedPtr &)" (?cleanupRenderOp@CEGUI@@YAXAAVRenderOperation@Ogre@@AAVHardwareVertexBufferSharedPtr@3@@Z)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void __cdecl Ogre::AllocatedObject<class Ogre::CategorisedAllocPolicy<1> >::operator delete(void *)" (__imp_??3?$AllocatedObject@V?$CategorisedAllocPolicy@$00@Ogre@@@Ogre@@SAXPAX@Z) referenced in function "public: void * __thiscall Ogre::VertexData::`scalar deleting destructor'(unsigned int)" (??_GVertexData@Ogre@@QAEPAXI@Z)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::VertexData::~VertexData(void)" (__imp_??1VertexData@Ogre@@QAE@XZ) referenced in function "public: void * __thiscall Ogre::VertexData::`scalar deleting destructor'(unsigned int)" (??_GVertexData@Ogre@@QAEPAXI@Z)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::ColourValue::ColourValue(float,float,float,float)" (__imp_??0ColourValue@Ogre@@QAE@MMMM@Z) referenced in function "protected: unsigned int __thiscall CEGUI::OgreGeometryBuffer::colourToOgre(class CEGUI::Colour const &)const " (?colourToOgre@OgreGeometryBuffer@CEGUI@@IBEIABVColour@2@@Z)
2>TextureTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::ColourValue::ColourValue(float,float,float,float)" (__imp_??0ColourValue@Ogre@@QAE@MMMM@Z)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Ogre::Matrix4 __thiscall Ogre::Matrix4::operator*(class Ogre::Matrix4 const &)const " (__imp_??DMatrix4@Ogre@@QBE?AV01@ABV01@@Z) referenced in function "protected: void __thiscall CEGUI::OgreGeometryBuffer::updateMatrix(void)const " (?updateMatrix@OgreGeometryBuffer@CEGUI@@IBEXXZ)
2>Renderer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::Matrix4 __thiscall Ogre::Matrix4::operator*(class Ogre::Matrix4 const &)const " (__imp_??DMatrix4@Ogre@@QBE?AV01@ABV01@@Z)
2>TextureTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::Matrix4 __thiscall Ogre::Matrix4::operator*(class Ogre::Matrix4 const &)const " (__imp_??DMatrix4@Ogre@@QBE?AV01@ABV01@@Z)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::Matrix4 __thiscall Ogre::Matrix4::operator*(class Ogre::Matrix4 const &)const " (__imp_??DMatrix4@Ogre@@QBE?AV01@ABV01@@Z)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::Matrix4::Matrix4(class Ogre::Quaternion const &)" (__imp_??0Matrix4@Ogre@@QAE@ABVQuaternion@1@@Z) referenced in function "protected: void __thiscall CEGUI::OgreGeometryBuffer::updateMatrix(void)const " (?updateMatrix@OgreGeometryBuffer@CEGUI@@IBEXXZ)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::Quaternion::Quaternion(float,float,float,float)" (__imp_??0Quaternion@Ogre@@QAE@MMMM@Z) referenced in function "protected: void __thiscall CEGUI::OgreGeometryBuffer::updateMatrix(void)const " (?updateMatrix@OgreGeometryBuffer@CEGUI@@IBEXXZ)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Matrix4::makeTrans(float,float,float)" (__imp_?makeTrans@Matrix4@Ogre@@QAEXMMM@Z) referenced in function "protected: void __thiscall CEGUI::OgreGeometryBuffer::updateMatrix(void)const " (?updateMatrix@OgreGeometryBuffer@CEGUI@@IBEXXZ)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void * __thiscall Ogre::HardwareBuffer::lock(enum Ogre::HardwareBuffer::LockOptions)" (__imp_?lock@HardwareBuffer@Ogre@@QAEPAXW4LockOptions@12@@Z) referenced in function "protected: void __thiscall CEGUI::OgreGeometryBuffer::syncHardwareBuffer(void)const " (?syncHardwareBuffer@OgreGeometryBuffer@CEGUI@@IBEXXZ)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall Ogre::HardwareVertexBuffer::getNumVertices(void)const " (__imp_?getNumVertices@HardwareVertexBuffer@Ogre@@QBEIXZ) referenced in function "protected: void __thiscall CEGUI::OgreGeometryBuffer::syncHardwareBuffer(void)const " (?syncHardwareBuffer@OgreGeometryBuffer@CEGUI@@IBEXXZ)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Ogre::HardwareVertexBuffer * __thiscall Ogre::SharedPtr<class Ogre::HardwareVertexBuffer>::operator->(void)const " (__imp_??C?$SharedPtr@VHardwareVertexBuffer@Ogre@@@Ogre@@QBEPAVHardwareVertexBuffer@1@XZ) referenced in function "protected: void __thiscall CEGUI::OgreGeometryBuffer::syncHardwareBuffer(void)const " (?syncHardwareBuffer@OgreGeometryBuffer@CEGUI@@IBEXXZ)
2>GeometryBuffer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::Matrix4 const Ogre::Matrix4::IDENTITY" (__imp_?IDENTITY@Matrix4@Ogre@@2V12@B)
2>Renderer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::Matrix4 const Ogre::Matrix4::IDENTITY" (__imp_?IDENTITY@Matrix4@Ogre@@2V12@B)
2>TextureTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::Matrix4 const Ogre::Matrix4::IDENTITY" (__imp_?IDENTITY@Matrix4@Ogre@@2V12@B)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::Matrix4 const Ogre::Matrix4::IDENTITY" (__imp_?IDENTITY@Matrix4@Ogre@@2V12@B)
2>TextureTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static __int64 __cdecl Ogre::InterlockedCompareExchange64Wrapper::Ogre_InterlockedIncrement64(__int64 volatile *)" (__imp_?Ogre_InterlockedIncrement64@InterlockedCompareExchange64Wrapper@Ogre@@SA_JPC_J@Z)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static __int64 __cdecl Ogre::InterlockedCompareExchange64Wrapper::Ogre_InterlockedIncrement64(__int64 volatile *)" (__imp_?Ogre_InterlockedIncrement64@InterlockedCompareExchange64Wrapper@Ogre@@SA_JPC_J@Z)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static __int64 __cdecl Ogre::InterlockedCompareExchange64Wrapper::Ogre_InterlockedIncrement64(__int64 volatile *)" (__imp_?Ogre_InterlockedIncrement64@InterlockedCompareExchange64Wrapper@Ogre@@SA_JPC_J@Z) referenced in function "public: unsigned int __thiscall Ogre::AtomicScalar<unsigned int>::operator++(void)" (??E?$AtomicScalar@I@Ogre@@QAEIXZ)
2>ImageCodec.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static __int64 __cdecl Ogre::InterlockedCompareExchange64Wrapper::Ogre_InterlockedIncrement64(__int64 volatile *)" (__imp_?Ogre_InterlockedIncrement64@InterlockedCompareExchange64Wrapper@Ogre@@SA_JPC_J@Z)
2>Renderer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static __int64 __cdecl Ogre::InterlockedCompareExchange64Wrapper::Ogre_InterlockedIncrement64(__int64 volatile *)" (__imp_?Ogre_InterlockedIncrement64@InterlockedCompareExchange64Wrapper@Ogre@@SA_JPC_J@Z)
2>Texture.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static __int64 __cdecl Ogre::InterlockedCompareExchange64Wrapper::Ogre_InterlockedIncrement64(__int64 volatile *)" (__imp_?Ogre_InterlockedIncrement64@InterlockedCompareExchange64Wrapper@Ogre@@SA_JPC_J@Z)
2>Texture.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::system_category(void)" (?system_category@system@boost@@YAABVerror_category@12@XZ)
2>TextureTarget.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::system_category(void)" (?system_category@system@boost@@YAABVerror_category@12@XZ)
2>WindowTarget.obj : error LNK2019: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::system_category(void)" (?system_category@system@boost@@YAABVerror_category@12@XZ) referenced in function "public: virtual __thiscall std::bad_alloc::~bad_alloc(void)" (??1bad_alloc@std@@UAE@XZ)
2>GeometryBuffer.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::system_category(void)" (?system_category@system@boost@@YAABVerror_category@12@XZ)
2>ImageCodec.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::system_category(void)" (?system_category@system@boost@@YAABVerror_category@12@XZ)
2>Renderer.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::system_category(void)" (?system_category@system@boost@@YAABVerror_category@12@XZ)
2>ResourceProvider.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::system_category(void)" (?system_category@system@boost@@YAABVerror_category@12@XZ)
2>Texture.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static __int64 __cdecl Ogre::InterlockedCompareExchange64Wrapper::Ogre_InterlockedDecrement64(__int64 volatile *)" (__imp_?Ogre_InterlockedDecrement64@InterlockedCompareExchange64Wrapper@Ogre@@SA_JPC_J@Z)
2>TextureTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static __int64 __cdecl Ogre::InterlockedCompareExchange64Wrapper::Ogre_InterlockedDecrement64(__int64 volatile *)" (__imp_?Ogre_InterlockedDecrement64@InterlockedCompareExchange64Wrapper@Ogre@@SA_JPC_J@Z)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static __int64 __cdecl Ogre::InterlockedCompareExchange64Wrapper::Ogre_InterlockedDecrement64(__int64 volatile *)" (__imp_?Ogre_InterlockedDecrement64@InterlockedCompareExchange64Wrapper@Ogre@@SA_JPC_J@Z)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static __int64 __cdecl Ogre::InterlockedCompareExchange64Wrapper::Ogre_InterlockedDecrement64(__int64 volatile *)" (__imp_?Ogre_InterlockedDecrement64@InterlockedCompareExchange64Wrapper@Ogre@@SA_JPC_J@Z) referenced in function "public: unsigned int __thiscall Ogre::AtomicScalar<unsigned int>::operator--(void)" (??F?$AtomicScalar@I@Ogre@@QAEIXZ)
2>ImageCodec.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static __int64 __cdecl Ogre::InterlockedCompareExchange64Wrapper::Ogre_InterlockedDecrement64(__int64 volatile *)" (__imp_?Ogre_InterlockedDecrement64@InterlockedCompareExchange64Wrapper@Ogre@@SA_JPC_J@Z)
2>Renderer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static __int64 __cdecl Ogre::InterlockedCompareExchange64Wrapper::Ogre_InterlockedDecrement64(__int64 volatile *)" (__imp_?Ogre_InterlockedDecrement64@InterlockedCompareExchange64Wrapper@Ogre@@SA_JPC_J@Z)
2>ResourceProvider.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static __int64 __cdecl Ogre::InterlockedCompareExchange64Wrapper::Ogre_InterlockedDecrement64(__int64 volatile *)" (__imp_?Ogre_InterlockedDecrement64@InterlockedCompareExchange64Wrapper@Ogre@@SA_JPC_J@Z)
2>Texture.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void __cdecl Ogre::NedPoolingPolicy::deallocateBytes(void *)" (__imp_?deallocateBytes@NedPoolingPolicy@Ogre@@SAXPAX@Z) referenced in function "public: __thiscall std::_String_val<char,class std::allocator<char> >::~_String_val<char,class std::allocator<char> >(void)" (??1?$_String_val@DV?$allocator@D@std@@@std@@QAE@XZ)
2>TextureTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl Ogre::NedPoolingPolicy::deallocateBytes(void *)" (__imp_?deallocateBytes@NedPoolingPolicy@Ogre@@SAXPAX@Z)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl Ogre::NedPoolingPolicy::deallocateBytes(void *)" (__imp_?deallocateBytes@NedPoolingPolicy@Ogre@@SAXPAX@Z)
2>GeometryBuffer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl Ogre::NedPoolingPolicy::deallocateBytes(void *)" (__imp_?deallocateBytes@NedPoolingPolicy@Ogre@@SAXPAX@Z)
2>ImageCodec.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl Ogre::NedPoolingPolicy::deallocateBytes(void *)" (__imp_?deallocateBytes@NedPoolingPolicy@Ogre@@SAXPAX@Z)
2>Renderer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl Ogre::NedPoolingPolicy::deallocateBytes(void *)" (__imp_?deallocateBytes@NedPoolingPolicy@Ogre@@SAXPAX@Z)
2>ResourceProvider.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl Ogre::NedPoolingPolicy::deallocateBytes(void *)" (__imp_?deallocateBytes@NedPoolingPolicy@Ogre@@SAXPAX@Z)
2>Texture.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::generic_category(void)" (?generic_category@system@boost@@YAABVerror_category@12@XZ)
2>TextureTarget.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::generic_category(void)" (?generic_category@system@boost@@YAABVerror_category@12@XZ)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::generic_category(void)" (?generic_category@system@boost@@YAABVerror_category@12@XZ)
2>GeometryBuffer.obj : error LNK2019: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::generic_category(void)" (?generic_category@system@boost@@YAABVerror_category@12@XZ) referenced in function "void __cdecl boost::system::`dynamic initializer for 'posix_category''(void)" (??__Eposix_category@system@boost@@YAXXZ)
2>ImageCodec.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::generic_category(void)" (?generic_category@system@boost@@YAABVerror_category@12@XZ)
2>Renderer.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::generic_category(void)" (?generic_category@system@boost@@YAABVerror_category@12@XZ)
2>ResourceProvider.obj : error LNK2001: unresolved external symbol "class boost::system::error_category const & __cdecl boost::system::generic_category(void)" (?generic_category@system@boost@@YAABVerror_category@12@XZ)
2>ImageCodec.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void __cdecl Ogre::AllocatedObject<class Ogre::CategorisedAllocPolicy<0> >::operator delete(void *,char const *,int,char const *)" (__imp_??3?$AllocatedObject@V?$CategorisedAllocPolicy@$0A@@Ogre@@@Ogre@@SAXPAXPBDH1@Z) referenced in function __unwindfunclet$?load@OgreImageCodec@CEGUI@@UAEPAVTexture@2@ABVRawDataContainer@2@PAV32@@Z$0
2>Texture.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl Ogre::AllocatedObject<class Ogre::CategorisedAllocPolicy<0> >::operator delete(void *,char const *,int,char const *)" (__imp_??3?$AllocatedObject@V?$CategorisedAllocPolicy@$0A@@Ogre@@@Ogre@@SAXPAXPBDH1@Z)
2>ImageCodec.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall Ogre::Image::~Image(void)" (__imp_??1Image@Ogre@@UAE@XZ) referenced in function "public: virtual class CEGUI::Texture * __thiscall CEGUI::OgreImageCodec::load(class CEGUI::RawDataContainer const &,class CEGUI::Texture *)" (?load@OgreImageCodec@CEGUI@@UAEPAVTexture@2@ABVRawDataContainer@2@PAV32@@Z)
2>ImageCodec.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall Ogre::Image::getRowSpan(void)const " (__imp_?getRowSpan@Image@Ogre@@QBEIXZ) referenced in function "public: virtual class CEGUI::Texture * __thiscall CEGUI::OgreImageCodec::load(class CEGUI::RawDataContainer const &,class CEGUI::Texture *)" (?load@OgreImageCodec@CEGUI@@UAEPAVTexture@2@ABVRawDataContainer@2@PAV32@@Z)
2>ImageCodec.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall Ogre::Image::getWidth(void)const " (__imp_?getWidth@Image@Ogre@@QBEIXZ) referenced in function "public: virtual class CEGUI::Texture * __thiscall CEGUI::OgreImageCodec::load(class CEGUI::RawDataContainer const &,class CEGUI::Texture *)" (?load@OgreImageCodec@CEGUI@@UAEPAVTexture@2@ABVRawDataContainer@2@PAV32@@Z)
2>ImageCodec.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall Ogre::Image::getHeight(void)const " (__imp_?getHeight@Image@Ogre@@QBEIXZ) referenced in function "public: virtual class CEGUI::Texture * __thiscall CEGUI::OgreImageCodec::load(class CEGUI::RawDataContainer const &,class CEGUI::Texture *)" (?load@OgreImageCodec@CEGUI@@UAEPAVTexture@2@ABVRawDataContainer@2@PAV32@@Z)
2>ImageCodec.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: unsigned char * __thiscall Ogre::Image::getData(void)" (__imp_?getData@Image@Ogre@@QAEPAEXZ) referenced in function "public: virtual class CEGUI::Texture * __thiscall CEGUI::OgreImageCodec::load(class CEGUI::RawDataContainer const &,class CEGUI::Texture *)" (?load@OgreImageCodec@CEGUI@@UAEPAVTexture@2@ABVRawDataContainer@2@PAV32@@Z)
2>ImageCodec.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: enum Ogre::PixelFormat __thiscall Ogre::Image::getFormat(void)const " (__imp_?getFormat@Image@Ogre@@QBE?AW4PixelFormat@2@XZ) referenced in function "public: virtual class CEGUI::Texture * __thiscall CEGUI::OgreImageCodec::load(class CEGUI::RawDataContainer const &,class CEGUI::Texture *)" (?load@OgreImageCodec@CEGUI@@UAEPAVTexture@2@ABVRawDataContainer@2@PAV32@@Z)
2>ImageCodec.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Ogre::Image & __thiscall Ogre::Image::load(class Ogre::SharedPtr<class Ogre::DataStream> &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_?load@Image@Ogre@@QAEAAV12@AAV?$SharedPtr@VDataStream@Ogre@@@2@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "public: virtual class CEGUI::Texture * __thiscall CEGUI::OgreImageCodec::load(class CEGUI::RawDataContainer const &,class CEGUI::Texture *)" (?load@OgreImageCodec@CEGUI@@UAEPAVTexture@2@ABVRawDataContainer@2@PAV32@@Z)
2>ImageCodec.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::Image::Image(void)" (__imp_??0Image@Ogre@@QAE@XZ) referenced in function "public: virtual class CEGUI::Texture * __thiscall CEGUI::OgreImageCodec::load(class CEGUI::RawDataContainer const &,class CEGUI::Texture *)" (?load@OgreImageCodec@CEGUI@@UAEPAVTexture@2@ABVRawDataContainer@2@PAV32@@Z)
2>ImageCodec.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::MemoryDataStream::MemoryDataStream(void *,unsigned int,bool,bool)" (__imp_??0MemoryDataStream@Ogre@@QAE@PAXI_N1@Z) referenced in function "public: virtual class CEGUI::Texture * __thiscall CEGUI::OgreImageCodec::load(class CEGUI::RawDataContainer const &,class CEGUI::Texture *)" (?load@OgreImageCodec@CEGUI@@UAEPAVTexture@2@ABVRawDataContainer@2@PAV32@@Z)
2>Texture.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::MemoryDataStream::MemoryDataStream(void *,unsigned int,bool,bool)" (__imp_??0MemoryDataStream@Ogre@@QAE@PAXI_N1@Z)
2>ImageCodec.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void * __cdecl Ogre::AllocatedObject<class Ogre::CategorisedAllocPolicy<0> >::operator new(unsigned int,char const *,int,char const *)" (__imp_??2?$AllocatedObject@V?$CategorisedAllocPolicy@$0A@@Ogre@@@Ogre@@SAPAXIPBDH0@Z) referenced in function "public: virtual class CEGUI::Texture * __thiscall CEGUI::OgreImageCodec::load(class CEGUI::RawDataContainer const &,class CEGUI::Texture *)" (?load@OgreImageCodec@CEGUI@@UAEPAVTexture@2@ABVRawDataContainer@2@PAV32@@Z)
2>Texture.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void * __cdecl Ogre::AllocatedObject<class Ogre::CategorisedAllocPolicy<0> >::operator new(unsigned int,char const *,int,char const *)" (__imp_??2?$AllocatedObject@V?$CategorisedAllocPolicy@$0A@@Ogre@@@Ogre@@SAPAXIPBDH0@Z)
2>ImageCodec.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Ogre::DataStream::isReadable(void)const " (?isReadable@DataStream@Ogre@@UBE_NXZ)
2>Texture.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Ogre::DataStream::isReadable(void)const " (?isReadable@DataStream@Ogre@@UBE_NXZ)
2>ImageCodec.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Ogre::DataStream::isWriteable(void)const " (?isWriteable@DataStream@Ogre@@UBE_NXZ)
2>Texture.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Ogre::DataStream::isWriteable(void)const " (?isWriteable@DataStream@Ogre@@UBE_NXZ)
2>ImageCodec.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall Ogre::MemoryDataStream::read(void *,unsigned int)" (?read@MemoryDataStream@Ogre@@UAEIPAXI@Z)
2>Texture.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall Ogre::MemoryDataStream::read(void *,unsigned int)" (?read@MemoryDataStream@Ogre@@UAEIPAXI@Z)
2>ImageCodec.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall Ogre::MemoryDataStream::write(void const *,unsigned int)" (?write@MemoryDataStream@Ogre@@UAEIPBXI@Z)
2>Texture.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall Ogre::MemoryDataStream::write(void const *,unsigned int)" (?write@MemoryDataStream@Ogre@@UAEIPBXI@Z)
2>ImageCodec.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall Ogre::MemoryDataStream::readLine(char *,unsigned int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?readLine@MemoryDataStream@Ogre@@UAEIPADIABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
2>Texture.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall Ogre::MemoryDataStream::readLine(char *,unsigned int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?readLine@MemoryDataStream@Ogre@@UAEIPADIABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
2>ImageCodec.obj : error LNK2001: unresolved external symbol "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Ogre::DataStream::getLine(bool)" (?getLine@DataStream@Ogre@@UAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z)
2>Texture.obj : error LNK2001: unresolved external symbol "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Ogre::DataStream::getLine(bool)" (?getLine@DataStream@Ogre@@UAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@_N@Z)
2>ImageCodec.obj : error LNK2001: unresolved external symbol "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Ogre::DataStream::getAsString(void)" (?getAsString@DataStream@Ogre@@UAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
2>Texture.obj : error LNK2001: unresolved external symbol "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Ogre::DataStream::getAsString(void)" (?getAsString@DataStream@Ogre@@UAE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
2>ImageCodec.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall Ogre::MemoryDataStream::skipLine(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?skipLine@MemoryDataStream@Ogre@@UAEIABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
2>Texture.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall Ogre::MemoryDataStream::skipLine(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?skipLine@MemoryDataStream@Ogre@@UAEIABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
2>ImageCodec.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Ogre::MemoryDataStream::skip(long)" (?skip@MemoryDataStream@Ogre@@UAEXJ@Z)
2>Texture.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Ogre::MemoryDataStream::skip(long)" (?skip@MemoryDataStream@Ogre@@UAEXJ@Z)
2>ImageCodec.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Ogre::MemoryDataStream::seek(unsigned int)" (?seek@MemoryDataStream@Ogre@@UAEXI@Z)
2>Texture.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Ogre::MemoryDataStream::seek(unsigned int)" (?seek@MemoryDataStream@Ogre@@UAEXI@Z)
2>ImageCodec.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall Ogre::MemoryDataStream::tell(void)const " (?tell@MemoryDataStream@Ogre@@UBEIXZ)
2>Texture.obj : error LNK2001: unresolved external symbol "public: virtual unsigned int __thiscall Ogre::MemoryDataStream::tell(void)const " (?tell@MemoryDataStream@Ogre@@UBEIXZ)
2>ImageCodec.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Ogre::MemoryDataStream::eof(void)const " (?eof@MemoryDataStream@Ogre@@UBE_NXZ)
2>Texture.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Ogre::MemoryDataStream::eof(void)const " (?eof@MemoryDataStream@Ogre@@UBE_NXZ)
2>ImageCodec.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Ogre::MemoryDataStream::close(void)" (?close@MemoryDataStream@Ogre@@UAEXXZ)
2>Texture.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Ogre::MemoryDataStream::close(void)" (?close@MemoryDataStream@Ogre@@UAEXXZ)
2>ImageCodec.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void __cdecl Ogre::AllocatedObject<class Ogre::CategorisedAllocPolicy<0> >::operator delete(void *)" (__imp_??3?$AllocatedObject@V?$CategorisedAllocPolicy@$0A@@Ogre@@@Ogre@@SAXPAX@Z) referenced in function "public: virtual void * __thiscall Ogre::MemoryDataStream::`scalar deleting destructor'(unsigned int)" (??_GMemoryDataStream@Ogre@@UAEPAXI@Z)
2>Texture.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl Ogre::AllocatedObject<class Ogre::CategorisedAllocPolicy<0> >::operator delete(void *)" (__imp_??3?$AllocatedObject@V?$CategorisedAllocPolicy@$0A@@Ogre@@@Ogre@@SAXPAX@Z)
2>ImageCodec.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall Ogre::MemoryDataStream::~MemoryDataStream(void)" (__imp_??1MemoryDataStream@Ogre@@UAE@XZ) referenced in function "public: virtual void * __thiscall Ogre::MemoryDataStream::`scalar deleting destructor'(unsigned int)" (??_GMemoryDataStream@Ogre@@UAEPAXI@Z)
2>Texture.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall Ogre::MemoryDataStream::~MemoryDataStream(void)" (__imp_??1MemoryDataStream@Ogre@@UAE@XZ)
2>ImageCodec.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void * __cdecl Ogre::NedPoolingPolicy::allocateBytes(unsigned int,char const *,int,char const *)" (__imp_?allocateBytes@NedPoolingPolicy@Ogre@@SAPAXIPBDH0@Z) referenced in function "private: static struct Ogre::SharedPtrInfo * __cdecl Ogre::SharedPtr<class Ogre::DataStream>::createInfoForMethod(class Ogre::DataStream *,enum Ogre::SharedPtrFreeMethod)" (?createInfoForMethod@?$SharedPtr@VDataStream@Ogre@@@Ogre@@CAPAUSharedPtrInfo@2@PAVDataStream@2@W4SharedPtrFreeMethod@2@@Z)
2>Texture.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void * __cdecl Ogre::NedPoolingPolicy::allocateBytes(unsigned int,char const *,int,char const *)" (__imp_?allocateBytes@NedPoolingPolicy@Ogre@@SAPAXIPBDH0@Z)
2>Renderer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Ogre::Camera * __thiscall Ogre::Viewport::getCamera(void)const " (__imp_?getCamera@Viewport@Ogre@@QBEPAVCamera@2@XZ) referenced in function "public: virtual void __thiscall CEGUI::OgreRenderer::beginRendering(void)" (?beginRendering@OgreRenderer@CEGUI@@UAEXXZ)
2>Renderer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Ogre::RenderWindow * __thiscall Ogre::Root::getAutoCreatedWindow(void)" (__imp_?getAutoCreatedWindow@Root@Ogre@@QAEPAVRenderWindow@2@XZ) referenced in function "protected: __thiscall CEGUI::OgreRenderer::OgreRenderer(void)" (??0OgreRenderer@CEGUI@@IAE@XZ)
2>Renderer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class Ogre::Root * __cdecl Ogre::Root::getSingletonPtr(void)" (__imp_?getSingletonPtr@Root@Ogre@@SAPAV12@XZ) referenced in function "public: __thiscall CEGUI::OgreRenderer_impl::OgreRenderer_impl(void)" (??0OgreRenderer_impl@CEGUI@@QAE@XZ)
2>Renderer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Root::removeFrameListener(class Ogre::FrameListener *)" (__imp_?removeFrameListener@Root@Ogre@@QAEXPAVFrameListener@2@@Z) referenced in function "protected: virtual __thiscall CEGUI::OgreRenderer::~OgreRenderer(void)" (??1OgreRenderer@CEGUI@@MAE@XZ)
2>Renderer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall Ogre::Root::isInitialised(void)const " (__imp_?isInitialised@Root@Ogre@@QBE_NXZ) referenced in function "protected: void __thiscall CEGUI::OgreRenderer::checkOgreInitialised(void)" (?checkOgreInitialised@OgreRenderer@CEGUI@@IAEXXZ)
2>Renderer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Root::addFrameListener(class Ogre::FrameListener *)" (__imp_?addFrameListener@Root@Ogre@@QAEXPAVFrameListener@2@@Z) referenced in function "protected: void __thiscall CEGUI::OgreRenderer::constructor_impl(class Ogre::RenderTarget &)" (?constructor_impl@OgreRenderer@CEGUI@@IAEXAAVRenderTarget@Ogre@@@Z)
2>Renderer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall Ogre::RenderSystem::getFixedPipelineEnabled(void)const " (__imp_?getFixedPipelineEnabled@RenderSystem@Ogre@@QBE_NXZ) referenced in function "protected: void __thiscall CEGUI::OgreRenderer::constructor_impl(class Ogre::RenderTarget &)" (?constructor_impl@OgreRenderer@CEGUI@@IAEXAAVRenderTarget@Ogre@@@Z)
2>Renderer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Ogre::RenderSystem * __thiscall Ogre::Root::getRenderSystem(void)" (__imp_?getRenderSystem@Root@Ogre@@QAEPAVRenderSystem@2@XZ) referenced in function "protected: void __thiscall CEGUI::OgreRenderer::constructor_impl(class Ogre::RenderTarget &)" (?constructor_impl@OgreRenderer@CEGUI@@IAEXAAVRenderTarget@Ogre@@@Z)
2>Renderer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class Ogre::GpuProgramManager & __cdecl Ogre::GpuProgramManager::getSingleton(void)" (__imp_?getSingleton@GpuProgramManager@Ogre@@SAAAV12@XZ) referenced in function "protected: void __thiscall CEGUI::OgreRenderer::initialiseShaders(void)" (?initialiseShaders@OgreRenderer@CEGUI@@IAEXXZ)
2>Renderer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Ogre::SharedPtr<class Ogre::HighLevelGpuProgram> __thiscall Ogre::HighLevelGpuProgramManager::createProgram(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum Ogre::GpuProgramType)" (__imp_?createProgram@HighLevelGpuProgramManager@Ogre@@QAE?AV?$SharedPtr@VHighLevelGpuProgram@Ogre@@@2@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@00W4GpuProgramType@2@@Z) referenced in function "protected: void __thiscall CEGUI::OgreRenderer::initialiseShaders(void)" (?initialiseShaders@OgreRenderer@CEGUI@@IAEXXZ)
2>Renderer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > Ogre::ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME" (__imp_?DEFAULT_RESOURCE_GROUP_NAME@ResourceGroupManager@Ogre@@2V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@A)
2>ResourceProvider.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > Ogre::ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME" (__imp_?DEFAULT_RESOURCE_GROUP_NAME@ResourceGroupManager@Ogre@@2V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@A)
2>TextureTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > Ogre::ResourceGroupManager::DEFAULT_RESOURCE_GROUP_NAME" (__imp_?DEFAULT_RESOURCE_GROUP_NAME@ResourceGroupManager@Ogre@@2V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@A)
2>Renderer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: bool __thiscall Ogre::HighLevelGpuProgramManager::isLanguageSupported(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_?isLanguageSupported@HighLevelGpuProgramManager@Ogre@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function "protected: void __thiscall CEGUI::OgreRenderer::initialiseShaders(void)" (?initialiseShaders@OgreRenderer@CEGUI@@IAEXXZ)
2>Renderer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class Ogre::HighLevelGpuProgramManager & __cdecl Ogre::HighLevelGpuProgramManager::getSingleton(void)" (__imp_?getSingleton@HighLevelGpuProgramManager@Ogre@@SAAAV12@XZ) referenced in function "protected: void __thiscall CEGUI::OgreRenderer::initialiseShaders(void)" (?initialiseShaders@OgreRenderer@CEGUI@@IAEXXZ)
2>Renderer.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::ColourValue const Ogre::ColourValue::White" (__imp_?White@ColourValue@Ogre@@2V12@B)
2>Renderer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::GpuProgramParameters::setNamedConstant(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class Ogre::Matrix4 const &)" (__imp_?setNamedConstant@GpuProgramParameters@Ogre@@QAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@ABVMatrix4@2@@Z) referenced in function "public: void __thiscall CEGUI::OgreRenderer::updateShaderParams(void)const " (?updateShaderParams@OgreRenderer@CEGUI@@QBEXXZ)
2>Renderer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::GpuProgramParameters::setNamedConstant(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,int)" (__imp_?setNamedConstant@GpuProgramParameters@Ogre@@QAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z) referenced in function "public: void __thiscall CEGUI::OgreRenderer::updateShaderParams(void)const " (?updateShaderParams@OgreRenderer@CEGUI@@QBEXXZ)
2>Renderer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: float * __thiscall Ogre::Matrix4::operator[](unsigned int)" (__imp_??AMatrix4@Ogre@@QAEPAMI@Z) referenced in function "public: class Ogre::Matrix4 const & __thiscall CEGUI::OgreRenderer::getWorldViewProjMatrix(void)const " (?getWorldViewProjMatrix@OgreRenderer@CEGUI@@QBEABVMatrix4@Ogre@@XZ)
2>TextureTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: float * __thiscall Ogre::Matrix4::operator[](unsigned int)" (__imp_??AMatrix4@Ogre@@QAEPAMI@Z)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: float * __thiscall Ogre::Matrix4::operator[](unsigned int)" (__imp_??AMatrix4@Ogre@@QAEPAMI@Z)
2>Renderer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Ogre::RenderTarget * __thiscall Ogre::Viewport::getTarget(void)const " (__imp_?getTarget@Viewport@Ogre@@QBEPAVRenderTarget@2@XZ) referenced in function "public: class Ogre::Matrix4 const & __thiscall CEGUI::OgreRenderer::getWorldViewProjMatrix(void)const " (?getWorldViewProjMatrix@OgreRenderer@CEGUI@@QBEABVMatrix4@Ogre@@XZ)
2>TextureTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::RenderTarget * __thiscall Ogre::Viewport::getTarget(void)const " (__imp_?getTarget@Viewport@Ogre@@QBEPAVRenderTarget@2@XZ)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::RenderTarget * __thiscall Ogre::Viewport::getTarget(void)const " (__imp_?getTarget@Viewport@Ogre@@QBEPAVRenderTarget@2@XZ)
2>Renderer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::FrameListener::FrameListener(void)" (__imp_??0FrameListener@Ogre@@QAE@XZ) referenced in function "public: __thiscall CEGUI::OgreGUIFrameListener::OgreGUIFrameListener(void)" (??0OgreGUIFrameListener@CEGUI@@QAE@XZ)
2>Renderer.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Ogre::FrameListener::frameStarted(struct Ogre::FrameEvent const &)" (?frameStarted@FrameListener@Ogre@@UAE_NABUFrameEvent@2@@Z)
2>Renderer.obj : error LNK2001: unresolved external symbol "public: virtual bool __thiscall Ogre::FrameListener::frameEnded(struct Ogre::FrameEvent const &)" (?frameEnded@FrameListener@Ogre@@UAE_NABUFrameEvent@2@@Z)
2>Renderer.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall Ogre::FrameListener::~FrameListener(void)" (__imp_??1FrameListener@Ogre@@UAE@XZ) referenced in function "public: virtual __thiscall CEGUI::OgreGUIFrameListener::~OgreGUIFrameListener(void)" (??1OgreGUIFrameListener@CEGUI@@UAE@XZ)
2>ResourceProvider.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Ogre::SharedPtr<class Ogre::DataStream> __thiscall Ogre::ResourceGroupManager::openResource(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool,class Ogre::Resource *)" (__imp_?openResource@ResourceGroupManager@Ogre@@QAE?AV?$SharedPtr@VDataStream@Ogre@@@2@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0_NPAVResource@2@@Z) referenced in function "public: virtual void __thiscall CEGUI::OgreResourceProvider::loadRawDataContainer(class CEGUI::String const &,class CEGUI::RawDataContainer &,class CEGUI::String const &)" (?loadRawDataContainer@OgreResourceProvider@CEGUI@@UAEXABVString@2@AAVRawDataContainer@2@0@Z)
2>ResourceProvider.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class Ogre::ResourceGroupManager & __cdecl Ogre::ResourceGroupManager::getSingleton(void)" (__imp_?getSingleton@ResourceGroupManager@Ogre@@SAAAV12@XZ) referenced in function "public: virtual void __thiscall CEGUI::OgreResourceProvider::loadRawDataContainer(class CEGUI::String const &,class CEGUI::RawDataContainer &,class CEGUI::String const &)" (?loadRawDataContainer@OgreResourceProvider@CEGUI@@UAEXABVString@2@AAVRawDataContainer@2@0@Z)
2>ResourceProvider.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Ogre::SharedPtr<class std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class Ogre::STLAllocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class Ogre::CategorisedAllocPolicy<0> > > > __thiscall Ogre::ResourceGroupManager::findResourceNames(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,bool)" (__imp_?findResourceNames@ResourceGroupManager@Ogre@@QAE?AV?$SharedPtr@V?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$STLAllocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$CategorisedAllocPolicy@$0A@@Ogre@@@Ogre@@@std@@@2@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0_N@Z) referenced in function "public: virtual unsigned int __thiscall CEGUI::OgreResourceProvider::getResourceGroupFileNames(class std::vector<class CEGUI::String,class std::allocator<class CEGUI::String> > &,class CEGUI::String const &,class CEGUI::String const &)" (?getResourceGroupFileNames@OgreResourceProvider@CEGUI@@UAEIAAV?$vector@VString@CEGUI@@V?$allocator@VString@CEGUI@@@std@@@std@@ABVString@2@1@Z)
2>Texture.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class Ogre::TextureManager & __cdecl Ogre::TextureManager::getSingleton(void)" (__imp_?getSingleton@TextureManager@Ogre@@SAAAV12@XZ) referenced in function "public: virtual void __thiscall CEGUI::OgreTexture::loadFromMemory(void const *,class CEGUI::Size<float> const &,enum CEGUI::Texture::PixelFormat)" (?loadFromMemory@OgreTexture@CEGUI@@UAEXPBXABV?$Size@M@2@W4PixelFormat@Texture@2@@Z)
2>TextureTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::TextureManager & __cdecl Ogre::TextureManager::getSingleton(void)" (__imp_?getSingleton@TextureManager@Ogre@@SAAAV12@XZ)
2>Texture.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::PixelBox::~PixelBox(void)" (__imp_??1PixelBox@Ogre@@QAE@XZ) referenced in function "public: virtual void __thiscall CEGUI::OgreTexture::blitFromMemory(void const *,class CEGUI::Rect<float> const &)" (?blitFromMemory@OgreTexture@CEGUI@@UAEXPBXABV?$Rect@M@2@@Z)
2>Texture.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::HardwarePixelBufferSharedPtr::~HardwarePixelBufferSharedPtr(void)" (__imp_??1HardwarePixelBufferSharedPtr@Ogre@@QAE@XZ) referenced in function "public: virtual void __thiscall CEGUI::OgreTexture::blitFromMemory(void const *,class CEGUI::Rect<float> const &)" (?blitFromMemory@OgreTexture@CEGUI@@UAEXPBXABV?$Rect@M@2@@Z)
2>TextureTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::HardwarePixelBufferSharedPtr::~HardwarePixelBufferSharedPtr(void)" (__imp_??1HardwarePixelBufferSharedPtr@Ogre@@QAE@XZ)
2>Texture.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Ogre::HardwarePixelBuffer * __thiscall Ogre::SharedPtr<class Ogre::HardwarePixelBuffer>::operator->(void)const " (__imp_??C?$SharedPtr@VHardwarePixelBuffer@Ogre@@@Ogre@@QBEPAVHardwarePixelBuffer@1@XZ) referenced in function "public: virtual void __thiscall CEGUI::OgreTexture::blitFromMemory(void const *,class CEGUI::Rect<float> const &)" (?blitFromMemory@OgreTexture@CEGUI@@UAEXPBXABV?$Rect@M@2@@Z)
2>TextureTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::HardwarePixelBuffer * __thiscall Ogre::SharedPtr<class Ogre::HardwarePixelBuffer>::operator->(void)const " (__imp_??C?$SharedPtr@VHardwarePixelBuffer@Ogre@@@Ogre@@QBEPAVHardwarePixelBuffer@1@XZ)
2>Texture.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::PixelBox::PixelBox(unsigned int,unsigned int,unsigned int,enum Ogre::PixelFormat,void *)" (__imp_??0PixelBox@Ogre@@QAE@IIIW4PixelFormat@1@PAX@Z) referenced in function "public: virtual void __thiscall CEGUI::OgreTexture::blitFromMemory(void const *,class CEGUI::Rect<float> const &)" (?blitFromMemory@OgreTexture@CEGUI@@UAEXPBXABV?$Rect@M@2@@Z)
2>Texture.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::HardwarePixelBuffer::blitToMemory(class Ogre::PixelBox const &)" (__imp_?blitToMemory@HardwarePixelBuffer@Ogre@@QAEXABVPixelBox@2@@Z) referenced in function "public: virtual void __thiscall CEGUI::OgreTexture::blitToMemory(void *)" (?blitToMemory@OgreTexture@CEGUI@@UAEXPAX@Z)
2>Texture.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Ogre::SharedPtr<class Ogre::Texture> __thiscall Ogre::TextureManager::createManual(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,enum Ogre::TextureType,unsigned int,unsigned int,int,enum Ogre::PixelFormat,int,class Ogre::ManualResourceLoader *,bool,unsigned int,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_?createManual@TextureManager@Ogre@@QAE?AV?$SharedPtr@VTexture@Ogre@@@2@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@0W4TextureType@2@IIHW4PixelFormat@2@HPAVManualResourceLoader@2@_NI0@Z) referenced in function "protected: __thiscall CEGUI::OgreTexture::OgreTexture(class CEGUI::String const &,class CEGUI::Size<float> const &)" (??0OgreTexture@CEGUI@@IAE@ABVString@1@ABV?$Size@M@1@@Z)
2>Texture.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const Ogre::StringUtil::BLANK" (__imp_?BLANK@StringUtil@Ogre@@2V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@B)
2>TextureTarget.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const Ogre::StringUtil::BLANK" (__imp_?BLANK@StringUtil@Ogre@@2V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@B) referenced in function "public: __thiscall CEGUI::OgreTexture::OgreTexture(class CEGUI::OgreTexture const &)" (??0OgreTexture@CEGUI@@QAE@ABV01@@Z)
2>TextureTarget.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::Matrix4::Matrix4(class Ogre::Matrix3 const &)" (__imp_??0Matrix4@Ogre@@QAE@ABVMatrix3@1@@Z) referenced in function "public: __thiscall CEGUI::OgreRenderTarget<class CEGUI::TextureTarget>::OgreRenderTarget<class CEGUI::TextureTarget>(class CEGUI::OgreRenderer &,class Ogre::RenderSystem &)" (??0?$OgreRenderTarget@VTextureTarget@CEGUI@@@CEGUI@@QAE@AAVOgreRenderer@1@AAVRenderSystem@Ogre@@@Z)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::Matrix4::Matrix4(class Ogre::Matrix3 const &)" (__imp_??0Matrix4@Ogre@@QAE@ABVMatrix3@1@@Z)
2>TextureTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::Matrix3 const Ogre::Matrix3::ZERO" (__imp_?ZERO@Matrix3@Ogre@@2V12@B)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::Matrix3 const Ogre::Matrix3::ZERO" (__imp_?ZERO@Matrix3@Ogre@@2V12@B)
2>TextureTarget.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: float __thiscall Ogre::Vector3::dotProduct(class Ogre::Vector3 const &)const " (__imp_?dotProduct@Vector3@Ogre@@QBEMABV12@@Z) referenced in function "public: virtual void __thiscall CEGUI::OgreRenderTarget<class CEGUI::TextureTarget>::unprojectPoint(class CEGUI::GeometryBuffer const &,class CEGUI::Vector2<float> const &,class CEGUI::Vector2<float> &)const " (?unprojectPoint@?$OgreRenderTarget@VTextureTarget@CEGUI@@@CEGUI@@UBEXABVGeometryBuffer@2@ABV?$Vector2@M@2@AAV42@@Z)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: float __thiscall Ogre::Vector3::dotProduct(class Ogre::Vector3 const &)const " (__imp_?dotProduct@Vector3@Ogre@@QBEMABV12@@Z)
2>TextureTarget.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: float __thiscall Ogre::Vector3::length(void)const " (__imp_?length@Vector3@Ogre@@QBEMXZ) referenced in function "public: virtual void __thiscall CEGUI::OgreRenderTarget<class CEGUI::TextureTarget>::unprojectPoint(class CEGUI::GeometryBuffer const &,class CEGUI::Vector2<float> const &,class CEGUI::Vector2<float> &)const " (?unprojectPoint@?$OgreRenderTarget@VTextureTarget@CEGUI@@@CEGUI@@UBEXABVGeometryBuffer@2@ABV?$Vector2@M@2@AAV42@@Z)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: float __thiscall Ogre::Vector3::length(void)const " (__imp_?length@Vector3@Ogre@@QBEMXZ)
2>TextureTarget.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Ogre::Vector3 __thiscall Ogre::Vector3::crossProduct(class Ogre::Vector3 const &)const " (__imp_?crossProduct@Vector3@Ogre@@QBE?AV12@ABV12@@Z) referenced in function "public: virtual void __thiscall CEGUI::OgreRenderTarget<class CEGUI::TextureTarget>::unprojectPoint(class CEGUI::GeometryBuffer const &,class CEGUI::Vector2<float> const &,class CEGUI::Vector2<float> &)const " (?unprojectPoint@?$OgreRenderTarget@VTextureTarget@CEGUI@@@CEGUI@@UBEXABVGeometryBuffer@2@ABV?$Vector2@M@2@AAV42@@Z)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::Vector3 __thiscall Ogre::Vector3::crossProduct(class Ogre::Vector3 const &)const " (__imp_?crossProduct@Vector3@Ogre@@QBE?AV12@ABV12@@Z)
2>TextureTarget.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Ogre::Vector3 __thiscall Ogre::Vector3::operator-(class Ogre::Vector3 const &)const " (__imp_??GVector3@Ogre@@QBE?AV01@ABV01@@Z) referenced in function "public: virtual void __thiscall CEGUI::OgreRenderTarget<class CEGUI::TextureTarget>::unprojectPoint(class CEGUI::GeometryBuffer const &,class CEGUI::Vector2<float> const &,class CEGUI::Vector2<float> &)const " (?unprojectPoint@?$OgreRenderTarget@VTextureTarget@CEGUI@@@CEGUI@@UBEXABVGeometryBuffer@2@ABV?$Vector2@M@2@AAV42@@Z)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::Vector3 __thiscall Ogre::Vector3::operator-(class Ogre::Vector3 const &)const " (__imp_??GVector3@Ogre@@QBE?AV01@ABV01@@Z)
2>TextureTarget.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Ogre::Vector3 __thiscall Ogre::Matrix4::operator*(class Ogre::Vector3 const &)const " (__imp_??DMatrix4@Ogre@@QBE?AVVector3@1@ABV21@@Z) referenced in function "public: virtual void __thiscall CEGUI::OgreRenderTarget<class CEGUI::TextureTarget>::unprojectPoint(class CEGUI::GeometryBuffer const &,class CEGUI::Vector2<float> const &,class CEGUI::Vector2<float> &)const " (?unprojectPoint@?$OgreRenderTarget@VTextureTarget@CEGUI@@@CEGUI@@UBEXABVGeometryBuffer@2@ABV?$Vector2@M@2@AAV42@@Z)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::Vector3 __thiscall Ogre::Matrix4::operator*(class Ogre::Vector3 const &)const " (__imp_??DMatrix4@Ogre@@QBE?AVVector3@1@ABV21@@Z)
2>TextureTarget.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::Vector3::Vector3(void)" (__imp_??0Vector3@Ogre@@QAE@XZ) referenced in function "public: virtual void __thiscall CEGUI::OgreRenderTarget<class CEGUI::TextureTarget>::unprojectPoint(class CEGUI::GeometryBuffer const &,class CEGUI::Vector2<float> const &,class CEGUI::Vector2<float> &)const " (?unprojectPoint@?$OgreRenderTarget@VTextureTarget@CEGUI@@@CEGUI@@UBEXABVGeometryBuffer@2@ABV?$Vector2@M@2@AAV42@@Z)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::Vector3::Vector3(void)" (__imp_??0Vector3@Ogre@@QAE@XZ)
2>TextureTarget.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: class Ogre::Matrix4 __thiscall Ogre::Matrix4::inverse(void)const " (__imp_?inverse@Matrix4@Ogre@@QBE?AV12@XZ) referenced in function "public: virtual void __thiscall CEGUI::OgreRenderTarget<class CEGUI::TextureTarget>::unprojectPoint(class CEGUI::GeometryBuffer const &,class CEGUI::Vector2<float> const &,class CEGUI::Vector2<float> &)const " (?unprojectPoint@?$OgreRenderTarget@VTextureTarget@CEGUI@@@CEGUI@@UBEXABVGeometryBuffer@2@ABV?$Vector2@M@2@AAV42@@Z)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class Ogre::Matrix4 __thiscall Ogre::Matrix4::inverse(void)const " (__imp_?inverse@Matrix4@Ogre@@QBE?AV12@XZ)
2>TextureTarget.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::Matrix4::Matrix4(float,float,float,float,float,float,float,float,float,float,float,float,float,float,float,float)" (__imp_??0Matrix4@Ogre@@QAE@MMMMMMMMMMMMMMMM@Z) referenced in function "public: virtual void __thiscall CEGUI::OgreRenderTarget<class CEGUI::TextureTarget>::unprojectPoint(class CEGUI::GeometryBuffer const &,class CEGUI::Vector2<float> const &,class CEGUI::Vector2<float> &)const " (?unprojectPoint@?$OgreRenderTarget@VTextureTarget@CEGUI@@@CEGUI@@UBEXABVGeometryBuffer@2@ABV?$Vector2@M@2@AAV42@@Z)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::Matrix4::Matrix4(float,float,float,float,float,float,float,float,float,float,float,float,float,float,float,float)" (__imp_??0Matrix4@Ogre@@QAE@MMMMMMMMMMMMMMMM@Z)
2>TextureTarget.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void __cdecl Ogre::AllocatedObject<class Ogre::CategorisedAllocPolicy<7> >::operator delete(void *)" (__imp_??3?$AllocatedObject@V?$CategorisedAllocPolicy@$06@Ogre@@@Ogre@@SAXPAX@Z) referenced in function __unwindfunclet$?updateViewport@?$OgreRenderTarget@VTextureTarget@CEGUI@@@CEGUI@@IAEXXZ$0
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl Ogre::AllocatedObject<class Ogre::CategorisedAllocPolicy<7> >::operator delete(void *)" (__imp_??3?$AllocatedObject@V?$CategorisedAllocPolicy@$06@Ogre@@@Ogre@@SAXPAX@Z)
2>TextureTarget.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Viewport::_updateDimensions(void)" (__imp_?_updateDimensions@Viewport@Ogre@@QAEXXZ) referenced in function "protected: void __thiscall CEGUI::OgreRenderTarget<class CEGUI::TextureTarget>::updateViewport(void)" (?updateViewport@?$OgreRenderTarget@VTextureTarget@CEGUI@@@CEGUI@@IAEXXZ)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Viewport::_updateDimensions(void)" (__imp_?_updateDimensions@Viewport@Ogre@@QAEXXZ)
2>TextureTarget.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::Viewport::Viewport(class Ogre::Camera *,class Ogre::RenderTarget *,float,float,float,float,int)" (__imp_??0Viewport@Ogre@@QAE@PAVCamera@1@PAVRenderTarget@1@MMMMH@Z) referenced in function "protected: void __thiscall CEGUI::OgreRenderTarget<class CEGUI::TextureTarget>::updateViewport(void)" (?updateViewport@?$OgreRenderTarget@VTextureTarget@CEGUI@@@CEGUI@@IAEXXZ)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall Ogre::Viewport::Viewport(class Ogre::Camera *,class Ogre::RenderTarget *,float,float,float,float,int)" (__imp_??0Viewport@Ogre@@QAE@PAVCamera@1@PAVRenderTarget@1@MMMMH@Z)
2>TextureTarget.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void * __cdecl Ogre::AllocatedObject<class Ogre::CategorisedAllocPolicy<7> >::operator new(unsigned int)" (__imp_??2?$AllocatedObject@V?$CategorisedAllocPolicy@$06@Ogre@@@Ogre@@SAPAXI@Z) referenced in function "protected: void __thiscall CEGUI::OgreRenderTarget<class CEGUI::TextureTarget>::updateViewport(void)" (?updateViewport@?$OgreRenderTarget@VTextureTarget@CEGUI@@@CEGUI@@IAEXXZ)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void * __cdecl Ogre::AllocatedObject<class Ogre::CategorisedAllocPolicy<7> >::operator new(unsigned int)" (__imp_??2?$AllocatedObject@V?$CategorisedAllocPolicy@$06@Ogre@@@Ogre@@SAPAXI@Z)
2>TextureTarget.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Ogre::Viewport::setRenderQueueInvocationSequenceName(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?setRenderQueueInvocationSequenceName@Viewport@Ogre@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall Ogre::Viewport::setRenderQueueInvocationSequenceName(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?setRenderQueueInvocationSequenceName@Viewport@Ogre@@UAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
2>TextureTarget.obj : error LNK2001: unresolved external symbol "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const & __thiscall Ogre::Viewport::getRenderQueueInvocationSequenceName(void)const " (?getRenderQueueInvocationSequenceName@Viewport@Ogre@@UBEABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const & __thiscall Ogre::Viewport::getRenderQueueInvocationSequenceName(void)const " (?getRenderQueueInvocationSequenceName@Viewport@Ogre@@UBEABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
2>TextureTarget.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall Ogre::Viewport::~Viewport(void)" (__imp_??1Viewport@Ogre@@UAE@XZ) referenced in function "public: virtual void * __thiscall Ogre::Viewport::`scalar deleting destructor'(unsigned int)" (??_GViewport@Ogre@@UAEPAXI@Z)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall Ogre::Viewport::~Viewport(void)" (__imp_??1Viewport@Ogre@@UAE@XZ)
2>TextureTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::Matrix4 const Ogre::Matrix4::ZERO" (__imp_?ZERO@Matrix4@Ogre@@2V12@B)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class Ogre::Matrix4 const Ogre::Matrix4::ZERO" (__imp_?ZERO@Matrix4@Ogre@@2V12@B)
2>TextureTarget.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Viewport::setDimensions(float,float,float,float)" (__imp_?setDimensions@Viewport@Ogre@@QAEXMMMM@Z) referenced in function "protected: void __thiscall CEGUI::OgreRenderTarget<class CEGUI::TextureTarget>::updateOgreViewportDimensions(class Ogre::RenderTarget const * const)" (?updateOgreViewportDimensions@?$OgreRenderTarget@VTextureTarget@CEGUI@@@CEGUI@@IAEXQBVRenderTarget@Ogre@@@Z)
2>WindowTarget.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall Ogre::Viewport::setDimensions(float,float,float,float)" (__imp_?setDimensions@Viewport@Ogre@@QAEXMMMM@Z)

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: [Newly Unsolved] Problem building with CMake

Postby Ident » Fri Jun 27, 2014 09:14

If you look up the Linker error you will find out that the linker misses some libraries. Here is how you add libraries to visual studio (you need the path and the files): http://stackoverflow.com/questions/4445 ... aries-in-c
get the debug libs for the debug config (!), and the release libs for the release config (!).
finally put your debug and release dlls into the folder where you executables are located, so that they are placed in the same folder as the .exe file.
CrazyEddie: "I don't like GUIs"

Walta69
Not too shy to talk
Not too shy to talk
Posts: 31
Joined: Wed Jun 25, 2014 08:40

Re: [Solved] Problem building with CMake

Postby Walta69 » Fri Jun 27, 2014 09:32

Im not sure which libraries it is needing though (which I need to include).

Walta69
Not too shy to talk
Not too shy to talk
Posts: 31
Joined: Wed Jun 25, 2014 08:40

Re: [Solved] Problem building with CMake

Postby Walta69 » Fri Jun 27, 2014 09:46

I included all of the boost and ogre libraries as well as putting the ogre.dll files into the bin folder and the build still doesn't seem to work.

It still generated all of the lib files and samples and .dlls for cegui.

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: [Solved] Problem building with CMake

Postby Ident » Fri Jun 27, 2014 10:24

Make a new thread. In it: Post your build errors. Make a list of what libs you manually added.

We can't help you with this vague bits of information you persistently tend to give us when an error occurs and these errors are off-topic in this thread now. Follow what I just told you and we can help you.
CrazyEddie: "I don't like GUIs"


Return to “Help”

Who is online

Users browsing this forum: No registered users and 16 guests