Built cmake-2.4.7 on Tru64 UNIX 5.1 with the following:
  % cc -V      
  Compaq C V6.5-303 (dtk) on Compaq Tru64 UNIX V5.1 (Rev. 732)
  Compiler Driver V6.5-302 (dtk) cc Driver
  % cxx -V
  Compaq C++ V6.5-042 for Compaq Tru64 UNIX V5.1 (Rev. 732)
  Compiler Driver V6.5-042 (cxx) cxx Driver

  % gtar zxf cmake-2.4.7.tar.gz
  % cd cmake-2.4.7
  % CC=cc CXX=cxx ./bootstrap -verbose
  % gmake VERBOSE=1
  % gmake test VERBOSE=1
  ...
  26% tests passed, 49 tests failed out of 66

Anyone else seeing this? I tried rerunning one of the tests in verbose
mode:
  % bin/ctest --force-new-ctest-process --extra-verbose \
  --tests-regex CommandLineTest
   Add coverage exclude regular expressions.
   Add coverage exclude: XCode
   Add coverage exclude: Kdevelop
  Start processing tests
  Test project /opt/build/china/cmake-2.4.7
  Constructing a list of tests
  Done constructing a list of tests
  Changing directory into /opt/build/china/cmake-2.4.7/Source/kwsys
  Changing directory into /opt/build/china/cmake-2.4.7/Utilities/cmcurl
  Changing directory into /opt/build/china/cmake-2.4.7/Source
   15/ 66 Testing CommandLineTest               
  Test command: /opt/build/china/cmake-2.4.7/bin/ctest --build-and-test 
/opt/build/china/cmake-2.4.7/Tests/CommandLineTest 
/opt/build/china/cmake-2.4.7/Tests/CommandLineTest --build-two-config 
--build-generator Unix\ Makefiles --build-makeprogram /opt/fsw/bin/gmake 
--build-project CommandLineTest --test-command CommandLineTest
  Internal cmake changing into directory: 
/opt/build/china/cmake-2.4.7/Tests/CommandLineTest
  Error: cmake execution failed
  CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found.  
 Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
  CMake Error: Internal CMake error, TryCompile configure of cmake failed
  CMake Error: The C++ compiler "CMAKE_CXX_COMPILER-NOTFOUND" is not able to 
compile a simple test program.
  ...

Any idea how to resolve this?

-- 
albert chin ([EMAIL PROTECTED])
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to