Re: [CMake] Re: [vtkusers] error: cmake + free optimizing compiler from .net framework SDK --- x86 conflicts with x64

2006-12-07 Thread Weiguang Guan
Hi Bill, Thank you so much. Here I confirm that your guess is right. I paste part of the output below. Is there a workaround? C:\Program Files\CMake 2.4\bin\cmake.exe -HZ:\visualization\software\buildWin\libraries\ thirdParty\VTK\CMakeFiles\CMakeTmp

[CMake] Re: [vtkusers] error: cmake + free optimizing compiler from .net framework SDK --- x86 conflicts with x64 (fwd)

2006-12-06 Thread Weiguang Guan
? -- Weiguang Guan, Research Engineer RHPCS, McMaster University On Wed, 6 Dec 2006, Mathieu Malaterre wrote: Weiguang Guan wrote: Hi, I wanted to make use of the free C/C++ command line compiler that comes with microsoft's

[CMake] Can multiple builds of VTK share one install directory?

2006-10-05 Thread Weiguang Guan
-- Weiguang Guan, Research Engineer RHPCS, McMaster University ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

Re: [CMake] Can multiple builds of VTK share one install directory?

2006-10-05 Thread Weiguang Guan
be wise to add a clean of the install directory in between, too... i.e.: cd Common_Install_Dir rm -rf * cd Build_B_Dir make install That way, you guarantee that there's nothing left in the Common_Install_Dir from a previous install... HTH, David Weiguang Guan wrote: Hello, I need to keep