[CMake] VTK compiling problem with CMake

2014-09-23 Thread lanhz
) Configuring incomplete, errors occurred! See also C:/Code/VTK-bin/CMakeFiles/CMakeOutput.log. See also C:/Code/VTK-bin/CMakeFiles/CMakeError.log. Best Lan -- View this message in context: http://cmake.3232098.n2.nabble.com/VTK-compiling-problem-with-CMake-tp7588569.html Sent from the CMake

Re: [CMake] VTK compiling problem with CMake

2014-09-23 Thread John Drescher
Lan -- View this message in context: http://cmake.3232098.n2.nabble.com/VTK-compiling-problem-with-CMake-tp7588569.html Sent from the CMake mailing list archive at Nabble.com. -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org

Re: [CMake] VTK compiling problem with CMake

2014-09-23 Thread Bill Hoffman
On 9/23/2014 1:16 PM, John Drescher wrote: Did you try runing cmake-gui from a VisualStudio 2010 x64 command prompt? John This has to do with the version of cvtres.exe that you have installed on the machine:

Re: [CMake] VTK compiling problem with CMake

2014-09-23 Thread Daniel Schepler
1LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt When we've seen this, it's usually been due to .NET being upgraded to 4.5, which is incompatible with the tools in the original version of Visual Studio 2010. Upgrading Visual Studio 2010 to SP1 usually

Re: [CMake] VTK compiling problem with CMake

2014-09-23 Thread lanhz
Thank everyone! I installed VS SP1 and it work! ! -- View this message in context: http://cmake.3232098.n2.nabble.com/VTK-compiling-problem-with-CMake-tp7588569p7588577.html Sent from the CMake mailing list archive at Nabble.com. -- Powered by www.kitware.com Please keep messages on-topic