The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=12523 ====================================================================== Reported By: Micha Renner Assigned To: ====================================================================== Project: CMake Issue ID: 12523 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-10-18 05:56 EDT Last Modified: 2011-10-18 05:56 EDT ====================================================================== Summary: Building CMake on Windows Description: There could be problems in building CMake-2.8.6 on Windows with VS.
As source I used cmake-2.8.6.zip. According to the instructions of the Read.Me file, I build the solution file with an installed 2.8.6 CMake. This CMake was started in the command window of VS. After loading the solution file the project explorer reports that these projects are not available or not supported: 3rdParty CMakePredefinedTargets CTestDashboardsTargets Documentaion KWSys Tests Utilities Win9xCompat The build process was stopped with these message: 3> cmCTest.cxx 3>C:\work-c\BuildCMake\Source\cmCTest.cxx(92): error C2593: 'Operator <<' is ambiguous 3> C:\Program Files\Microsoft Visual Studio 10.0\VC\include\ostream(366): kann 'std::basic_ostream<_Elem,_Traits> &std::basic_ostream<_Elem,_Traits>::operator <<(__int64)' sein 3> with 3> [ 3> _Elem=char, 3> _Traits=std::char_traits<char> 3> ] 3> C:\work-c\BuildCMake\CMake\Source\cmsys/IOStream.hxx(110): oder "std::ostream &operator <<(std::ostream &,cmsys::IOStreamSLL)" 3> bei Anpassung der Argumentliste '(std::basic_ostream<_Elem,_Traits>, time_t)' 3> with 3> [ 3> _Elem=char, 3> _Traits=std::char_traits<char> 3> ] The resulting cmake-prog does not work, even if it is transferred in the directory of the installed cmake. Maybe there is a are more detailed description available to build the CMake-Package? ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-10-18 05:56 Micha Renner New Issue ====================================================================== -- 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
