It's too long to put the whole thing in PasteBin but it's just masses of stuff like:
And:1>c:\programming\ogre3d\ogre_src_v1-8-1\ogremain\include\OgreSingleton.h(94) : warning C4661: 'Ogre::ResourceGroupManager *Ogre::Singleton<T>::msSingleton' : no suitable definition provided for explicit template instantiation request
1> with
1> [
1> T=Ogre::ResourceGroupManager
1> ]
1> c:\programming\ogre3d\ogre_src_v1-8-1\ogremain\include\OgreSingleton.h(75) : see declaration of 'Ogre::Singleton<T>::msSingleton'
1> with
1> [
1> T=Ogre::ResourceGroupManager
1> ]
This many warnings on what is (probably) the most widely used compiler for Ogre has me worried something just ain't right. Maybe CMake settings I applied are conflicting or something? Or should I disable a few warnings that CMake hasn't set up for me?1>c:\programming\Ogre3D\ogre_src_v1-8-1\OgreMain\include\OgreSubMesh.h(268) : warning C4251: 'Ogre::SubMesh::mBoneAssignments' : class 'std::multimap<_Kty,_Ty,_Pr,_Alloc>' needs to have dll-interface to be used by clients of class 'Ogre::SubMesh'
1> with
1> [
1> _Kty=size_t,
1> _Ty=Ogre::VertexBoneAssignment,
1> _Pr=std::less<size_t>,
1> _Alloc=Ogre::STLAllocator<std::pair<const size_t,Ogre::VertexBoneAssignment>,Ogre::GeneralAllocPolicy>
1> ]