Click here to Skip to main content
15,881,380 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
So, I have been following this tutorial on how to build Ogre3D from source :

http://techny.tumblr.com/post/39928642180/building-ogre-in-windows-7-8-using-visual-studio-2012[^]

I'm currently stuck on Ogre Dependencies (ogredeps). You see, I build ALL_BUILD on Debug and Release mode normally (and INSTALL on Debug mode), but when I try to build INSTALL on Release mode, I get this error :

VB
Error   1   error MSB3073: The command "setlocal
"C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -DBUILD_TYPE=Release -P cmake_install.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
:VCEnd" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.CppCommon.targets  134 5   INSTALL


So, I am asking you if I can safely ignore this error or it will affect building Ogre from source?

Side note : I used Google and people said that it may be that my CMAKE_INSTALL_DIR is on C:/ (or where my Windows is). But, my CMAKE_INSTALL_DIR is set to E:/Development/Prerequisites/Install/ogredeps, which is not the drive my Windows is installed on.

Many thanks!
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900