<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.&nbsp; VTK has undergone many changes
since that release (enough to have a new major version number).&nbsp; 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.&nbsp; VTK 5.0 is not yet available for download from the
web.&nbsp; 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.&nbsp; 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>.&nbsp; 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.&nbsp; Is there anyone at
your office that has used CVS before?&nbsp; 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>
&nbsp;<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>
&nbsp;<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>
&nbsp;<br>
Revision <b>1.27</b> -
(<a href="http://www.itk.org/cgi-bin/viewcvs.cgi/Filtering/vtkAlgorithm.cxx?rev=1.27&amp;only_with_tag=VTK-5-0&amp;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&amp;rev=1.27">
as text</a>)
(<a href="http://www.itk.org/cgi-bin/viewcvs.cgi/Filtering/vtkAlgorithm.cxx?annotate=1.27&amp;only_with_tag=VTK-5-0">
annotate</a>) -
<a href="http://www.itk.org/cgi-bin/viewcvs.cgi/Filtering/vtkAlgorithm.cxx?view=log&amp;only_with_tag=VTK-5-0&amp;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&amp;r2=1.27&amp;r1=1.26">
previous 1.26</a> <br>
&nbsp;<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>
&nbsp;<br>
Isabelle<br><br>
<br>
<b><i>James Carroll &lt;mrmaple@gmail.com&gt;</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>&gt; Hi, <br>

<dd>&gt; <br>

<dd>&gt; I need to use some functions such as
vtkParametricFunctionSource,<br>

<dd>&gt; vtkParametricSpline, vtkAlgorithm, and so on. <br>

<dd>&gt; <br>

<dd>&gt; I'm using VTK 4.4 but these files are not included inside. So I
downloaded<br>

<dd>&gt; them from CVS. However, I can't manage to build my project.
<br>

<dd>&gt; <br>

<dd>&gt; Maybe, addition to having downloaded .h and .cxx files, I also
have to<br>

<dd>&gt; rebuild my VTK folder. Is that right? <br>

<dd>&gt; <br>

<dd>&gt; Thanks for answering, <br>

<dd>&gt; <br>

<dd>&gt; Isabelle<br>

<dd>&gt; <br>

<dd>&gt; ________________________________<br>

<dd>&gt; Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo!
Messenger<br>

<dd>&gt; Téléchargez le ici ! <br>

<dd>&gt; <br>

<dd>&gt; <br>

<dd>&gt; _______________________________________________<br>

<dd>&gt; This is the private VTK discussion list.<br>

<dd>&gt; Please keep messages on-topic. Check the FAQ at:<br>

<dd>&gt;
<a href="http://www.vtk.org/Wiki/VTK_FAQ" eudora="autourl">
http://www.vtk.org/Wiki/VTK_FAQ</a><br>

<dd>&gt; Follow this link to subscribe/unsubscribe:<br>

<dd>&gt;
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" eudora="autourl">
http://www.vtk.org/mailman/listinfo/vtkusers</a><br>

<dd>&gt; <br>

<dd>&gt; <br>

<dd>&gt;<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>