that has this problem? I mean a cmakelist file with:
MESSAGE(STATUS "hello")
Does that have the problem?
MESSAGE status is used all over the place, and you are the first to complain.
There must be something odd about your build, or perhaps something in the the
project. Or maybe it is a German language issue??
-Bill
At 10:21 AM 6/20/2006, Jan Woetzel wrote:
Hi,
CMakeSetup.exe is crashing in MESSAGE command, here. .
I am using
- Windows, MSVS .net 2003 (7.1) generator,
- CMakeSetup.exe (MFC Application)
- cmake 2.4.2 and
- CVS version from today both have the same problem
The problem is the MESSAGE command - it crashes
The cvs debug version throws an assertion in
winocc.cpp : 156:
void CWnd::SetDlgItemText(int nID, LPCTSTR lpszString)
{
ASSERT(::IsWindow(m_hWnd));
(See Microsoft Visual Studio .NET 2003\Vc7\atlmfc\src\mfc)
I could reproduc the crash with a small example
- as an out of place build,
- see log.txt in the attached ZIP file for the variable setting causing the crash.
Jan.
-- Dipl.-Ing. Jan Woetzel -------------------------------------------------- University of Kiel Institute of Computer Science and Applied Mathematics Hermann-Rodewald-Str. 3 [room 310] 24098 Kiel/Germany -------------------------------------------------- Phone +49-431-880-4477 Fax +49-431-880-4054 Mob. +49-179-2937346 -------------------------------------------------- Url www.mip.informatik.uni-kiel.de/~jw Email [EMAIL PROTECTED]
_______________________________________________
CMake mailing list
[email protected] http://www.cmake.org/mailman/listinfo/cmake
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
