Ogre 1.8 windows

Support for running, installing or compiling OpenMW

Before you submit a bug report for the first time, please read: Bug reporting guidelines
Locked
jhooks1
Posts: 780
Joined: 06 Aug 2011, 21:34

Ogre 1.8 windows

Post by jhooks1 »

Has anyone here built Ogre 1.8 in windows/MSVC? Right now I have the following errors

Code: Select all

Error	3	error C1083: Cannot open include file: 'unistd.h': No such file or directory	c:\ogre_src_v1-8-0rc1\dependencies\include\zconf.h	289
Error	31	error LNK1181: cannot open input file '..\..\lib\Release\OgreMain.lib'	C:\ogre_src_v1-8-0RC1\new\Tools\XMLConverter\LINK
Error	34	error LNK1181: cannot open input file '..\..\lib\Release\OgreMain.lib'	C:\ogre_src_v1-8-0RC1\new\Tools\MeshUpgrader\LINK
Error	35	error LNK1181: cannot open input file '..\..\lib\Release\OgreMain.lib'	C:\ogre_src_v1-8-0RC1\new\Components\Paging\LINK
Error	36	error LNK1181: cannot open input file '..\..\lib\Release\OgreMain.lib'	C:\ogre_src_v1-8-0RC1\new\PlugIns\OctreeSceneManager\LINK
Error	37	error LNK1181: cannot open input file '..\..\lib\Release\OgreMain.lib'	C:\ogre_src_v1-8-0RC1\new\PlugIns\BSPSceneManager\LINK
Error	43	error LNK1181: cannot open input file '..\..\lib\Release\OgreMain.lib'	C:\ogre_src_v1-8-0RC1\new\PlugIns\PCZSceneManager\LINK
Error	44	error LNK1181: cannot open input file '..\..\lib\Release\OgreMain.lib'	C:\ogre_src_v1-8-0RC1\new\PlugIns\ParticleFX\LINK
Error	45	error LNK1181: cannot open input file '..\..\lib\Release\OgreMain.lib'	C:\ogre_src_v1-8-0RC1\new\Components\Terrain\LINK
Error	46	error LNK1181: cannot open input file '..\..\lib\Release\OgreMain.lib'	C:\ogre_src_v1-8-0RC1\new\PlugIns\OctreeZone\LINK
Error	59	error LNK1181: cannot open input file '..\..\lib\Release\OgreMain.lib'	C:\ogre_src_v1-8-0RC1\new\Components\RTShaderSystem\LINK
Error	64	error LNK1181: cannot open input file '..\..\lib\Release\OgreMain.lib'	C:\ogre_src_v1-8-0RC1\new\RenderSystems\GL\LINK
jhooks1
Posts: 780
Joined: 06 Aug 2011, 21:34

Re: Ogre 1.8 windows

Post by jhooks1 »

Cmake stuff

Code: Select all

Configuring OGRE 1.8.0unstable
Search path: C:/gnuwin32;C:/ogre_src_v1-8-0RC1/new/Dependencies;C:/ogre_src_v1-8-0RC1/Dependencies;C:/ogre_src_v1-8-0RC1/new/../Dependencies;C:/ogre_src_v1-8-0RC1/../Dependencies
Looking for ZLIB...
Found ZLIB: optimized;C:/ogre_src_v1-8-0RC1/Dependencies/lib/zlib.lib;debug;C:/ogre_src_v1-8-0RC1/Dependencies/lib/zlib.lib
Looking for ZZip...
Could not locate ZZip
Looking for FreeImage...
Could not locate FreeImage
Looking for FREETYPE...
CMAKE_PREFIX_PATH: C:/gnuwin32;C:/ogre_src_v1-8-0RC1/new/Dependencies;C:/ogre_src_v1-8-0RC1/Dependencies;C:/ogre_src_v1-8-0RC1/new/../Dependencies;C:/ogre_src_v1-8-0RC1/../Dependencies
CMAKE_PREFIX_PATH: C:/gnuwin32;C:/ogre_src_v1-8-0RC1/new/Dependencies;C:/ogre_src_v1-8-0RC1/Dependencies;C:/ogre_src_v1-8-0RC1/new/../Dependencies;C:/ogre_src_v1-8-0RC1/../Dependencies
Found FREETYPE: optimized;C:/gnuwin32/lib/freetype.lib;debug;C:/gnuwin32/lib/freetype.lib
Looking for DirectX...
Could not locate DirectX
Looking for Cg...
Could not locate Cg
Looking for POCO...
Could not locate POCO
Looking for TBB...
Could not locate TBB
Looking for GLSL_Optimizer...
Could not locate GLSL_Optimizer
Looking for HLSL2GLSL...
Could not locate HLSL2GLSL
Looking for OIS...
OIS_PREFIX_PATH changed.
Could not locate OIS
Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE) 
Looking for Softimage...
Could not locate Softimage
Looking for CppUnit...
Could not locate CppUnit

-----------------------------------------------------------------------------
-- The following external packages were located on your system.
-- This installation will have the extra features provided by these packages.
+ zlib
+ freetype
+ OpenGL
+ OpenGL ES 1.x
+ OpenGL ES 2.x
-----------------------------------------------------------------------------
-- The following OPTIONAL packages could NOT be located on your system.
-- Consider installing them to enable more features from this software.
+ zziplib: Extract data from zip archives <http://zziplib.sourceforge.net>
+ freeimage: Support for commonly used graphics image formats <http://freeimage.sourceforge.net>
+ DirectX: Support for the DirectX render system <http://msdn.microsoft.com/en-us/directx/>
+ cg: C for graphics shader language <http://developer.nvidia.com/object/cg_toolkit.html>
+ boost: Boost (general) <http://boost.org>
+ boost-thread: Used for threading support <http://boost.org>
+ boost-date_time: Used for threading support <http://boost.org>
+ POCO: POCO framework <http://pocoproject.org/>
+ tbb: Threading Building Blocks <http://www.threadingbuildingblocks.org/>
+ GLSL Optimizer: GLSL Optimizer <http://github.com/aras-p/glsl-optimizer/>
+ HLSL2GLSL: HLSL2GLSL <http://hlsl2glslfork.googlecode.com/>
+ OIS: Input library needed for the samples <http://sourceforge.net/projects/wgois>
+ Doxygen: Tool for building API documentation <http://doxygen.org>
+ Softimage: Softimage SDK needed for building XSIExporter <FALSE>
+ CppUnit: Library for performing unit tests <http://cppunit.sourceforge.net>
-----------------------------------------------------------------------------

send_errorC://bin/debug/OIS_d.dll did not exist, can't install!
send_errorC://bin/release/OIS.dll did not exist, can't install!
Could not find dependency: OIS
Skipping samples build

----------------------------------------------------------------------------
  FEATURE SUMMARY
----------------------------------------------------------------------------

Building components:
  + Paging
  + Terrain
  + RTShader System
  + RTShader System Core Shaders
  + RTShader System Extensions Shaders
Building plugins:
  + BSP scene manager
  + Octree scene manager
  + Portal connected zone scene manager
  + Particle FX
Building rendersystems:
  + OpenGL
Building executables:
  + Samples
  + Tools
Building core features:
  + DDS image codec

Build type:                      dynamic
Threading support:               none
Use double precision:            disabled
Allocator type:                  nedmalloc (pooling)
STL containers use allocator:    enabled
Strings use allocator:           disabled
Memory tracker (debug):          disabled
Memory tracker (release):        disabled
Use new script compilers:        enabled
Use Boost:                       disabled

----------------------------------------------------------------------------

Configuring done
User avatar
Ace (SWE)
Posts: 887
Joined: 15 Aug 2011, 14:56

Re: Ogre 1.8 windows

Post by Ace (SWE) »

The error you're getting seems to be from the pre-built ogre dependencies, are you sure you downloaded the packages correctly? Otherwise you could just download and build the dependencies yourself, at the very least boost, directx, and freeimage.
User avatar
psi29a
Posts: 5362
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: Ogre 1.8 windows

Post by psi29a »

Threading support: none
Use Boost: disabled
^-- these are red flags if I've ever seen them. ;)
jhooks1
Posts: 780
Joined: 06 Aug 2011, 21:34

Re: Ogre 1.8 windows

Post by jhooks1 »

Added all those libraries in (cmake found them) but I still get the same compiler errors. Do I have to uninstall ogre 1.7.3?
User avatar
Ace (SWE)
Posts: 887
Joined: 15 Aug 2011, 14:56

Re: Ogre 1.8 windows

Post by Ace (SWE) »

As I said, it seems to be a problem with the pre-built dependencies. Try replacing them with versions you've compiled yourself.
jhooks1
Posts: 780
Joined: 06 Aug 2011, 21:34

Re: Ogre 1.8 windows

Post by jhooks1 »

