Mogrebuilder doesn't work![i'm noob]

kelebra

14-10-2014 01:25:27

vs2013 on machine, I'm running mogrebuilder with this parameters:
MogreBuilder F:\MogreBuild -vs2012 -config Default.cfg

Error:

Running CMake on Ogre source tree (errors from missing dependencies ex
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:49 (project):
No CMAKE_C_COMPILER could be found.
CMake Error at CMakeLists.txt:49 (project):
No CMAKE_CXX_COMPILER could be found.
-- Configuring incomplete, errors occurred!
See also "F:/MogreBuild/Main/OgreSrc/build/CMakeFiles/CMakeOutput.log"
See also "F:/MogreBuild/Main/OgreSrc/build/CMakeFiles/CMakeError.log".

Running CMake again to include fresh built Ogre depencies
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:49 (project):
No CMAKE_C_COMPILER could be found.
CMake Error at CMakeLists.txt:49 (project):
No CMAKE_CXX_COMPILER could be found.
-- Configuring incomplete, errors occurred!
See also "F:/MogreBuild/Main/OgreSrc/build/CMakeFiles/CMakeOutput.log"
See also "F:/MogreBuild/Main/OgreSrc/build/CMakeFiles/CMakeError.log".

Failed running CMake on Ogre source tree:
CMake Error at CMakeLists.txt:49 (project):
No CMAKE_C_COMPILER could be found.



CMake Error at CMakeLists.txt:49 (project):
No CMAKE_CXX_COMPILER could be found.





Exception stack trace for debugging:
----------------------------------------------------------------------
в Mogre.Builder.Tasks.OgreCmake.Run() в d:\MogreSdk\Source\Tasks\Og
в Mogre.Builder.TaskManager.RunNow() в d:\MogreSdk\Source\Managers\
в Mogre.Builder.TaskManager.Run() в d:\MogreSdk\Source\Managers\Tas
----------------------------------------------




===================== Repeat of all errors and warnings ==============

Running CMake again to include fresh built Ogre depencies
CMake Error at CMakeLists.txt:49 (project):
No CMAKE_C_COMPILER could be found.
CMake Error at CMakeLists.txt:49 (project):
No CMAKE_CXX_COMPILER could be found.

Failed running CMake on Ogre source tree:
CMake Error at CMakeLists.txt:49 (project):
No CMAKE_C_COMPILER could be found.



CMake Error at CMakeLists.txt:49 (project):
No CMAKE_CXX_COMPILER could be found.

Beauty

17-10-2014 00:20:09

Some months I read that MogreBuilder needs changes to run with VS 2013.
Use VS 2012 or 2010 instead. The free Visual C# versions should be fine.
Or try to update MogreBuilder for the needed changes.
Additionally search for a related topic. Somebody told some informations some (or many) months ago. Unfortunately I don't remember details.