[vtkusers] Cmake problems

bob green lost_bits1110 at hotmail.com
Wed Oct 1 16:03:40 EDT 2003


sigh...
I am also having CMake problems...........

I wasn't using it before, but not all the examples provided by kitware seem 
to run for me (I get link errors) and I dont know which libraries i'm 
missing etc.. so i figured if i use CMake, then these problems should be 
solved..

So I went to
http://www.cmake.org/CMake/HTML/Download.html
and downloaded CMakeSetup181.exe and installed it... (windows version)

When I ran it, I used my VTK folder as the source, (the one with all those 
folders: Common, Examples, Hybrid, IO, Graphics, Parallel, Rendering.. etc) 
and I made up a folder called 'vtk build' to put the binaries, and my build 
system is VisualC++ 6.0

So everytime I run it, it crashes..

This is just recently.. before I was getting the same error as Rhadika (see 
below)

so I uninstalled and deleted and reinstalled CMake about 5 times and it 
still crashes everytime I run it.. (i.e. Take Manager tells me its 'not 
responding' and so i have to shut it down)

What am I doing wrong.................?????????

I just want the kitware examples to run..!!

-lostbits


>From: Ketan Mehta <ketan.mehta at wipro.com>
>To: Radhika Sivaramakrishna <rsiva02 at hotmail.com>
>CC: vtkusers at vtk.org
>Subject: Re: [vtkusers] VTK Starting Problems
>Date: Thu, 25 Sep 2003 09:35:07 +0530
>MIME-Version: 1.0
>Received: from mc8-f21.hotmail.com ([65.54.253.157]) by mc8-s8.hotmail.com 
>with Microsoft SMTPSVC(5.0.2195.5600); Wed, 24 Sep 2003 21:00:08 -0700
>Received: from public.kitware.com ([24.97.130.19]) by mc8-f21.hotmail.com 
>with Microsoft SMTPSVC(5.0.2195.5600); Wed, 24 Sep 2003 20:58:39 -0700
>Received: from public.kitware.com (localhost [127.0.0.1])by 
>public.kitware.com (Postfix) with ESMTPid 124A01AB92; Wed, 24 Sep 2003 
>23:58:06 -0400 (EDT)
>Received: from wiproecmx1.wipro.com (wiproecmx1.wipro.com [164.164.31.5])by 
>public.kitware.com (Postfix) with ESMTP id D9E2D1AAB1for 
><vtkusers at vtk.org>; Wed, 24 Sep 2003 23:57:12 -0400 (EDT)
>Received: from ecvwall1.wipro.com (ecvwall1.wipro.com [10.200.52.11])by 
>wiproecmx1.wipro.com (8.12.9/8.12.9) with ESMTP id h8P3v54b013971for 
><vtkusers at vtk.org>; Thu, 25 Sep 2003 09:27:06 +0530 (IST)
>Received: from blr-ecwhs-msg.wipro.com ([10.123.50.99]) by 
>blr-ec-bh1.wipro.com with Microsoft SMTPSVC(5.0.2195.5329); Thu, 25 Sep 
>2003 09:26:27 +0530
>Received: from wipro.com ([10.123.2.142]) by blr-ecwhs-msg.wipro.com with 
>Microsoft SMTPSVC(5.0.2195.5329); Thu, 25 Sep 2003 09:26:27 +0530
>X-Message-Info: wCrlMA1YA+hGXQ45Gcy9GnrUT6jTiuyvmS23Z7iVPDY=
>Delivered-To: vtkusers at vtk.org
>Message-ID: <3F726973.A64EB2E3 at wipro.com>
>Organization: Wipro HS
>X-Mailer: Mozilla 4.76 [en] (Windows NT 5.0; U)
>X-Accept-Language: en
>References: <Law14-F35DoF8GFkpmm00019c8d at hotmail.com>
>X-OriginalArrivalTime: 25 Sep 2003 03:56:27.0624 (UTC) 
>FILETIME=[FEF21E80:01C38318]
>Sender: vtkusers-admin at vtk.org
>Errors-To: vtkusers-admin at vtk.org
>X-BeenThere: vtkusers at vtk.org
>X-Mailman-Version: 2.0.11
>Precedence: bulk
>List-Help: <mailto:vtkusers-request at vtk.org?subject=help>
>List-Post: <mailto:vtkusers at vtk.org>
>List-Subscribe: 
><http://www.vtk.org/mailman/listinfo/vtkusers>,<mailto:vtkusers-request at vtk.org?subject=subscribe>
>List-Id: <vtkusers.vtk.org>
>List-Unsubscribe: 
><http://www.vtk.org/mailman/listinfo/vtkusers>,<mailto:vtkusers-request at vtk.org?subject=unsubscribe>
>List-Archive: <http://www.vtk.org/pipermail/vtkusers/>
>Return-Path: vtkusers-admin at vtk.org
>
>
>Hi,
>
>I think your code has already been used to create dsw files on different 
>machines.
>
>You can try to delete ur copy.
>Get new copy of source code and unzip it.
>Go to top level where you have CMakeLists.txt and execute cmake.
>You should have *.dsw files for complete project.
>
>Or In case you are trying to build only examples then you can safely delete
>all files except *.cxx , *.h and CMakeLists.txt and then use cmake.
>
>HTH
>Bye
>Ketan
>
>Radhika Sivaramakrishna wrote:
> >
> > Hello there!
> >
> > I am new to VTK. I tried to install VTK on my system, but ran into a 
>problem
> > right at the beginning.
> >
> > I first downloaded the release distribution VTK 4 2 and unzipped it in 
>its
> > own directory vtk42. I then tried to use CMake to create the workspace 
>etc
> > for VC++. Unfortunately, it gave this error:
> >
> > CMake Error: Error: source: C:/Projects/vtk42/CMakeLists.txt
> > Does not match source used to generate cache:
> > C:/Projects/vtk42/CMakeLists.txt
> > Re-run CMake with a different source directory.
> >
> > I tried to rerun using a different source directory options including 
>going
> > down to different levels where I could find a CMakeLists.txt file. But
> > everytime, I got the same error.
> >
> > Can someone tell me what could be going wrong and how I could get VTK 
>set up
> > on my system.
> >
> > Thanks
> > Radhika
> >
>
>**************************Disclaimer************************************
>
>Information contained in this E-MAIL being proprietary to Wipro Limited is
>'privileged' and 'confidential' and intended for use only by the individual
>  or entity to which it is addressed. You are notified that any use, 
>copying
>or dissemination of the information contained in the E-MAIL in any manner
>whatsoever is strictly prohibited.
>
>***************************************************************************
>_______________________________________________
>This is the private VTK discussion list.
>Please keep messages on-topic. Check the FAQ at: 
><http://public.kitware.com/cgi-bin/vtkfaq>
>Follow this link to subscribe/unsubscribe:
>http://www.vtk.org/mailman/listinfo/vtkusers

_________________________________________________________________
Add MSN 8 Internet Software to your existing Internet access and enjoy 
patented spam protection and more.  Sign up now!   
http://join.msn.com/?page=dept/byoa




More information about the vtkusers mailing list