This is really making me angry, I don't think compiling the libraries myself would help. I can't work on anything until I get ogre 1.8 to work. I decided not to include unistd.h and I am now getting different errors.
1>------ Build started: Project: OgreMain, Configuration: Release Win32 ------
1>Build started 3/31/2012 3:07:28 PM.
1>InitializeBuildStatus:
1> Touching "OgreMain.dir\Release\OgreMain.unsuccessfulbuild".
1>ClCompile:
1> All outputs are up-to-date.
1> OgreCompositionTechnique.cpp
1> OgreCompositor.cpp
1> OgreCompositorChain.cpp
1> OgreCompositorInstance.cpp
1> OgreCompositorManager.cpp
1> OgreConfigFile.cpp
1> OgreControllerManager.cpp
1> OgreConvexBody.cpp
1> OgreDDSCodec.cpp
1> OgreDataStream.cpp
1>C:\ogre_src_v1-8-0RC1\OgreMain\src\OgreDataStream.cpp(554): warning C4244: 'return' : conversion from 'std::streamsize' to 'size_t', possible loss of data
1>C:\ogre_src_v1-8-0RC1\OgreMain\src\OgreDataStream.cpp(589): warning C4244: 'initializing' : conversion from 'std::streamsize' to 'size_t', possible loss of data
1> OgreDefaultHardwareBufferManager.cpp
1> OgreDefaultSceneQueries.cpp
1> OgreDeflate.cpp
1>C:\ogre_src_v1-8-0RC1\OgreMain\src\OgreDeflate.cpp(255): warning C4244: '=' : conversion from 'std::streamsize' to 'uInt', possible loss of data
1> OgreExternalTextureSource.cpp
1> OgreExternalTextureSourceManager.cpp
1> OgreFileSystem.cpp
1> OgreFont.cpp
1> OgreFontManager.cpp
1> OgreFreeImageCodec.cpp
1> OgreFrustum.cpp
1> Generating Code...
1> Compiling...
1> OgreGpuProgram.cpp
1> OgreGpuProgramManager.cpp
1> OgreGpuProgramParams.cpp
1> OgreGpuProgramUsage.cpp
1> OgreHardwareBufferManager.cpp
1> OgreHardwareIndexBuffer.cpp
1> OgreHardwareOcclusionQuery.cpp
1> OgreHardwarePixelBuffer.cpp
1> OgreHardwareVertexBuffer.cpp
1> OgreHighLevelGpuProgram.cpp
1> OgreHighLevelGpuProgramManager.cpp
1> OgreImage.cpp
1> OgreInstanceBatch.cpp
1> OgreInstanceBatchHW.cpp
1> OgreInstanceBatchHW_VTF.cpp
1> OgreInstanceBatchShader.cpp
1> OgreInstanceBatchVTF.cpp
1> OgreInstanceManager.cpp
1>C:\ogre_src_v1-8-0RC1\OgreMain\src\OgreInstanceManager.cpp(124): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>C:\ogre_src_v1-8-0RC1\OgreMain\src\OgreInstanceManager.cpp(125): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>C:\ogre_src_v1-8-0RC1\OgreMain\src\OgreInstanceManager.cpp(126): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>C:\ogre_src_v1-8-0RC1\OgreMain\src\OgreInstanceManager.cpp(135): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>C:\ogre_src_v1-8-0RC1\OgreMain\src\OgreInstanceManager.cpp(136): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>C:\ogre_src_v1-8-0RC1\OgreMain\src\OgreInstanceManager.cpp(137): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>C:\ogre_src_v1-8-0RC1\OgreMain\src\OgreInstanceManager.cpp(138): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>C:\ogre_src_v1-8-0RC1\OgreMain\src\OgreInstanceManager.cpp(211): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>C:\ogre_src_v1-8-0RC1\OgreMain\src\OgreInstanceManager.cpp(212): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>C:\ogre_src_v1-8-0RC1\OgreMain\src\OgreInstanceManager.cpp(213): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>C:\ogre_src_v1-8-0RC1\OgreMain\src\OgreInstanceManager.cpp(224): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>C:\ogre_src_v1-8-0RC1\OgreMain\src\OgreInstanceManager.cpp(225): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>C:\ogre_src_v1-8-0RC1\OgreMain\src\OgreInstanceManager.cpp(226): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>C:\ogre_src_v1-8-0RC1\OgreMain\src\OgreInstanceManager.cpp(227): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1> OgreInstancedEntity.cpp
1> OgreInstancedGeometry.cpp
1> Generating Code...
1> Compiling...
1> OgreKeyFrame.cpp
1> OgreLight.cpp
1> OgreLodStrategy.cpp
1> OgreLodStrategyManager.cpp
1> OgreLog.cpp
1> OgreLogManager.cpp
1> OgreManualObject.cpp
1> OgreMaterial.cpp
1> OgreMaterialManager.cpp
1> OgreMaterialSerializer.cpp
1> OgreMath.cpp
1>c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\utility(163): warning C4244: 'initializing' : conversion from 'int' to 'Ogre::Real', possible loss of data
1> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\utility(247) : see reference to function template instantiation 'std::_Pair_base<_Ty1,_Ty2>::_Pair_base<_Ty,int>(_Other1 &&,_Other2 &&)' being compiled
1> with
1> [
1> _Ty1=bool,
1> _Ty2=Ogre::Real,
1> _Ty=bool,
1> _Other1=bool,
1> _Other2=int
1> ]
1> C:\ogre_src_v1-8-0RC1\OgreMain\src\OgreMath.cpp(346) : see reference to function template instantiation 'std::pair<_Ty1,_Ty2>::pair<bool,int>(_Other1 &&,_Other2 &&)' being compiled
1> with
1> [
1> _Ty1=bool,
1> _Ty2=Ogre::Real,
1> _Other1=bool,
1> _Other2=int
1> ]
1> OgreMatrix3.cpp
1> OgreMatrix4.cpp
1> OgreMemoryAllocatedObject.cpp
1> OgreMemoryNedAlloc.cpp
1> OgreMemoryNedPooling.cpp
1>c:\ogre_src_v1-8-0rc1\ogremain\src\nedmalloc\malloc.c.h(500): warning C4005: '_WIN32_WINNT' : macro redefinition
1> C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\include\sdkddkver.h(197) : see previous definition of '_WIN32_WINNT'
1> OgreMemoryTracker.cpp
1> OgreMesh.cpp
1> OgreMeshManager.cpp
1> OgreMeshSerializer.cpp
1> Generating Code...
1> Compiling...
1> OgreMeshSerializerImpl.cpp
1> OgreMovableObject.cpp
1> OgreMovablePlane.cpp
1> OgreNode.cpp
1> OgreNumerics.cpp
1> OgreOptimisedUtil.cpp
1> OgreOptimisedUtilGeneral.cpp
1> OgreOptimisedUtilSSE.cpp
1> OgreOverlay.cpp
1> OgreOverlayContainer.cpp
1> OgreOverlayElement.cpp
1> OgreOverlayElementCommands.cpp
1> OgreOverlayElementFactory.cpp
1> OgreOverlayManager.cpp
1> OgrePanelOverlayElement.cpp
1> OgreParticle.cpp
1> OgreParticleEmitter.cpp
1> OgreParticleEmitterCommands.cpp
1> OgreParticleIterator.cpp
1> OgreParticleSystem.cpp
1> Generating Code...
1> Compiling...
1> OgreParticleSystemManager.cpp
1> OgrePass.cpp
1> OgrePatchMesh.cpp
1> OgrePatchSurface.cpp
1> OgrePixelCountLodStrategy.cpp
1> OgrePixelFormat.cpp
1> OgrePlane.cpp
1> OgrePlatformInformation.cpp
1> OgrePolygon.cpp
1> OgrePose.cpp
1> OgrePredefinedControllers.cpp
1> OgrePrefabFactory.cpp
1> OgreProfiler.cpp
1> OgreProgressiveMesh.cpp
1>C:/ogre_src_v1-8-0RC1/OgreMain/include\OgreProgressiveMesh.h(63): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
1>C:\ogre_src_v1-8-0RC1\OgreMain\src\OgreProgressiveMesh.cpp(283): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
1>C:\ogre_src_v1-8-0RC1\OgreMain\src\OgreProgressiveMesh.cpp(1155): warning C4244: '=' : conversion from 'double' to 'Ogre::Real', possible loss of data
1> OgreQuaternion.cpp
1> OgreRectangle2D.cpp
1> OgreRenderQueue.cpp
1> OgreRenderQueueInvocation.cpp
1> OgreRenderQueueSortingGrouping.cpp
1> OgreRenderSystem.cpp
1> Generating Code...
1> Compiling...
1> OgreRenderSystemCapabilities.cpp
1> OgreRenderSystemCapabilitiesManager.cpp
1> OgreRenderSystemCapabilitiesSerializer.cpp
1> OgreRenderTarget.cpp
1> OgreRenderTexture.cpp
1> OgreRenderToVertexBuffer.cpp
1> OgreRenderWindow.cpp
1> OgreResource.cpp
1> OgreResourceBackgroundQueue.cpp
1> OgreResourceGroupManager.cpp
1> OgreResourceManager.cpp
1>C:\ogre_src_v1-8-0RC1\OgreMain\src\OgreResourceManager.cpp(488): warning C4146: unary minus operator applied to unsigned type, result still unsigned
1> OgreRibbonTrail.cpp
1> OgreRoot.cpp
1> OgreRotationSpline.cpp
1> OgreSceneManager.cpp
1> OgreSceneManagerEnumerator.cpp
1> OgreSceneNode.cpp
1> OgreSceneQuery.cpp
1> OgreScriptCompiler.cpp
1> OgreScriptLexer.cpp
1> Generating Code...
1> Compiling...
1> OgreScriptParser.cpp
1> OgreScriptTranslator.cpp
1> OgreSerializer.cpp
1> OgreShadowCameraSetup.cpp
1> OgreShadowCameraSetupFocused.cpp
1> OgreShadowCameraSetupLiSPSM.cpp
1> OgreShadowCameraSetupPSSM.cpp
1> OgreShadowCameraSetupPlaneOptimal.cpp
1> OgreShadowCaster.cpp
1> OgreShadowTextureManager.cpp
1> OgreShadowVolumeExtrudeProgram.cpp
1> OgreSimpleRenderable.cpp
1> OgreSimpleSpline.cpp
1> OgreSkeleton.cpp
1> OgreSkeletonInstance.cpp
1> OgreSkeletonManager.cpp
1> OgreSkeletonSerializer.cpp
1> OgreSmallVector.cpp
1> OgreStaticGeometry.cpp
1> OgreStreamSerialiser.cpp
1> Generating Code...
1> Compiling...
1> OgreString.cpp
1> OgreStringConverter.cpp
1> OgreStringInterface.cpp
1> OgreSubEntity.cpp
1> OgreSubMesh.cpp
1> OgreTagPoint.cpp
1> OgreTangentSpaceCalc.cpp
1> OgreTechnique.cpp
1> OgreTextAreaOverlayElement.cpp
1> OgreTexture.cpp
1> OgreTextureManager.cpp
1> OgreTextureUnitState.cpp
1> OgreUTFString.cpp
1> OgreUnifiedHighLevelGpuProgram.cpp
1> OgreUserObjectBindings.cpp
1> OgreVector2.cpp
1> OgreVector3.cpp
1> OgreVector4.cpp
1> OgreVertexIndexData.cpp
1> OgreViewport.cpp
1> Generating Code...
1> Compiling...
1> OgreWindowEventUtilities.cpp
1> OgreWireBoundingBox.cpp
1> OgreWorkQueue.cpp
1> OgreDefaultWorkQueueStandard.cpp
1> OgreConfigDialog.cpp
1> OgreErrorDialog.cpp
1> OgreTimer.cpp
1> Generating Code...
1>MakeDirsForLink:
1> Creating directory "C:\ogre_src_v1-8-0RC1\new5\lib\Release\".
1>Link:
1> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/OgreMain.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/OgreMain.exp
1>OgreDeflate.obj : error LNK2019: unresolved external symbol _inflateEnd referenced in function "protected: void __thiscall Ogre::DeflateStream::destroy(void)" (?destroy@DeflateStream@Ogre@@IAEXXZ)
1>OgreDeflate.obj : error LNK2019: unresolved external symbol _inflateReset referenced in function "public: virtual void __thiscall Ogre::DeflateStream::seek(unsigned int)" (?seek@DeflateStream@Ogre@@UAEXI@Z)
1>OgreDeflate.obj : error LNK2019: unresolved external symbol _inflate referenced in function "public: virtual unsigned int __thiscall Ogre::DeflateStream::read(void *,unsigned int)" (?read@DeflateStream@Ogre@@UAEIPAXI@Z)
1>OgreDeflate.obj : error LNK2019: unresolved external symbol _deflateEnd referenced in function "protected: void __thiscall Ogre::DeflateStream::compressFinal(void)" (?compressFinal@DeflateStream@Ogre@@IAEXXZ)
1>OgreDeflate.obj : error LNK2019: unresolved external symbol _deflate referenced in function "protected: void __thiscall Ogre::DeflateStream::compressFinal(void)" (?compressFinal@DeflateStream@Ogre@@IAEXXZ)
1>OgreDeflate.obj : error LNK2019: unresolved external symbol _deflateInit_ referenced in function "protected: void __thiscall Ogre::DeflateStream::compressFinal(void)" (?compressFinal@DeflateStream@Ogre@@IAEXXZ)
1>OgreDeflate.obj : error LNK2019: unresolved external symbol _inflateInit_ referenced in function "protected: void __thiscall Ogre::DeflateStream::init(void)" (?init@DeflateStream@Ogre@@IAEXXZ)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_GetBits referenced in function "private: struct FIBITMAP * __thiscall Ogre::FreeImageCodec::encode(class Ogre::SharedPtr<class Ogre::MemoryDataStream> &,class Ogre::SharedPtr<class Ogre::Codec::CodecData> &)const " (?encode@FreeImageCodec@Ogre@@ABEPAUFIBITMAP@@AAV?$SharedPtr@VMemoryDataStream@Ogre@@@2@AAV?$SharedPtr@VCodecData@Codec@Ogre@@@2@@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_GetPitch referenced in function "private: struct FIBITMAP * __thiscall Ogre::FreeImageCodec::encode(class Ogre::SharedPtr<class Ogre::MemoryDataStream> &,class Ogre::SharedPtr<class Ogre::Codec::CodecData> &)const " (?encode@FreeImageCodec@Ogre@@ABEPAUFIBITMAP@@AAV?$SharedPtr@VMemoryDataStream@Ogre@@@2@AAV?$SharedPtr@VCodecData@Codec@Ogre@@@2@@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_Unload referenced in function "private: struct FIBITMAP * __thiscall Ogre::FreeImageCodec::encode(class Ogre::SharedPtr<class Ogre::MemoryDataStream> &,class Ogre::SharedPtr<class Ogre::Codec::CodecData> &)const " (?encode@FreeImageCodec@Ogre@@ABEPAUFIBITMAP@@AAV?$SharedPtr@VMemoryDataStream@Ogre@@@2@AAV?$SharedPtr@VCodecData@Codec@Ogre@@@2@@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_ConvertToGreyscale referenced in function "private: struct FIBITMAP * __thiscall Ogre::FreeImageCodec::encode(class Ogre::SharedPtr<class Ogre::MemoryDataStream> &,class Ogre::SharedPtr<class Ogre::Codec::CodecData> &)const " (?encode@FreeImageCodec@Ogre@@ABEPAUFIBITMAP@@AAV?$SharedPtr@VMemoryDataStream@Ogre@@@2@AAV?$SharedPtr@VCodecData@Codec@Ogre@@@2@@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_AllocateT referenced in function "private: struct FIBITMAP * __thiscall Ogre::FreeImageCodec::encode(class Ogre::SharedPtr<class Ogre::MemoryDataStream> &,class Ogre::SharedPtr<class Ogre::Codec::CodecData> &)const " (?encode@FreeImageCodec@Ogre@@ABEPAUFIBITMAP@@AAV?$SharedPtr@VMemoryDataStream@Ogre@@@2@AAV?$SharedPtr@VCodecData@Codec@Ogre@@@2@@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_FIFSupportsExportBPP referenced in function "private: struct FIBITMAP * __thiscall Ogre::FreeImageCodec::encode(class Ogre::SharedPtr<class Ogre::MemoryDataStream> &,class Ogre::SharedPtr<class Ogre::Codec::CodecData> &)const " (?encode@FreeImageCodec@Ogre@@ABEPAUFIBITMAP@@AAV?$SharedPtr@VMemoryDataStream@Ogre@@@2@AAV?$SharedPtr@VCodecData@Codec@Ogre@@@2@@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_FIFSupportsExportType referenced in function "private: struct FIBITMAP * __thiscall Ogre::FreeImageCodec::encode(class Ogre::SharedPtr<class Ogre::MemoryDataStream> &,class Ogre::SharedPtr<class Ogre::Codec::CodecData> &)const " (?encode@FreeImageCodec@Ogre@@ABEPAUFIBITMAP@@AAV?$SharedPtr@VMemoryDataStream@Ogre@@@2@AAV?$SharedPtr@VCodecData@Codec@Ogre@@@2@@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_SetOutputMessage referenced in function "private: struct FIBITMAP * __thiscall Ogre::FreeImageCodec::encode(class Ogre::SharedPtr<class Ogre::MemoryDataStream> &,class Ogre::SharedPtr<class Ogre::Codec::CodecData> &)const " (?encode@FreeImageCodec@Ogre@@ABEPAUFIBITMAP@@AAV?$SharedPtr@VMemoryDataStream@Ogre@@@2@AAV?$SharedPtr@VCodecData@Codec@Ogre@@@2@@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_Save referenced in function "public: virtual void __thiscall Ogre::FreeImageCodec::codeToFile(class Ogre::SharedPtr<class Ogre::MemoryDataStream> &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class Ogre::SharedPtr<class Ogre::Codec::CodecData> &)const " (?codeToFile@FreeImageCodec@Ogre@@UBEXAAV?$SharedPtr@VMemoryDataStream@Ogre@@@2@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAV?$SharedPtr@VCodecData@Codec@Ogre@@@2@@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_GetFormatFromFIF referenced in function "void __cdecl Ogre::FreeImageLoadErrorHandler(enum FREE_IMAGE_FORMAT,char const *)" (?FreeImageLoadErrorHandler@Ogre@@YAXW4FREE_IMAGE_FORMAT@@PBD@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_CloseMemory referenced in function "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Ogre::FreeImageCodec::magicNumberToFileExt(char const *,unsigned int)const " (?magicNumberToFileExt@FreeImageCodec@Ogre@@UBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBDI@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_GetFileTypeFromMemory referenced in function "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Ogre::FreeImageCodec::magicNumberToFileExt(char const *,unsigned int)const " (?magicNumberToFileExt@FreeImageCodec@Ogre@@UBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBDI@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_OpenMemory referenced in function "public: virtual class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __thiscall Ogre::FreeImageCodec::magicNumberToFileExt(char const *,unsigned int)const " (?magicNumberToFileExt@FreeImageCodec@Ogre@@UBE?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@PBDI@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_AcquireMemory referenced in function "public: virtual class Ogre::SharedPtr<class Ogre::DataStream> __thiscall Ogre::FreeImageCodec::code(class Ogre::SharedPtr<class Ogre::MemoryDataStream> &,class Ogre::SharedPtr<class Ogre::Codec::CodecData> &)const " (?code@FreeImageCodec@Ogre@@UBE?AV?$SharedPtr@VDataStream@Ogre@@@2@AAV?$SharedPtr@VMemoryDataStream@Ogre@@@2@AAV?$SharedPtr@VCodecData@Codec@Ogre@@@2@@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_SaveToMemory referenced in function "public: virtual class Ogre::SharedPtr<class Ogre::DataStream> __thiscall Ogre::FreeImageCodec::code(class Ogre::SharedPtr<class Ogre::MemoryDataStream> &,class Ogre::SharedPtr<class Ogre::Codec::CodecData> &)const " (?code@FreeImageCodec@Ogre@@UBE?AV?$SharedPtr@VDataStream@Ogre@@@2@AAV?$SharedPtr@VMemoryDataStream@Ogre@@@2@AAV?$SharedPtr@VCodecData@Codec@Ogre@@@2@@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_DeInitialise referenced in function "public: static void __cdecl Ogre::FreeImageCodec::shutdown(void)" (?shutdown@FreeImageCodec@Ogre@@SAXXZ)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_GetFIFExtensionList referenced in function "public: static void __cdecl Ogre::FreeImageCodec::startup(void)" (?startup@FreeImageCodec@Ogre@@SAXXZ)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_GetFIFCount referenced in function "public: static void __cdecl Ogre::FreeImageCodec::startup(void)" (?startup@FreeImageCodec@Ogre@@SAXXZ)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_GetCopyrightMessage referenced in function "public: static void __cdecl Ogre::FreeImageCodec::startup(void)" (?startup@FreeImageCodec@Ogre@@SAXXZ)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_GetVersion referenced in function "public: static void __cdecl Ogre::FreeImageCodec::startup(void)" (?startup@FreeImageCodec@Ogre@@SAXXZ)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_Initialise referenced in function "public: static void __cdecl Ogre::FreeImageCodec::startup(void)" (?startup@FreeImageCodec@Ogre@@SAXXZ)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_GetGreenMask referenced in function "public: virtual struct std::pair<class Ogre::SharedPtr<class Ogre::MemoryDataStream>,class Ogre::SharedPtr<class Ogre::Codec::CodecData> > __thiscall Ogre::FreeImageCodec::decode(class Ogre::SharedPtr<class Ogre::DataStream> &)const " (?decode@FreeImageCodec@Ogre@@UBE?AU?$pair@V?$SharedPtr@VMemoryDataStream@Ogre@@@Ogre@@V?$SharedPtr@VCodecData@Codec@Ogre@@@2@@std@@AAV?$SharedPtr@VDataStream@Ogre@@@2@@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_ConvertTo24Bits referenced in function "public: virtual struct std::pair<class Ogre::SharedPtr<class Ogre::MemoryDataStream>,class Ogre::SharedPtr<class Ogre::Codec::CodecData> > __thiscall Ogre::FreeImageCodec::decode(class Ogre::SharedPtr<class Ogre::DataStream> &)const " (?decode@FreeImageCodec@Ogre@@UBE?AU?$pair@V?$SharedPtr@VMemoryDataStream@Ogre@@@Ogre@@V?$SharedPtr@VCodecData@Codec@Ogre@@@2@@std@@AAV?$SharedPtr@VDataStream@Ogre@@@2@@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_ConvertTo32Bits referenced in function "public: virtual struct std::pair<class Ogre::SharedPtr<class Ogre::MemoryDataStream>,class Ogre::SharedPtr<class Ogre::Codec::CodecData> > __thiscall Ogre::FreeImageCodec::decode(class Ogre::SharedPtr<class Ogre::DataStream> &)const " (?decode@FreeImageCodec@Ogre@@UBE?AU?$pair@V?$SharedPtr@VMemoryDataStream@Ogre@@@Ogre@@V?$SharedPtr@VCodecData@Codec@Ogre@@@2@@std@@AAV?$SharedPtr@VDataStream@Ogre@@@2@@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_IsTransparent referenced in function "public: virtual struct std::pair<class Ogre::SharedPtr<class Ogre::MemoryDataStream>,class Ogre::SharedPtr<class Ogre::Codec::CodecData> > __thiscall Ogre::FreeImageCodec::decode(class Ogre::SharedPtr<class Ogre::DataStream> &)const " (?decode@FreeImageCodec@Ogre@@UBE?AU?$pair@V?$SharedPtr@VMemoryDataStream@Ogre@@@Ogre@@V?$SharedPtr@VCodecData@Codec@Ogre@@@2@@std@@AAV?$SharedPtr@VDataStream@Ogre@@@2@@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_GetBPP referenced in function "public: virtual struct std::pair<class Ogre::SharedPtr<class Ogre::MemoryDataStream>,class Ogre::SharedPtr<class Ogre::Codec::CodecData> > __thiscall Ogre::FreeImageCodec::decode(class Ogre::SharedPtr<class Ogre::DataStream> &)const " (?decode@FreeImageCodec@Ogre@@UBE?AU?$pair@V?$SharedPtr@VMemoryDataStream@Ogre@@@Ogre@@V?$SharedPtr@VCodecData@Codec@Ogre@@@2@@std@@AAV?$SharedPtr@VDataStream@Ogre@@@2@@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_GetColorType referenced in function "public: virtual struct std::pair<class Ogre::SharedPtr<class Ogre::MemoryDataStream>,class Ogre::SharedPtr<class Ogre::Codec::CodecData> > __thiscall Ogre::FreeImageCodec::decode(class Ogre::SharedPtr<class Ogre::DataStream> &)const " (?decode@FreeImageCodec@Ogre@@UBE?AU?$pair@V?$SharedPtr@VMemoryDataStream@Ogre@@@Ogre@@V?$SharedPtr@VCodecData@Codec@Ogre@@@2@@std@@AAV?$SharedPtr@VDataStream@Ogre@@@2@@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_GetImageType referenced in function "public: virtual struct std::pair<class Ogre::SharedPtr<class Ogre::MemoryDataStream>,class Ogre::SharedPtr<class Ogre::Codec::CodecData> > __thiscall Ogre::FreeImageCodec::decode(class Ogre::SharedPtr<class Ogre::DataStream> &)const " (?decode@FreeImageCodec@Ogre@@UBE?AU?$pair@V?$SharedPtr@VMemoryDataStream@Ogre@@@Ogre@@V?$SharedPtr@VCodecData@Codec@Ogre@@@2@@std@@AAV?$SharedPtr@VDataStream@Ogre@@@2@@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_GetHeight referenced in function "public: virtual struct std::pair<class Ogre::SharedPtr<class Ogre::MemoryDataStream>,class Ogre::SharedPtr<class Ogre::Codec::CodecData> > __thiscall Ogre::FreeImageCodec::decode(class Ogre::SharedPtr<class Ogre::DataStream> &)const " (?decode@FreeImageCodec@Ogre@@UBE?AU?$pair@V?$SharedPtr@VMemoryDataStream@Ogre@@@Ogre@@V?$SharedPtr@VCodecData@Codec@Ogre@@@2@@std@@AAV?$SharedPtr@VDataStream@Ogre@@@2@@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_GetWidth referenced in function "public: virtual struct std::pair<class Ogre::SharedPtr<class Ogre::MemoryDataStream>,class Ogre::SharedPtr<class Ogre::Codec::CodecData> > __thiscall Ogre::FreeImageCodec::decode(class Ogre::SharedPtr<class Ogre::DataStream> &)const " (?decode@FreeImageCodec@Ogre@@UBE?AU?$pair@V?$SharedPtr@VMemoryDataStream@Ogre@@@Ogre@@V?$SharedPtr@VCodecData@Codec@Ogre@@@2@@std@@AAV?$SharedPtr@VDataStream@Ogre@@@2@@Z)
1>OgreFreeImageCodec.obj : error LNK2019: unresolved external symbol _FreeImage_LoadFromMemory referenced in function "public: virtual struct std::pair<class Ogre::SharedPtr<class Ogre::MemoryDataStream>,class Ogre::SharedPtr<class Ogre::Codec::CodecData> > __thiscall Ogre::FreeImageCodec::decode(class Ogre::SharedPtr<class Ogre::DataStream> &)const " (?decode@FreeImageCodec@Ogre@@UBE?AU?$pair@V?$SharedPtr@VMemoryDataStream@Ogre@@@Ogre@@V?$SharedPtr@VCodecData@Codec@Ogre@@@2@@std@@AAV?$SharedPtr@VDataStream@Ogre@@@2@@Z)
1>C:\ogre_src_v1-8-0RC1\new5\bin\Release\OgreMain.dll : fatal error LNK1120: 38 unresolved externals
1>
1>Build FAILED.
1>
1>Time Elapsed 00:09:18.76
2>------ Build started: Project: OgrePaging, Configuration: Release Win32 ------
3>------ Build started: Project: OgreRTShaderSystem, Configuration: Release Win32 ------
4>------ Build started: Project: Plugin_PCZSceneManager, Configuration: Release Win32 ------
5>------ Build started: Project: RenderSystem_GL, Configuration: Release Win32 ------
3>Build started 3/31/2012 3:16:46 PM.
6>------ Build started: Project: RenderSystem_Direct3D9, Configuration: Release Win32 ------
2>Build started 3/31/2012 3:16:47 PM.
4>Build started 3/31/2012 3:16:47 PM.
7>------ Build started: Project: Plugin_ParticleFX, Configuration: Release Win32 ------
5>Build started 3/31/2012 3:16:48 PM.
2>InitializeBuildStatus:
4>InitializeBuildStatus:
4> Creating "Plugin_PCZSceneManager.dir\Release\Plugin_PCZSceneManager.unsuccessfulbuild" because "AlwaysCreate" was specified.
2> Creating "OgrePaging.dir\Release\OgrePaging.unsuccessfulbuild" because "AlwaysCreate" was specified.
8>------ Build started: Project: Plugin_OctreeSceneManager, Configuration: Release Win32 ------
9>------ Build started: Project: Plugin_BSPSceneManager, Configuration: Release Win32 ------
3>InitializeBuildStatus:
3> Creating "OgreRTShaderSystem.dir\Release\OgreRTShaderSystem.unsuccessfulbuild" because "AlwaysCreate" was specified.
6>Build started 3/31/2012 3:16:48 PM.
5>InitializeBuildStatus:
5> Creating "RenderSystem_GL.dir\Release\RenderSystem_GL.unsuccessfulbuild" because "AlwaysCreate" was specified.
4>ClCompile:
4> OgreAntiPortal.cpp
6>InitializeBuildStatus:
6> Creating "RenderSystem_Direct3D9.dir\Release\RenderSystem_Direct3D9.unsuccessfulbuild" because "AlwaysCreate" was specified.
9>Build started 3/31/2012 3:16:49 PM.
2>ClCompile:
2> OgreGrid2DPageStrategy.cpp
5>ClCompile:
5> OgreGLATIFSInit.cpp
3>ClCompile:
3> OgreShaderFFPColour.cpp
7>Build started 3/31/2012 3:16:49 PM.
9>InitializeBuildStatus:
9> Creating "Plugin_BSPSceneManager.dir\Release\Plugin_BSPSceneManager.unsuccessfulbuild" because "AlwaysCreate" was specified.
8>Build started 3/31/2012 3:16:49 PM.
6>ClCompile:
6> OgreD3D9DepthBuffer.cpp
8>InitializeBuildStatus:
8> Creating "Plugin_OctreeSceneManager.dir\Release\Plugin_OctreeSceneManager.unsuccessfulbuild" because "AlwaysCreate" was specified.
7>InitializeBuildStatus:
7> Creating "Plugin_ParticleFX.dir\Release\Plugin_ParticleFX.unsuccessfulbuild" because "AlwaysCreate" was specified.
9>ClCompile:
9> OgreBspLevel.cpp
8>ClCompile:
8> OgreOctree.cpp
7>ClCompile:
7> OgreAreaEmitter.cpp
7> OgreBoxEmitter.cpp
4> OgreCapsule.cpp
9>C:\ogre_src_v1-8-0RC1\PlugIns\BSPSceneManager\src\OgreBspLevel.cpp(412): warning C4244: '=' : conversion from 'Ogre::ResourceHandle' to 'int', possible loss of data
9>C:\ogre_src_v1-8-0RC1\PlugIns\BSPSceneManager\src\OgreBspLevel.cpp(891): warning C4244: '=' : conversion from 'double' to 'Ogre::Real', possible loss of data
9>C:\ogre_src_v1-8-0RC1\PlugIns\BSPSceneManager\src\OgreBspLevel.cpp(892): warning C4244: '=' : conversion from 'double' to 'Ogre::Real', possible loss of data
9>C:\ogre_src_v1-8-0RC1\PlugIns\BSPSceneManager\src\OgreBspLevel.cpp(893): warning C4244: '=' : conversion from 'double' to 'Ogre::Real', possible loss of data
9>C:\ogre_src_v1-8-0RC1\PlugIns\BSPSceneManager\src\OgreBspLevel.cpp(897): warning C4244: 'argument' : conversion from 'double' to 'Ogre::Real', possible loss of data
5> OgreGLContext.cpp
7> OgreColourFaderAffector2.cpp
6> OgreD3D9Device.cpp
3> OgreShaderFFPFog.cpp
9> OgreBspNode.cpp
2> OgreGrid3DPageStrategy.cpp
8> OgreOctreeCamera.cpp
4> OgreDefaultZone.cpp
5> OgreGLDefaultHardwareBufferManager.cpp
7> OgreColourFaderAffector.cpp
9> OgreBspResourceManager.cpp
5> OgreGLDepthBuffer.cpp
3> OgreShaderFFPLighting.cpp
8> OgreOctreeNode.cpp
2> OgrePage.cpp
6> OgreD3D9DeviceManager.cpp
4> OgrePCPlane.cpp
7> OgreColourImageAffector.cpp
5> OgreGLEngineDll.cpp
9> OgreBspSceneManager.cpp
8> OgreOctreePlugin.cpp
4> OgrePCZCamera.cpp
7> OgreColourInterpolatorAffector.cpp
2> OgrePageContent.cpp
3> OgreShaderFFPRenderStateBuilder.cpp
6> OgreD3D9Driver.cpp
2> OgrePageContentCollection.cpp
6> OgreD3D9DriverList.cpp
7> OgreCylinderEmitter.cpp
5> OgreGLFBOMultiRenderTarget.cpp
9> OgreBspSceneManagerDll.cpp
2> OgrePagedWorld.cpp
8> OgreOctreeSceneManager.cpp
4> OgrePCZFrustum.cpp
3> OgreShaderFFPTexturing.cpp
7> OgreDeflectorPlaneAffector.cpp
6> OgreD3D9EngineDll.cpp
2> OgrePagedWorldSection.cpp
7>C:\ogre_src_v1-8-0RC1\PlugIns\ParticleFX\src\OgreDeflectorPlaneAffector.cpp(95): warning C4244: 'argument' : conversion from 'double' to 'const Ogre::Real', possible loss of data
9> OgreBspSceneManagerPlugin.cpp
4> OgrePCZLight.cpp
5> OgreGLFBORenderTexture.cpp
7> OgreDirectionRandomiserAffector.cpp
8> OgreOctreeSceneManagerDll.cpp
3> OgreShaderFFPTransform.cpp
7> OgreEllipsoidEmitter.cpp
2> OgrePageManager.cpp
6> OgreD3D9GpuProgram.cpp
9> OgreBspSceneNode.cpp
4> OgrePCZone.cpp
5> OgreGLFrameBufferObject.cpp
8> OgreOctreeSceneQuery.cpp
7> OgreHollowEllipsoidEmitter.cpp
3> OgreShaderFunction.cpp
7> OgreLinearForceAffector.cpp
6> OgreD3D9GpuProgramManager.cpp
9> OgreQuake3Level.cpp
3> OgreShaderFunctionAtom.cpp
2> OgreSimplePageContentCollection.cpp
4> OgrePCZoneFactory.cpp
8> Generating Code...
5> OgreGLGpuNvparseProgram.cpp
7> OgreParticleFX.cpp
9> OgreQuake3Shader.cpp
6> OgreD3D9HardwareBufferManager.cpp
2> Generating Code...
8>Link:
8> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Plugin_OctreeSceneManager.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Plugin_OctreeSceneManager.exp
3> OgreShaderGenerator.cpp
8> Plugin_OctreeSceneManager.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Plugin_OctreeSceneManager.dll
8>FinalizeBuildStatus:
8> Deleting file "Plugin_OctreeSceneManager.dir\Release\Plugin_OctreeSceneManager.unsuccessfulbuild".
8> Touching "Plugin_OctreeSceneManager.dir\Release\Plugin_OctreeSceneManager.lastbuildstate".
8>
8>Build succeeded.
8>
8>Time Elapsed 00:00:54.06
10>------ Build started: Project: OgreProperty, Configuration: Release Win32 ------
10>Build started 3/31/2012 3:17:43 PM.
10>InitializeBuildStatus:
10> Creating "OgreProperty.dir\Release\OgreProperty.unsuccessfulbuild" because "AlwaysCreate" was specified.
10>ClCompile:
10> OgreProperty.cpp
4> OgrePCZPlugin.cpp
6> OgreD3D9HardwareIndexBuffer.cpp
5> OgreGLGpuProgram.cpp
9> OgreQuake3ShaderManager.cpp
7> OgreParticleFXPlugin.cpp
5> OgreGLGpuProgramManager.cpp
3> OgreShaderParameter.cpp
10>Link:
10> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/OgreProperty.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/OgreProperty.exp
10> OgreProperty.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\OgreProperty.dll
4> OgrePCZSceneManager.cpp
10>FinalizeBuildStatus:
10> Deleting file "OgreProperty.dir\Release\OgreProperty.unsuccessfulbuild".
10> Touching "OgreProperty.dir\Release\OgreProperty.lastbuildstate".
10>
10>Build succeeded.
10>
10>Time Elapsed 00:00:07.42
9> Generating Code...
11>------ Build started: Project: OgreMeshUpgrader, Configuration: Release Win32 ------
11>Build started 3/31/2012 3:17:51 PM.
11>InitializeBuildStatus:
11> Creating "OgreMeshUpgrader.dir\Release\OgreMeshUpgrader.unsuccessfulbuild" because "AlwaysCreate" was specified.
11>ClCompile:
11> main.cpp
2>Link:
2> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/OgrePaging.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/OgrePaging.exp
2> OgrePaging.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\OgrePaging.dll
2>FinalizeBuildStatus:
2> Deleting file "OgrePaging.dir\Release\OgrePaging.unsuccessfulbuild".
2> Touching "OgrePaging.dir\Release\OgrePaging.lastbuildstate".
2>
2>Build succeeded.
2>
2>Time Elapsed 00:01:05.22
12>------ Build started: Project: OgreTerrain, Configuration: Release Win32 ------
12>Build started 3/31/2012 3:17:53 PM.
12>InitializeBuildStatus:
12> Creating "OgreTerrain.dir\Release\OgreTerrain.unsuccessfulbuild" because "AlwaysCreate" was specified.
6> OgreD3D9HardwareOcclusionQuery.cpp
12>ClCompile:
12> OgreTerrain.cpp
7> OgrePointEmitter.cpp
5> OgreGLHardwareBufferManager.cpp
7> OgreRingEmitter.cpp
3> OgreShaderProgram.cpp
11>C:/ogre_src_v1-8-0RC1/OgreMain/include\OgreProgressiveMesh.h(63): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
11>C:\ogre_src_v1-8-0RC1\Tools\MeshUpgrader\src\main.cpp(719): warning C4244: '=' : conversion from 'size_t' to 'Ogre::Real', possible loss of data
4> OgrePCZSceneManagerDll.cpp
6> OgreD3D9HardwarePixelBuffer.cpp
12>C:/OgreSDK_vc10_v1-7-3/boost_1_42\boost/thread/win32/thread_data.hpp(171): warning C4244: 'argument' : conversion from '__int64' to 'long', possible loss of data
12> C:\ogre_src_v1-8-0RC1\Components\Terrain\src\OgreTerrain.cpp(1855) : see reference to function template instantiation 'void boost::this_thread::sleep<boost::date_time::subsecond_duration<base_duration,frac_of_second>>(const TimeDuration &)' being compiled
7> OgreRotationAffector.cpp
12> with
12> [
12> base_duration=boost::posix_time::time_duration,
12> frac_of_second=0x03e8,
12> TimeDuration=boost::date_time::subsecond_duration<boost::posix_time::time_duration,0x03e8>
12> ]
12> OgreTerrainGroup.cpp
3> OgreShaderProgramManager.cpp
5> OgreGLHardwareIndexBuffer.cpp
9>Link:
9> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Plugin_BSPSceneManager.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Plugin_BSPSceneManager.exp
9> Plugin_BSPSceneManager.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Plugin_BSPSceneManager.dll
9>FinalizeBuildStatus:
9> Deleting file "Plugin_BSPSceneManager.dir\Release\Plugin_BSPSceneManager.unsuccessfulbuild".
9> Touching "Plugin_BSPSceneManager.dir\Release\Plugin_BSPSceneManager.lastbuildstate".
9>
9>Build succeeded.
9>
9>Time Elapsed 00:01:13.67
11>Link:
11> OgreMeshUpgrader.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\OgreMeshUpgrader.exe
11>FinalizeBuildStatus:
11> Deleting file "OgreMeshUpgrader.dir\Release\OgreMeshUpgrader.unsuccessfulbuild".
13>------ Build started: Project: OgreXMLConverter, Configuration: Release Win32 ------
11> Touching "OgreMeshUpgrader.dir\Release\OgreMeshUpgrader.lastbuildstate".
11>
11>Build succeeded.
11>
11>Time Elapsed 00:00:11.74
13>Build started 3/31/2012 3:18:03 PM.
13>InitializeBuildStatus:
13> Creating "OgreXMLConverter.dir\Release\OgreXMLConverter.unsuccessfulbuild" because "AlwaysCreate" was specified.
13>ClCompile:
13> main.cpp
7> OgreScaleAffector.cpp
4> OgrePCZSceneNode.cpp
5> OgreGLHardwareOcclusionQuery.cpp
6> OgreD3D9HardwareVertexBuffer.cpp
12> OgreTerrainLayerBlendMap.cpp
5> OgreGLHardwarePixelBuffer.cpp
7> Generating Code...
3> OgreShaderProgramSet.cpp
13>C:/ogre_src_v1-8-0RC1/OgreMain/include\OgreProgressiveMesh.h(63): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
13>C:\ogre_src_v1-8-0RC1\Tools\XMLConverter\src\main.cpp(644): warning C4244: '=' : conversion from 'size_t' to 'Ogre::Real', possible loss of data
13> OgreXMLMeshSerializer.cpp
4> OgrePCZSceneQuery.cpp
3> OgreShaderProgramWriter.cpp
6> OgreD3D9HLSLProgram.cpp
12> OgreTerrainMaterialGenerator.cpp
7>Link:
7> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Plugin_ParticleFX.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Plugin_ParticleFX.exp
7> Plugin_ParticleFX.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Plugin_ParticleFX.dll
7>FinalizeBuildStatus:
7> Deleting file "Plugin_ParticleFX.dir\Release\Plugin_ParticleFX.unsuccessfulbuild".
7> Touching "Plugin_ParticleFX.dir\Release\Plugin_ParticleFX.lastbuildstate".
7>
7>Build succeeded.
7>
7>Time Elapsed 00:01:26.06
5> OgreGLHardwareVertexBuffer.cpp
13> OgreXMLSkeletonSerializer.cpp
3> OgreShaderRenderState.cpp
6> OgreD3D9HLSLProgramFactory.cpp
4> OgrePortal.cpp
5> OgreGLPBRenderTexture.cpp
12> OgreTerrainMaterialGeneratorA.cpp
6> OgreD3D9Mappings.cpp
13> tinystr.cpp
3> OgreShaderSubRenderState.cpp
13> tinyxml.cpp
4> OgrePortalBase.cpp
12> OgreTerrainQuadTreeNode.cpp
13> tinyxmlerror.cpp
5> OgreGLPixelFormat.cpp
6> OgreD3D9MultiRenderTarget.cpp
4> OgreSegment.cpp
13> tinyxmlparser.cpp
3> OgreShaderExNormalMapLighting.cpp
4> Generating Code...
13> Generating Code...
12> OgreTerrainPaging.cpp
5> OgreGLPlugin.cpp
6> OgreD3D9Plugin.cpp
3> OgreShaderExPerPixelLighting.cpp
13>Link:
13> OgreXMLConverter.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\OgreXMLConverter.exe
13>FinalizeBuildStatus:
13> Deleting file "OgreXMLConverter.dir\Release\OgreXMLConverter.unsuccessfulbuild".
13> Touching "OgreXMLConverter.dir\Release\OgreXMLConverter.lastbuildstate".
13>
13>Build succeeded.
13>
13>Time Elapsed 00:00:35.39
12> OgreTerrainPagedWorldSection.cpp
5> OgreGLRenderSystem.cpp
6> OgreD3D9RenderSystem.cpp
3> OgreShaderExIntegratedPSSM3.cpp
5>C:\ogre_src_v1-8-0RC1\RenderSystems\GL\src\OgreGLRenderSystem.cpp(625): warning C4244: 'argument' : conversion from 'GLint' to 'Ogre::Real', possible loss of data
5>C:\ogre_src_v1-8-0RC1\RenderSystems\GL\src\OgreGLRenderSystem.cpp(2321): warning C4244: 'initializing' : conversion from 'double' to 'Ogre::Real', possible loss of data
5>C:\ogre_src_v1-8-0RC1\RenderSystems\GL\src\OgreGLRenderSystem.cpp(2322): warning C4244: 'initializing' : conversion from 'double' to 'Ogre::Real', possible loss of data
5>C:\ogre_src_v1-8-0RC1\RenderSystems\GL\src\OgreGLRenderSystem.cpp(2330): warning C4244: '=' : conversion from 'double' to 'Ogre::Real', possible loss of data
5>C:\ogre_src_v1-8-0RC1\RenderSystems\GL\src\OgreGLRenderSystem.cpp(2604): warning C4244: 'argument' : conversion from 'unsigned int' to 'GLfloat', possible loss of data
12> Generating Code...
5> Generating Code...
4>Link:
4> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Plugin_PCZSceneManager.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Plugin_PCZSceneManager.exp
4> Plugin_PCZSceneManager.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Plugin_PCZSceneManager.dll
4>FinalizeBuildStatus:
4> Deleting file "Plugin_PCZSceneManager.dir\Release\Plugin_PCZSceneManager.unsuccessfulbuild".
4> Touching "Plugin_PCZSceneManager.dir\Release\Plugin_PCZSceneManager.lastbuildstate".
4>
4>Build succeeded.
4>
4>Time Elapsed 00:01:59.76
6> OgreD3D9RenderWindow.cpp
14>------ Build started: Project: Plugin_OctreeZone, Configuration: Release Win32 ------
14>Build started 3/31/2012 3:18:48 PM.
14>InitializeBuildStatus:
14> Creating "Plugin_OctreeZone.dir\Release\Plugin_OctreeZone.unsuccessfulbuild" because "AlwaysCreate" was specified.
14>ClCompile:
14> OgreOctreeZone.cpp
3> OgreShaderScriptTranslator.cpp
6>C:\ogre_src_v1-8-0RC1\RenderSystems\Direct3D9\src\OgreD3D9RenderWindow.cpp(266): warning C4018: '<' : signed/unsigned mismatch
6>C:\ogre_src_v1-8-0RC1\RenderSystems\Direct3D9\src\OgreD3D9RenderWindow.cpp(267): warning C4018: '<' : signed/unsigned mismatch
6>C:\ogre_src_v1-8-0RC1\RenderSystems\Direct3D9\src\OgreD3D9RenderWindow.cpp(512): warning C4018: '>' : signed/unsigned mismatch
6>C:\ogre_src_v1-8-0RC1\RenderSystems\Direct3D9\src\OgreD3D9RenderWindow.cpp(513): warning C4018: '>' : signed/unsigned mismatch
5> Compiling...
5> OgreGLRenderTexture.cpp
6> Generating Code...
3> Generating Code...
14> OgreOctreeZoneDll.cpp
12>Link:
12> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/OgreTerrain.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/OgreTerrain.exp
12> OgreTerrain.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\OgreTerrain.dll
12>FinalizeBuildStatus:
12> Deleting file "OgreTerrain.dir\Release\OgreTerrain.unsuccessfulbuild".
12> Touching "OgreTerrain.dir\Release\OgreTerrain.lastbuildstate".
12>
12>Build succeeded.
12>
12>Time Elapsed 00:01:05.98
14> OgreOctreeZoneOctree.cpp
5> OgreGLRenderToVertexBuffer.cpp
14> OgreOctreeZonePlugin.cpp
5> OgreGLSupport.cpp
14> Generating Code...
6> Compiling...
6> OgreD3D9Resource.cpp
5> OgreGLTexture.cpp
14>Link:
14> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Plugin_OctreeZone.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Plugin_OctreeZone.exp
14> Plugin_OctreeZone.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Plugin_OctreeZone.dll
14>FinalizeBuildStatus:
14> Deleting file "Plugin_OctreeZone.dir\Release\Plugin_OctreeZone.unsuccessfulbuild".
14> Touching "Plugin_OctreeZone.dir\Release\Plugin_OctreeZone.lastbuildstate".
14>
14>Build succeeded.
14>
14>Time Elapsed 00:00:24.30
6> OgreD3D9ResourceManager.cpp
5> OgreGLTextureManager.cpp
6> OgreD3D9Texture.cpp
3> Compiling...
3> OgreShaderMaterialSerializerListener.cpp
5> glew.cpp
3> OgreShaderProgramProcessor.cpp
6> OgreD3D9TextureManager.cpp
5> OgreGLSLExtSupport.cpp
3> OgreShaderCGProgramProcessor.cpp
6> OgreD3D9VertexDeclaration.cpp
5> OgreGLSLGpuProgram.cpp
3> OgreShaderCGProgramWriter.cpp
6> OgreD3D9VideoMode.cpp
5>C:\ogre_src_v1-8-0RC1\RenderSystems\GL\src\GLSL\src\OgreGLSLGpuProgram.cpp(140): warning C4101: 'e' : unreferenced local variable
3> OgreShaderGLSLProgramProcessor.cpp
5> OgreGLSLLinkProgram.cpp
6> OgreD3D9VideoModeList.cpp
3> OgreShaderGLSLProgramWriter.cpp
5> OgreGLSLLinkProgramManager.cpp
6> Generating Code...
5> OgreGLSLPreprocessor.cpp
3> OgreShaderGLSLESProgramProcessor.cpp
5> OgreGLSLProgram.cpp
3> OgreShaderGLSLESProgramWriter.cpp
5> OgreGLSLProgramFactory.cpp
3> OgreShaderProgramWriterManager.cpp
6>Link:
6> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/RenderSystem_Direct3D9.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/RenderSystem_Direct3D9.exp
6> RenderSystem_Direct3D9.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\RenderSystem_Direct3D9.dll
6>FinalizeBuildStatus:
6> Deleting file "RenderSystem_Direct3D9.dir\Release\RenderSystem_Direct3D9.unsuccessfulbuild".
6> Touching "RenderSystem_Direct3D9.dir\Release\RenderSystem_Direct3D9.lastbuildstate".
6>
6>Build succeeded.
6>
6>Time Elapsed 00:03:04.08
5> ATI_FS_GLGpuProgram.cpp
3> OgreShaderHLSLProgramProcessor.cpp
3> OgreShaderHLSLProgramWriter.cpp
5> Compiler2Pass.cpp
5> ps_1_4.cpp
3> OgreShaderExLayeredBlending.cpp
5> avp1.0_impl.cpp
5> nvparse.cpp
5>C:\ogre_src_v1-8-0RC1\RenderSystems\GL\src\nvparse\nvparse.cpp(91): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
5> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(238) : see declaration of 'strdup'
5> nvparse_errors.cpp
5>C:\ogre_src_v1-8-0RC1\RenderSystems\GL\src\nvparse\nvparse_errors.cpp(33): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
5> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(238) : see declaration of 'strdup'
5>C:\ogre_src_v1-8-0RC1\RenderSystems\GL\src\nvparse\nvparse_errors.cpp(39): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
5> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\stdio.h(371) : see declaration of 'sprintf'
5>C:\ogre_src_v1-8-0RC1\RenderSystems\GL\src\nvparse\nvparse_errors.cpp(41): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _strdup. See online help for details.
5> c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string.h(238) : see declaration of 'strdup'
5> _ps1.0_lexer.cpp
3> OgreShaderExHardwareSkinning.cpp
5> Generating Code...
3> OgreShaderExHardwareSkinningTechnique.cpp
3> OgreShaderExDualQuaternionSkinning.cpp
3> OgreShaderExLinearSkinning.cpp
5> Compiling...
5> _ps1.0_parser.cpp
5>_ps1.0_parser.c(782): warning C4065: switch statement contains 'default' but no 'case' labels
5> ps1.0_program.cpp
3> OgreShaderExTextureAtlasSampler.cpp
5> rc1.0_combiners.cpp
5> rc1.0_final.cpp
3>C:\ogre_src_v1-8-0RC1\Components\RTShaderSystem\src\OgreShaderExTextureAtlasSampler.cpp(273): warning C4244: 'argument' : conversion from 'size_t' to 'const Ogre::Real', possible loss of data
3>C:\ogre_src_v1-8-0RC1\Components\RTShaderSystem\src\OgreShaderExTextureAtlasSampler.cpp(273): warning C4244: 'argument' : conversion from 'size_t' to 'const Ogre::Real', possible loss of data
3> Generating Code...
5> rc1.0_general.cpp
5> _rc1.0_lexer.cpp
5> _rc1.0_parser.cpp
5>_rc1.0_parser.c(970): warning C4065: switch statement contains 'default' but no 'case' labels
5> ts1.0_inst.cpp
5> ts1.0_inst_list.cpp
5> _ts1.0_lexer.cpp
5> _ts1.0_parser.cpp
5>_ts1.0_parser.c(958): warning C4065: switch statement contains 'default' but no 'case' labels
5> vcp1.0_impl.cpp
5> vp1.0_impl.cpp
5> vs1.0_inst.cpp
5> vs1.0_inst_list.cpp
5> _vs1.0_lexer.cpp
3>Link:
3> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/OgreRTShaderSystem.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/OgreRTShaderSystem.exp
3> OgreRTShaderSystem.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\OgreRTShaderSystem.dll
3>FinalizeBuildStatus:
3> Deleting file "OgreRTShaderSystem.dir\Release\OgreRTShaderSystem.unsuccessfulbuild".
3> Touching "OgreRTShaderSystem.dir\Release\OgreRTShaderSystem.lastbuildstate".
3>
3>Build succeeded.
3>
3>Time Elapsed 00:04:03.85
15>------ Build started: Project: Sample_TextureArray, Configuration: Release Win32 ------
16>------ Build started: Project: Sample_Terrain, Configuration: Release Win32 ------
17>------ Build started: Project: Sample_SphereMapping, Configuration: Release Win32 ------
18>------ Build started: Project: Sample_Smoke, Configuration: Release Win32 ------
19>------ Build started: Project: Sample_SkyPlane, Configuration: Release Win32 ------
20>------ Build started: Project: Sample_SkyDome, Configuration: Release Win32 ------
21>------ Build started: Project: Sample_SkyBox, Configuration: Release Win32 ------
16>Build started 3/31/2012 3:20:50 PM.
15>Build started 3/31/2012 3:20:50 PM.
21>Build started 3/31/2012 3:20:51 PM.
19>Build started 3/31/2012 3:20:51 PM.
18>Build started 3/31/2012 3:20:51 PM.
17>Build started 3/31/2012 3:20:51 PM.
21>InitializeBuildStatus:
21> Creating "Sample_SkyBox.dir\Release\Sample_SkyBox.unsuccessfulbuild" because "AlwaysCreate" was specified.
19>InitializeBuildStatus:
19> Creating "Sample_SkyPlane.dir\Release\Sample_SkyPlane.unsuccessfulbuild" because "AlwaysCreate" was specified.
20>Build started 3/31/2012 3:20:51 PM.
15>InitializeBuildStatus:
15> Creating "Sample_TextureArray.dir\Release\Sample_TextureArray.unsuccessfulbuild" because "AlwaysCreate" was specified.
20>InitializeBuildStatus:
20> Creating "Sample_SkyDome.dir\Release\Sample_SkyDome.unsuccessfulbuild" because "AlwaysCreate" was specified.
18>InitializeBuildStatus:
18> Creating "Sample_Smoke.dir\Release\Sample_Smoke.unsuccessfulbuild" because "AlwaysCreate" was specified.
17>InitializeBuildStatus:
17> Creating "Sample_SphereMapping.dir\Release\Sample_SphereMapping.unsuccessfulbuild" because "AlwaysCreate" was specified.
16>InitializeBuildStatus:
16> Creating "Sample_Terrain.dir\Release\Sample_Terrain.unsuccessfulbuild" because "AlwaysCreate" was specified.
19>ClCompile:
19> SkyPlane.cpp
21>ClCompile:
21> SkyBox.cpp
15>ClCompile:
15> TextureArray.cpp
20>ClCompile:
20> SkyDome.cpp
17>ClCompile:
17> SphereMapping.cpp
16>ClCompile:
16> Terrain.cpp
18>ClCompile:
18> Smoke.cpp
5> _vs1.0_parser.cpp
5>_vs1.0_parser.c(839): warning C4065: switch statement contains 'default' but no 'case' labels
5>_vs1.0_parser.c(866): warning C4065: switch statement contains 'default' but no 'case' labels
5> vsp1.0_impl.cpp
5> OgreWin32GLSupport.cpp
21>Link:
21> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_SkyBox.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_SkyBox.exp
21> Sample_SkyBox.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_SkyBox.dll
21>FinalizeBuildStatus:
21> Deleting file "Sample_SkyBox.dir\Release\Sample_SkyBox.unsuccessfulbuild".
21> Touching "Sample_SkyBox.dir\Release\Sample_SkyBox.lastbuildstate".
21>
21>Build succeeded.
21>
21>Time Elapsed 00:00:13.85
17>Link:
17> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_SphereMapping.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_SphereMapping.exp
15>Link:
15> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_TextureArray.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_TextureArray.exp
18>Link:
18> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Smoke.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Smoke.exp
20>Link:
20> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_SkyDome.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_SkyDome.exp
19>Link:
19> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_SkyPlane.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_SkyPlane.exp
17> Sample_SphereMapping.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_SphereMapping.dll
18> Sample_Smoke.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_Smoke.dll
20> Sample_SkyDome.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_SkyDome.dll
15> Sample_TextureArray.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_TextureArray.dll
19> Sample_SkyPlane.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_SkyPlane.dll
20>FinalizeBuildStatus:
20> Deleting file "Sample_SkyDome.dir\Release\Sample_SkyDome.unsuccessfulbuild".
20> Touching "Sample_SkyDome.dir\Release\Sample_SkyDome.lastbuildstate".
20>
20>Build succeeded.
20>
20>Time Elapsed 00:00:14.01
19>FinalizeBuildStatus:
22>------ Build started: Project: Sample_SkeletalAnimation, Configuration: Release Win32 ------
19> Deleting file "Sample_SkyPlane.dir\Release\Sample_SkyPlane.unsuccessfulbuild".
19> Touching "Sample_SkyPlane.dir\Release\Sample_SkyPlane.lastbuildstate".
19>
19>Build succeeded.
19>
17>FinalizeBuildStatus:
17> Deleting file "Sample_SphereMapping.dir\Release\Sample_SphereMapping.unsuccessfulbuild".
17> Touching "Sample_SphereMapping.dir\Release\Sample_SphereMapping.lastbuildstate".
17>
17>Build succeeded.
17>
17>Time Elapsed 00:00:14.06
15>FinalizeBuildStatus:
23>------ Build started: Project: Sample_Shadows, Configuration: Release Win32 ------
18>FinalizeBuildStatus:
18> Deleting file "Sample_Smoke.dir\Release\Sample_Smoke.unsuccessfulbuild".
18> Touching "Sample_Smoke.dir\Release\Sample_Smoke.lastbuildstate".
18>
18>Build succeeded.
18>
18>Time Elapsed 00:00:14.08
24>------ Build started: Project: Sample_ShaderSystem, Configuration: Release Win32 ------
15> Deleting file "Sample_TextureArray.dir\Release\Sample_TextureArray.unsuccessfulbuild".
15> Touching "Sample_TextureArray.dir\Release\Sample_TextureArray.lastbuildstate".
15>
15>Build succeeded.
15>
15>Time Elapsed 00:00:14.12
25>------ Build started: Project: Sample_ParticleGS, Configuration: Release Win32 ------
19>Time Elapsed 00:00:14.07
26>------ Build started: Project: Sample_ParticleFX, Configuration: Release Win32 ------
27>------ Build started: Project: Sample_Ocean, Configuration: Release Win32 ------
23>Build started 3/31/2012 3:21:05 PM.
22>Build started 3/31/2012 3:21:05 PM.
23>InitializeBuildStatus:
25>Build started 3/31/2012 3:21:05 PM.
23> Creating "Sample_Shadows.dir\Release\Sample_Shadows.unsuccessfulbuild" because "AlwaysCreate" was specified.
26>Build started 3/31/2012 3:21:05 PM.
16>Link:
16> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Terrain.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Terrain.exp
24>Build started 3/31/2012 3:21:05 PM.
22>InitializeBuildStatus:
22> Creating "Sample_SkeletalAnimation.dir\Release\Sample_SkeletalAnimation.unsuccessfulbuild" because "AlwaysCreate" was specified.
26>InitializeBuildStatus:
26> Creating "Sample_ParticleFX.dir\Release\Sample_ParticleFX.unsuccessfulbuild" because "AlwaysCreate" was specified.
27>Build started 3/31/2012 3:21:05 PM.
22>ClCompile:
25>InitializeBuildStatus:
25> Creating "Sample_ParticleGS.dir\Release\Sample_ParticleGS.unsuccessfulbuild" because "AlwaysCreate" was specified.
22> SkeletalAnimation.cpp
23>ClCompile:
23> Shadows.cpp
27>InitializeBuildStatus:
27> Creating "Sample_Ocean.dir\Release\Sample_Ocean.unsuccessfulbuild" because "AlwaysCreate" was specified.
24>InitializeBuildStatus:
24> Creating "Sample_ShaderSystem.dir\Release\Sample_ShaderSystem.unsuccessfulbuild" because "AlwaysCreate" was specified.
26>ClCompile:
26> ParticleFX.cpp
25>ClCompile:
25> ParticleGS.cpp
16> Sample_Terrain.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_Terrain.dll
27>ClCompile:
27> OceanDemo.cpp
24>ClCompile:
24> ShaderSystem.cpp
16>FinalizeBuildStatus:
16> Deleting file "Sample_Terrain.dir\Release\Sample_Terrain.unsuccessfulbuild".
16> Touching "Sample_Terrain.dir\Release\Sample_Terrain.lastbuildstate".
16>
16>Build succeeded.
16>
16>Time Elapsed 00:00:14.65
28>------ Build started: Project: Sample_NewInstancing, Configuration: Release Win32 ------
28>Build started 3/31/2012 3:21:05 PM.
28>InitializeBuildStatus:
28> Creating "Sample_NewInstancing.dir\Release\Sample_NewInstancing.unsuccessfulbuild" because "AlwaysCreate" was specified.
28>ClCompile:
28> NewInstancing.cpp
5> OgreWin32RenderTexture.cpp
5> Generating Code...
25> ProceduralManualObject.cpp
27> MaterialControls.cpp
24> ShaderExReflectionMap.cpp
26>Link:
26> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_ParticleFX.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_ParticleFX.exp
26> Sample_ParticleFX.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_ParticleFX.dll
22>Link:
22> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_SkeletalAnimation.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_SkeletalAnimation.exp
22> Sample_SkeletalAnimation.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_SkeletalAnimation.dll
23>Link:
23> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Shadows.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Shadows.exp
26>FinalizeBuildStatus:
26> Deleting file "Sample_ParticleFX.dir\Release\Sample_ParticleFX.unsuccessfulbuild".
26> Touching "Sample_ParticleFX.dir\Release\Sample_ParticleFX.lastbuildstate".
26>
26>Build succeeded.
26>
26>Time Elapsed 00:00:13.24
23> Sample_Shadows.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_Shadows.dll
22>FinalizeBuildStatus:
22> Deleting file "Sample_SkeletalAnimation.dir\Release\Sample_SkeletalAnimation.unsuccessfulbuild".
22> Touching "Sample_SkeletalAnimation.dir\Release\Sample_SkeletalAnimation.lastbuildstate".
22>
22>Build succeeded.
22>
22>Time Elapsed 00:00:13.33
29>------ Build started: Project: Sample_Lighting, Configuration: Release Win32 ------
29>Build started 3/31/2012 3:21:18 PM.
29>InitializeBuildStatus:
29> Creating "Sample_Lighting.dir\Release\Sample_Lighting.unsuccessfulbuild" because "AlwaysCreate" was specified.
23>FinalizeBuildStatus:
23> Deleting file "Sample_Shadows.dir\Release\Sample_Shadows.unsuccessfulbuild".
23> Touching "Sample_Shadows.dir\Release\Sample_Shadows.lastbuildstate".
23>
23>Build succeeded.
23>
23>Time Elapsed 00:00:13.47
30>------ Build started: Project: Sample_Isosurf, Configuration: Release Win32 ------
30>Build started 3/31/2012 3:21:18 PM.
30>InitializeBuildStatus:
30> Creating "Sample_Isosurf.dir\Release\Sample_Isosurf.unsuccessfulbuild" because "AlwaysCreate" was specified.
31>------ Build started: Project: Sample_Instancing, Configuration: Release Win32 ------
29>ClCompile:
29> Lighting.cpp
31>Build started 3/31/2012 3:21:18 PM.
31>InitializeBuildStatus:
31> Creating "Sample_Instancing.dir\Release\Sample_Instancing.unsuccessfulbuild" because "AlwaysCreate" was specified.
30>ClCompile:
30> ProceduralTools.cpp
31>ClCompile:
31> Instancing.cpp
25> RandomTools.cpp
27> Generating Code...
5> Compiling...
5> OgreWin32Window.cpp
24> OgreShaderExInstancedViewports.cpp
27>Link:
27> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Ocean.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Ocean.exp
27> Sample_Ocean.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_Ocean.dll
27>FinalizeBuildStatus:
27> Deleting file "Sample_Ocean.dir\Release\Sample_Ocean.unsuccessfulbuild".
27> Touching "Sample_Ocean.dir\Release\Sample_Ocean.lastbuildstate".
27>
27>Build succeeded.
27>
27>Time Elapsed 00:00:19.61
32>------ Build started: Project: Sample_TextureFX, Configuration: Release Win32 ------
32>Build started 3/31/2012 3:21:25 PM.
32>InitializeBuildStatus:
32> Creating "Sample_TextureFX.dir\Release\Sample_TextureFX.unsuccessfulbuild" because "AlwaysCreate" was specified.
32>ClCompile:
32> TextureFX.cpp
25> Generating Code...
30> Isosurf.cpp
5>C:\ogre_src_v1-8-0RC1\RenderSystems\GL\src\OgreWin32Window.cpp(274): warning C4018: '<' : signed/unsigned mismatch
5>C:\ogre_src_v1-8-0RC1\RenderSystems\GL\src\OgreWin32Window.cpp(275): warning C4018: '<' : signed/unsigned mismatch
5>C:\ogre_src_v1-8-0RC1\RenderSystems\GL\src\OgreWin32Window.cpp(597): warning C4018: '>' : signed/unsigned mismatch
5>C:\ogre_src_v1-8-0RC1\RenderSystems\GL\src\OgreWin32Window.cpp(598): warning C4018: '>' : signed/unsigned mismatch
5> OgreWin32Context.cpp
25>Link:
25> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_ParticleGS.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_ParticleGS.exp
25> Sample_ParticleGS.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_ParticleGS.dll
25>FinalizeBuildStatus:
25> Deleting file "Sample_ParticleGS.dir\Release\Sample_ParticleGS.unsuccessfulbuild".
25> Touching "Sample_ParticleGS.dir\Release\Sample_ParticleGS.lastbuildstate".
25>
25>Build succeeded.
25>
25>Time Elapsed 00:00:25.05
24> Generating Code...
33>------ Build started: Project: Sample_Fresnel, Configuration: Release Win32 ------
33>Build started 3/31/2012 3:21:30 PM.
33>InitializeBuildStatus:
33> Creating "Sample_Fresnel.dir\Release\Sample_Fresnel.unsuccessfulbuild" because "AlwaysCreate" was specified.
33>ClCompile:
33> Fresnel.cpp
29>Link:
29> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Lighting.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Lighting.exp
29> Sample_Lighting.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_Lighting.dll
29>FinalizeBuildStatus:
29> Deleting file "Sample_Lighting.dir\Release\Sample_Lighting.unsuccessfulbuild".
29> Touching "Sample_Lighting.dir\Release\Sample_Lighting.lastbuildstate".
29>
29>Build succeeded.
29>
29>Time Elapsed 00:00:12.63
34>------ Build started: Project: Sample_FacialAnimation, Configuration: Release Win32 ------
34>Build started 3/31/2012 3:21:31 PM.
34>InitializeBuildStatus:
34> Creating "Sample_FacialAnimation.dir\Release\Sample_FacialAnimation.unsuccessfulbuild" because "AlwaysCreate" was specified.
34>ClCompile:
34> FacialAnimation.cpp
31>Link:
31> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Instancing.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Instancing.exp
31> Sample_Instancing.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_Instancing.dll
31>FinalizeBuildStatus:
31> Deleting file "Sample_Instancing.dir\Release\Sample_Instancing.unsuccessfulbuild".
31> Touching "Sample_Instancing.dir\Release\Sample_Instancing.lastbuildstate".
31>
31>Build succeeded.
31>
31>Time Elapsed 00:00:13.99
35>------ Build started: Project: Sample_DynTex, Configuration: Release Win32 ------
35>Build started 3/31/2012 3:21:32 PM.
35>InitializeBuildStatus:
35> Creating "Sample_DynTex.dir\Release\Sample_DynTex.unsuccessfulbuild" because "AlwaysCreate" was specified.
35>ClCompile:
35> DynTex.cpp
5> Generating Code...
30> Generating Code...
32>Link:
32> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_TextureFX.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_TextureFX.exp
32> Sample_TextureFX.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_TextureFX.dll
32>FinalizeBuildStatus:
32> Deleting file "Sample_TextureFX.dir\Release\Sample_TextureFX.unsuccessfulbuild".
32> Touching "Sample_TextureFX.dir\Release\Sample_TextureFX.lastbuildstate".
32>
32>Build succeeded.
32>
32>Time Elapsed 00:00:12.27
36>------ Build started: Project: Sample_DualQuaternion, Configuration: Release Win32 ------
36>Build started 3/31/2012 3:21:38 PM.
36>InitializeBuildStatus:
36> Creating "Sample_DualQuaternion.dir\Release\Sample_DualQuaternion.unsuccessfulbuild" because "AlwaysCreate" was specified.
36>ClCompile:
36> DualQuaternion.cpp
28>Link:
28> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_NewInstancing.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_NewInstancing.exp
28> Sample_NewInstancing.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_NewInstancing.dll
28>FinalizeBuildStatus:
28> Deleting file "Sample_NewInstancing.dir\Release\Sample_NewInstancing.unsuccessfulbuild".
28> Touching "Sample_NewInstancing.dir\Release\Sample_NewInstancing.lastbuildstate".
28>
28>Build succeeded.
28>
28>Time Elapsed 00:00:33.25
30>Link:
30> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Isosurf.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Isosurf.exp
30> Sample_Isosurf.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_Isosurf.dll
37>------ Build started: Project: Sample_Transparency, Configuration: Release Win32 ------
30>FinalizeBuildStatus:
30> Deleting file "Sample_Isosurf.dir\Release\Sample_Isosurf.unsuccessfulbuild".
30> Touching "Sample_Isosurf.dir\Release\Sample_Isosurf.lastbuildstate".
30>
30>Build succeeded.
30>
30>Time Elapsed 00:00:20.68
37>Build started 3/31/2012 3:21:39 PM.
37>InitializeBuildStatus:
37> Creating "Sample_Transparency.dir\Release\Sample_Transparency.unsuccessfulbuild" because "AlwaysCreate" was specified.
37>ClCompile:
37> Transparency.cpp
38>------ Build started: Project: Sample_DeferredShading, Configuration: Release Win32 ------
38>Build started 3/31/2012 3:21:39 PM.
38>InitializeBuildStatus:
38> Creating "Sample_DeferredShading.dir\Release\Sample_DeferredShading.unsuccessfulbuild" because "AlwaysCreate" was specified.
38>ClCompile:
38> AmbientLight.cpp
24>Link:
24> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_ShaderSystem.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_ShaderSystem.exp
24> Sample_ShaderSystem.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_ShaderSystem.dll
24>FinalizeBuildStatus:
24> Deleting file "Sample_ShaderSystem.dir\Release\Sample_ShaderSystem.unsuccessfulbuild".
24> Touching "Sample_ShaderSystem.dir\Release\Sample_ShaderSystem.lastbuildstate".
24>
24>Build succeeded.
24>
24>Time Elapsed 00:00:37.94
34>Link:
34> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_FacialAnimation.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_FacialAnimation.exp
33>Link:
33> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Fresnel.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Fresnel.exp
34> Sample_FacialAnimation.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_FacialAnimation.dll
33> Sample_Fresnel.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_Fresnel.dll
39>------ Build started: Project: Sample_CubeMapping, Configuration: Release Win32 ------
34>FinalizeBuildStatus:
34> Deleting file "Sample_FacialAnimation.dir\Release\Sample_FacialAnimation.unsuccessfulbuild".
34> Touching "Sample_FacialAnimation.dir\Release\Sample_FacialAnimation.lastbuildstate".
34>
34>Build succeeded.
34>
34>Time Elapsed 00:00:12.33
40>------ Build started: Project: Sample_Compositor, Configuration: Release Win32 ------
39>Build started 3/31/2012 3:21:43 PM.
33>FinalizeBuildStatus:
33> Deleting file "Sample_Fresnel.dir\Release\Sample_Fresnel.unsuccessfulbuild".
33> Touching "Sample_Fresnel.dir\Release\Sample_Fresnel.lastbuildstate".
33>
33>Build succeeded.
33>
33>Time Elapsed 00:00:13.16
39>InitializeBuildStatus:
39> Creating "Sample_CubeMapping.dir\Release\Sample_CubeMapping.unsuccessfulbuild" because "AlwaysCreate" was specified.
40>Build started 3/31/2012 3:21:43 PM.
40>InitializeBuildStatus:
40> Creating "Sample_Compositor.dir\Release\Sample_Compositor.unsuccessfulbuild" because "AlwaysCreate" was specified.
39>ClCompile:
39> CubeMapping.cpp
40>ClCompile:
40> Compositor.cpp
41>------ Build started: Project: Sample_Character, Configuration: Release Win32 ------
41>Build started 3/31/2012 3:21:44 PM.
41>InitializeBuildStatus:
41> Creating "Sample_Character.dir\Release\Sample_Character.unsuccessfulbuild" because "AlwaysCreate" was specified.
41>ClCompile:
41> CharacterSample.cpp
35>Link:
35> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_DynTex.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_DynTex.exp
35> Sample_DynTex.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_DynTex.dll
35>FinalizeBuildStatus:
35> Deleting file "Sample_DynTex.dir\Release\Sample_DynTex.unsuccessfulbuild".
35> Touching "Sample_DynTex.dir\Release\Sample_DynTex.lastbuildstate".
35>
35>Build succeeded.
35>
35>Time Elapsed 00:00:12.18
42>------ Build started: Project: Sample_CelShading, Configuration: Release Win32 ------
42>Build started 3/31/2012 3:21:45 PM.
42>
42>Build succeeded.
42>
42>Time Elapsed 00:00:00
38> DeferredLightCP.cpp
36>Link:
36> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_DualQuaternion.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_DualQuaternion.exp
36> Sample_DualQuaternion.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_DualQuaternion.dll
36>FinalizeBuildStatus:
36> Deleting file "Sample_DualQuaternion.dir\Release\Sample_DualQuaternion.unsuccessfulbuild".
36> Touching "Sample_DualQuaternion.dir\Release\Sample_DualQuaternion.lastbuildstate".
36>
36>Build succeeded.
36>
36>Time Elapsed 00:00:13.27
43>------ Build started: Project: Sample_CameraTrack, Configuration: Release Win32 ------
43>Build started 3/31/2012 3:21:51 PM.
43>InitializeBuildStatus:
43> Creating "Sample_CameraTrack.dir\Release\Sample_CameraTrack.unsuccessfulbuild" because "AlwaysCreate" was specified.
43>ClCompile:
43> CameraTrack.cpp
37>Link:
37> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Transparency.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Transparency.exp
37> Sample_Transparency.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_Transparency.dll
37>FinalizeBuildStatus:
37> Deleting file "Sample_Transparency.dir\Release\Sample_Transparency.unsuccessfulbuild".
37> Touching "Sample_Transparency.dir\Release\Sample_Transparency.lastbuildstate".
37>
37>Build succeeded.
37>
37>Time Elapsed 00:00:13.69
44>------ Build started: Project: Sample_BezierPatch, Configuration: Release Win32 ------
44>Build started 3/31/2012 3:21:53 PM.
44>InitializeBuildStatus:
44> Creating "Sample_BezierPatch.dir\Release\Sample_BezierPatch.unsuccessfulbuild" because "AlwaysCreate" was specified.
44>ClCompile:
44> BezierPatch.cpp
40> HelperLogics.cpp
41> Sinbad.cpp
41> Generating Code...
38> DeferredShading.cpp
39>Link:
39> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_CubeMapping.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_CubeMapping.exp
39> Sample_CubeMapping.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_CubeMapping.dll
39>FinalizeBuildStatus:
39> Deleting file "Sample_CubeMapping.dir\Release\Sample_CubeMapping.unsuccessfulbuild".
39> Touching "Sample_CubeMapping.dir\Release\Sample_CubeMapping.lastbuildstate".
39>
39>Build succeeded.
39>
39>Time Elapsed 00:00:14.09
45>------ Build started: Project: Sample_BSP, Configuration: Release Win32 ------
45>Build started 3/31/2012 3:21:57 PM.
45>InitializeBuildStatus:
45> Creating "Sample_BSP.dir\Release\Sample_BSP.unsuccessfulbuild" because "AlwaysCreate" was specified.
45>ClCompile:
45> BSP.cpp
41>Link:
41> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Character.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Character.exp
41> Sample_Character.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_Character.dll
41>FinalizeBuildStatus:
41> Deleting file "Sample_Character.dir\Release\Sample_Character.unsuccessfulbuild".
41> Touching "Sample_Character.dir\Release\Sample_Character.lastbuildstate".
41>
41>Build succeeded.
41>
41>Time Elapsed 00:00:15.19
46>------ Build started: Project: Sample_VolumeTex, Configuration: Release Win32 ------
46>Build started 3/31/2012 3:21:59 PM.
46>InitializeBuildStatus:
46> Creating "Sample_VolumeTex.dir\Release\Sample_VolumeTex.unsuccessfulbuild" because "AlwaysCreate" was specified.
46>ClCompile:
46> VolumeTex.cpp
47>------ Build started: Project: Sample_Water, Configuration: Release Win32 ------
47>Build started 3/31/2012 3:21:59 PM.
47>InitializeBuildStatus:
47> Creating "Sample_Water.dir\Release\Sample_Water.unsuccessfulbuild" because "AlwaysCreate" was specified.
47>ClCompile:
47> Water.cpp
40>C:\ogre_src_v1-8-0RC1\Samples\Compositor\src\HelperLogics.cpp(186): warning C4244: 'argument' : conversion from 'int' to 'Ogre::Real', possible loss of data
40>C:\ogre_src_v1-8-0RC1\Samples\Compositor\src\HelperLogics.cpp(287): warning C4244: 'argument' : conversion from 'int' to 'Ogre::Real', possible loss of data
40> Generating Code...
43>Link:
43> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_CameraTrack.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_CameraTrack.exp
43> Sample_CameraTrack.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_CameraTrack.dll
43>FinalizeBuildStatus:
43> Deleting file "Sample_CameraTrack.dir\Release\Sample_CameraTrack.unsuccessfulbuild".
43> Touching "Sample_CameraTrack.dir\Release\Sample_CameraTrack.lastbuildstate".
43>
43>Build succeeded.
43>
43>Time Elapsed 00:00:14.66
48>------ Build started: Project: Sample_Grass, Configuration: Release Win32 ------
48>Build started 3/31/2012 3:22:07 PM.
48>InitializeBuildStatus:
48> Creating "Sample_Grass.dir\Release\Sample_Grass.unsuccessfulbuild" because "AlwaysCreate" was specified.
48>ClCompile:
48> Grass.cpp
38> DeferredShadingDemo.cpp
44>Link:
44> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_BezierPatch.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_BezierPatch.exp
44> Sample_BezierPatch.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_BezierPatch.dll
44>FinalizeBuildStatus:
44> Deleting file "Sample_BezierPatch.dir\Release\Sample_BezierPatch.unsuccessfulbuild".
44> Touching "Sample_BezierPatch.dir\Release\Sample_BezierPatch.lastbuildstate".
44>
44>Build succeeded.
44>
44>Time Elapsed 00:00:14.94
49>------ Build started: Project: Sample_Dot3Bump, Configuration: Release Win32 ------
49>Build started 3/31/2012 3:22:08 PM.
49>InitializeBuildStatus:
49> Creating "Sample_Dot3Bump.dir\Release\Sample_Dot3Bump.unsuccessfulbuild" because "AlwaysCreate" was specified.
49>ClCompile:
49> Dot3Bump.cpp
46> ThingRenderable.cpp
47> WaterMesh.cpp
45>Link:
45> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_BSP.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_BSP.exp
45> Sample_BSP.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_BSP.dll
45>FinalizeBuildStatus:
45> Deleting file "Sample_BSP.dir\Release\Sample_BSP.unsuccessfulbuild".
45> Touching "Sample_BSP.dir\Release\Sample_BSP.lastbuildstate".
45>
45>Build succeeded.
45>
45>Time Elapsed 00:00:14.79
46> VolumeRenderable.cpp
47>C:\ogre_src_v1-8-0RC1\Samples\Water\src\WaterMesh.cpp(300): warning C4244: 'initializing' : conversion from 'double' to 'Ogre::Real', possible loss of data
47>C:\ogre_src_v1-8-0RC1\Samples\Water\src\WaterMesh.cpp(301): warning C4244: 'initializing' : conversion from 'double' to 'Ogre::Real', possible loss of data
47>C:\ogre_src_v1-8-0RC1\Samples\Water\src\WaterMesh.cpp(302): warning C4244: 'initializing' : conversion from 'double' to 'Ogre::Real', possible loss of data
38> DLight.cpp
47> Generating Code...
48>Link:
48> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Grass.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Grass.exp
48> Sample_Grass.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_Grass.dll
48>FinalizeBuildStatus:
48> Deleting file "Sample_Grass.dir\Release\Sample_Grass.unsuccessfulbuild".
48> Touching "Sample_Grass.dir\Release\Sample_Grass.lastbuildstate".
48>
48>Build succeeded.
48>
48>Time Elapsed 00:00:12.98
46> Generating Code...
40>Link:
40> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Compositor.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Compositor.exp
49>Link:
49> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Dot3Bump.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Dot3Bump.exp
40> Sample_Compositor.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_Compositor.dll
49> Sample_Dot3Bump.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_Dot3Bump.dll
40>FinalizeBuildStatus:
40> Deleting file "Sample_Compositor.dir\Release\Sample_Compositor.unsuccessfulbuild".
40> Touching "Sample_Compositor.dir\Release\Sample_Compositor.lastbuildstate".
40>
40>Build succeeded.
40>
40>Time Elapsed 00:00:38.50
49>FinalizeBuildStatus:
49> Deleting file "Sample_Dot3Bump.dir\Release\Sample_Dot3Bump.unsuccessfulbuild".
49> Touching "Sample_Dot3Bump.dir\Release\Sample_Dot3Bump.lastbuildstate".
49>
49>Build succeeded.
49>
49>Time Elapsed 00:00:13.61
47>Link:
47> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Water.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_Water.exp
47> Sample_Water.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_Water.dll
47>FinalizeBuildStatus:
47> Deleting file "Sample_Water.dir\Release\Sample_Water.unsuccessfulbuild".
47> Touching "Sample_Water.dir\Release\Sample_Water.lastbuildstate".
47>
47>Build succeeded.
47>
47>Time Elapsed 00:00:22.59
38> GBufferMaterialGenerator.cpp
46>Link:
46> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_VolumeTex.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_VolumeTex.exp
46> Sample_VolumeTex.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_VolumeTex.dll
46>FinalizeBuildStatus:
46> Deleting file "Sample_VolumeTex.dir\Release\Sample_VolumeTex.unsuccessfulbuild".
46> Touching "Sample_VolumeTex.dir\Release\Sample_VolumeTex.lastbuildstate".
46>
46>Build succeeded.
46>
46>Time Elapsed 00:00:24.45
38> GBufferSchemeHandler.cpp
38> GeomUtils.cpp
38> LightMaterialGenerator.cpp
38> MaterialGenerator.cpp
38> SSAOLogic.cpp
38> Generating Code...
5>Link:
5> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/RenderSystem_GL.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/RenderSystem_GL.exp
5> RenderSystem_GL.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\RenderSystem_GL.dll
5>FinalizeBuildStatus:
5> Deleting file "RenderSystem_GL.dir\Release\RenderSystem_GL.unsuccessfulbuild".
5> Touching "RenderSystem_GL.dir\Release\RenderSystem_GL.lastbuildstate".
5>
5>Build succeeded.
5>
5>Time Elapsed 00:06:02.31
38>Link:
38> Creating library C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_DeferredShading.lib and object C:/ogre_src_v1-8-0RC1/new5/lib/Release/Sample_DeferredShading.exp
38> Sample_DeferredShading.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\Sample_DeferredShading.dll
38>FinalizeBuildStatus:
38> Deleting file "Sample_DeferredShading.dir\Release\Sample_DeferredShading.unsuccessfulbuild".
38> Touching "Sample_DeferredShading.dir\Release\Sample_DeferredShading.lastbuildstate".
38>
38>Build succeeded.
38>
38>Time Elapsed 00:01:11.43
50>------ Build started: Project: SampleBrowser, Configuration: Release Win32 ------
50>Build started 3/31/2012 3:22:51 PM.
50>InitializeBuildStatus:
50> Creating "SampleBrowser.dir\Release\SampleBrowser.unsuccessfulbuild" because "AlwaysCreate" was specified.
50>ClCompile:
50> SampleBrowser.cpp
50> FileSystemLayerImpl_WIN32.cpp
50> Generating Code...
50>Link:
50> SampleBrowser.vcxproj -> C:\ogre_src_v1-8-0RC1\new5\bin\Release\SampleBrowser.exe
50>FinalizeBuildStatus:
50> Deleting file "SampleBrowser.dir\Release\SampleBrowser.unsuccessfulbuild".
50> Touching "SampleBrowser.dir\Release\SampleBrowser.lastbuildstate".
50>
50>Build succeeded.
50>
50>Time Elapsed 00:00:12.42
51>------ Build started: Project: ALL_BUILD, Configuration: Release Win32 ------
51>Build started 3/31/2012 3:23:03 PM.
51>PrepareForBuild:
51> Creating directory "C:\ogre_src_v1-8-0RC1\new5\Release\".
51>InitializeBuildStatus:
51> Creating "Win32\Release\ALL_BUILD\ALL_BUILD.unsuccessfulbuild" because "AlwaysCreate" was specified.
51>CustomBuild:
51> Build all projects
51>FinalizeBuildStatus:
51> Deleting file "Win32\Release\ALL_BUILD\ALL_BUILD.unsuccessfulbuild".
51> Touching "Win32\Release\ALL_BUILD\ALL_BUILD.lastbuildstate".
51>
51>Build succeeded.
51>
51>Time Elapsed 00:00:01.02
52>------ Skipped Build: Project: INSTALL, Configuration: Release Win32 ------
52>Project not selected to build for this solution configuration
53>------ Skipped Build: Project: PACKAGE, Configuration: Release Win32 ------
53>Project not selected to build for this solution configuration
========== Build: 50 succeeded, 1 failed, 0 up-to-date, 2 skipped ==========
//EDIT: LG: Moved compilation log to quote tags.
jhooks1
Posts: 780
Joined: 06 Aug 2011, 21:34

Re: Ogre 1.8 windows

Post by jhooks1 »

I found a dependencies archive on sourceforge that can be built, gonna try it. Is that what you meant?
jhooks1
Posts: 780
Joined: 06 Aug 2011, 21:34

Re: Ogre 1.8 windows

Post by jhooks1 »

Woo, using the dependency package and boost it worked!!! Thanks Ace, when you said to build the libraries myself I thought you meant I was going to have to hunt each one down and mess with tons of cmake settings. Then I found the library package on the ogre sourceforge page.
User avatar
Ace (SWE)
Posts: 887
Joined: 15 Aug 2011, 14:56

Re: Ogre 1.8 windows

Post by Ace (SWE) »

Try removing the preprocessor define FREEIMAGE_LIB from OgreMain, I have to do the very same to get mine to compile.
Locked