[Cmake] .net 2003 problems

Bill Hoffman bill . hoffman at kitware . com
Fri, 08 Aug 2003 10:38:18 -0400


It sounds like the try compiles are failing for you.
It may be that it can not run devenv from the command line
for some reason on your machine.  Is there a CMakeError.log file
in the build directory for the cmake you configured with CMake 1.6.7?
Also if you configure with CMake CVS there should be a CMakeError.log
and CMakeOutput.log.   Can you send those files, or have a look at
them.   

-Bill




At 10:22 AM 8/8/2003, John Biddiscombe wrote:
>I've been building CMake without trouble for quite some time, but today, I
>deleted the old MSVC 7 from my system. Wiped all my Cmake build directories
>for vtk/itk and cmake (because all are building ok now - or so I thought). I
>had to download cmake 1.6.7 binary to run on my CVS update of cmake from
>today to generate the solution etc (becuase the binary I kept needed a dll
>from the old msvc - aarghh!). Anyway. After doing a complete wipe and
>rebuild the problem started. I've now tried building today's CVS cmake with
>Today's cvs cmake and the same trouble appears. I checked the dashboard and
>saw gattaca was green. One thing I ought to check is that building today's
>Cmake with 1.6.7 binary didn't somehow get some config files muddled. I'll
>do a complete wipe and try again (but keep today's binaries and modules
>directory) to see if it goes away.
>
>JB
>PS. In addition to other mentioned errors, this one appears in cmConfigure.h
>
>#define CMAKE_NO_STD_NAMESPACE
>which needs commenting out.
>
>PPS. After clean wipe and rebuild vtk is fine. ITK is next.
>
>
>----- Original Message ----- 
>From: "Bill Hoffman" <bill . hoffman at kitware . com>
>To: "John Biddiscombe" <jbiddiscombe at skippingmouse . co . uk>;
><cmake at www . cmake . org>
>Sent: Friday, August 08, 2003 2:48 PM
>Subject: Re: [Cmake] .net 2003 problems
>
>
>How are you building CMake?
>
>We have this dashboard:
>gattaca.­kitware Windows-VS2003
>
>It builds CMake with .net 2003 and seems to be green.
>Can you give some more information about how you are configuring
>cmake, and what versions of things you are using, and when
>the problem started?
>
>Thanks.
>
>-Bill
>
>
>
>At 09:27 AM 8/8/2003, John Biddiscombe wrote:
>>On my setup, configure.hxx consistently gets set with the following.
>Causing
>>complete failure of all cmake builds. Setting them manually to 0 cures the
>>problem.
>>
>>JB
>>
>>#if 1
>># define cmsys_NO_ANSI_STREAM_HEADERS
>>#endif
>>/* Defined if no ANSI C++ <sstream> header is present. */
>>#if 1
>># define cmsys_NO_ANSI_STRING_STREAM
>>#endif
>>/* Defined if no std namespace is present. */
>>#if 1
>># define cmsys_NO_STD_NAMESPACE
>>#endif
>>
>>_______________________________________________
>>Cmake mailing list
>>Cmake at www . cmake . org
>>http://www . cmake . org/mailman/listinfo/cmake
>
>
>
>_______________________________________________
>Cmake mailing list
>Cmake at www . cmake . org
>http://www . cmake . org/mailman/listinfo/cmake