<html>
<body>
Hi Isabelle,<br><br>
You can't just download files that have been added to VTK since the 4.4
release and expect them to compile. VTK has undergone many changes
since that release (enough to have a new major version number). If
you want to use these new files, you will need to upgrade to a new
version of VTK -- not just downloading new files you want to use one
class at a time. VTK 5.0 is not yet available for download from the
web. This means you'll need to use CVS (Concurrent Versions System)
to get this new version.<br><br>
If you are running on Windows, you can download WinCVS from here:
<a href="http://www.wincvs.org" eudora="autourl">http://www.wincvs.org</a>
. If you are running *nix, cvs is likely already on your system. In
either case, you can specify VTK-5-0 as a tag so CVS knows what version
of VTK to download. For the command-line version of CVS, follow the
instructions here:
<a href="http://www.vtk.org/get-software.php#cvs" eudora="autourl">
http://www.vtk.org/get-software.php#cvs</a>. When you do the
checkout, use the -r flag to specify the version (as shown
below).<br><br>
<tt>cvs -d :pserver:anonymous@public.kitware.com:/cvsroot/VTK checkout -r
VTK-5-0 VTK</tt> <br><br>
I've never used WinCVS, but you'll need to specify the same things to it
that you would for the command-line version. Is there anyone at
your office that has used CVS before? If so, they would be better
equipped to help you learn how to use it.<br><br>
- Amy<br><br>
At 03:56 PM 9/12/2005, Renaud Isabelle wrote:<br>
<blockquote type=cite class=cite cite="">Thanks. <br>
<br>
This is maybe ridiculous but how can I do this: downloading from CVS with
the branch tag VTK-5-0? When I download a file from CVS, I just click on
the download button from this site:<br>
<br>
<a href="http://www.itk.org/cgi-bin/viewcvs.cgi/?cvsroot=Insight">
http://www.itk.org/cgi-bin/viewcvs.cgi/?cvsroot=Insight</a><br>
<br>
Revision <b>1.27</b> -
(<a href="http://www.itk.org/cgi-bin/viewcvs.cgi/Filtering/vtkAlgorithm.cxx?rev=1.27&only_with_tag=VTK-5-0&view=markup">
view</a>)
(<a href="http://www.itk.org/cgi-bin/viewcvs.cgi/*checkout*/Filtering/vtkAlgorithm.cxx?rev=1.27">
<font size=4><b>download</a></b></font>)
(<a href="http://www.itk.org/cgi-bin/viewcvs.cgi/*checkout*/Filtering/vtkAlgorithm.cxx?content-type=text%2Fplain&rev=1.27">
as text</a>)
(<a href="http://www.itk.org/cgi-bin/viewcvs.cgi/Filtering/vtkAlgorithm.cxx?annotate=1.27&only_with_tag=VTK-5-0">
annotate</a>) -
<a href="http://www.itk.org/cgi-bin/viewcvs.cgi/Filtering/vtkAlgorithm.cxx?view=log&only_with_tag=VTK-5-0&r1=1.27">
[select for diffs]</a> <br>
<i>Tue Jul 19 17:55:47 2005 UTC</i> (7 weeks, 6 days ago) by
<i>martink</i> <br>
Branch:
<a href="http://www.itk.org/cgi-bin/viewcvs.cgi/Filtering/vtkAlgorithm.cxx?only_with_tag=MAIN">
<b>MAIN</a></b> <br>
CVS Tags:
<a href="http://www.itk.org/cgi-bin/viewcvs.cgi/Filtering/vtkAlgorithm.cxx?only_with_tag=HEAD">
<b>HEAD</a></b>,
<a href="http://www.itk.org/cgi-bin/viewcvs.cgi/Filtering/vtkAlgorithm.cxx?only_with_tag=VTK-5-0-bp">
<b>VTK-5-0-bp</a></b>,
<a href="http://www.itk.org/cgi-bin/viewcvs.cgi/Filtering/vtkAlgorithm.cxx?only_with_tag=VTK-PaintersShaders-bp">
<b>VTK-PaintersShaders-bp</a></b>,
<a href="http://www.itk.org/cgi-bin/viewcvs.cgi/Filtering/vtkAlgorithm.cxx?only_with_tag=Widgets-Redesign-bp">
<b>Widgets-Redesign-bp</a></b> <br>
Branch point for:
<a href="http://www.itk.org/cgi-bin/viewcvs.cgi/Filtering/vtkAlgorithm.cxx?only_with_tag=VTK-5-0">
<b>VTK-5-0</a></b>,
<a href="http://www.itk.org/cgi-bin/viewcvs.cgi/Filtering/vtkAlgorithm.cxx?only_with_tag=VTK-PaintersShaders">
<b>VTK-PaintersShaders</a></b>,
<a href="http://www.itk.org/cgi-bin/viewcvs.cgi/Filtering/vtkAlgorithm.cxx?only_with_tag=Widgets-Redesign">
<b>Widgets-Redesign</a></b> <br>
Changes since <b>1.26: +2 -2 lines</b> <br>
Di! ff to
<a href="http://www.itk.org/cgi-bin/viewcvs.cgi/Filtering/vtkAlgorithm.cxx?only_with_tag=VTK-5-0&r2=1.27&r1=1.26">
previous 1.26</a> <br>
<br>
BTW, compilation seems to fail with vtkGarbageCollector called from
vtkAlgorithm.... I am so confused that all day long I have been trying to
compile my project.<br>
<br>
Isabelle<br><br>
<br>
<b><i>James Carroll <mrmaple@gmail.com></i></b> a écrit :<br>
<dl>
<dd>Hi Isabelle,<br><br>
<dd>I just downloaded from CVS with the branch tag VTK-5-0 and <br>
<dd>after running CMake with just python bindings, it built without<br>
<dd>any trouble on Windows XP / VS7.<br><br>
<dd>Even though the 5.0 branch is under heavy development I do<br>
<dd>think it's a little safer than CVS HEAD.<br><br>
<dd>-Jim<br><br>
<br><br>
<br>
<dd>On 9/12/05, Renaud Isabelle wrote:<br>
<dd>> Hi, <br>
<dd>> <br>
<dd>> I need to use some functions such as
vtkParametricFunctionSource,<br>
<dd>> vtkParametricSpline, vtkAlgorithm, and so on. <br>
<dd>> <br>
<dd>> I'm using VTK 4.4 but these files are not included inside. So I
downloaded<br>
<dd>> them from CVS. However, I can't manage to build my project.
<br>
<dd>> <br>
<dd>> Maybe, addition to having downloaded .h and .cxx files, I also
have to<br>
<dd>> rebuild my VTK folder. Is that right? <br>
<dd>> <br>
<dd>> Thanks for answering, <br>
<dd>> <br>
<dd>> Isabelle<br>
<dd>> <br>
<dd>> ________________________________<br>
<dd>> Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo!
Messenger<br>
<dd>> Téléchargez le ici ! <br>
<dd>> <br>
<dd>> <br>
<dd>> _______________________________________________<br>
<dd>> This is the private VTK discussion list.<br>
<dd>> Please keep messages on-topic. Check the FAQ at:<br>
<dd>>
<a href="http://www.vtk.org/Wiki/VTK_FAQ" eudora="autourl">
http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<dd>> Follow this link to subscribe/unsubscribe:<br>
<dd>>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" eudora="autourl">
http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<dd>> <br>
<dd>> <br>
<dd>><br><br>
</dl><br>
<font color="#FF0000">Appel audio GRATUIT</font> partout dans le
monde</b> avec le nouveau Yahoo! Messenger<br>
<a href="http://us.rd.yahoo.com/messenger/mail_taglines/default/*http://fr.messenger.yahoo.com">
Téléchargez le ici !</a> <br>
_______________________________________________<br>
This is the private VTK discussion list. <br>
Please keep messages on-topic. Check the FAQ at:
<a href="http://www.vtk.org/Wiki/VTK_FAQ" eudora="autourl">
http://www.vtk.org/Wiki/VTK_FAQ</a><br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" eudora="autourl">
http://www.vtk.org/mailman/listinfo/vtkusers</a></blockquote></body>
</html>