A while ago, when 2.8.2 came out, I installed it and found that it hung 
processing our CMakeLists.txt. There doesn't seem to be any debugging ability 
in the code, so we went back to 2.8.1. Today I decided to try the latest & 
greatest (2.8.6): same result. This seems...bad.

It works fine with 2.8.1; with 2.8.2 and later, it hangs before it even says:
-- The C compiler identification is unknown

With some brutally crude MESSAGE statements, I've determined that it hangs in 
CMakeDetermineCCompiler.cmake, on the line:
CMAKE_DETERMINE_COMPILER_ID(C CFLAGS CMakeCCompilerId.c)

But I don't know what that line is doing (I mean, I can guess, but it looks 
like it's going into some primitive and never coming back).

I don't have Windows debugging tools (or skills). Suggestions?
--
...phsiii

Phil Smith III
[email protected]<mailto:[email protected]>
Voltage Security, Inc.
www.voltage.com<http://www.voltage.com>

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to