You have to use &quot;-d&quot; with your cvs updates to get new directories....<div><br></div><div>I always use:<br></div><div>cvs up -dAP</div><div><br></div><div>to sync my dev trees to CVS HEAD.<br><br></div><div><br><div class="gmail_quote">
On Fri, Apr 24, 2009 at 11:27 AM, John Drescher <span dir="ltr">&lt;<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Fri, Apr 24, 2009 at 11:16 AM, Timothy M. Shead &lt;<a href="mailto:tshead@sandia.gov">tshead@sandia.gov</a>&gt; wrote:<br>
&gt; John Drescher wrote:<br>
&gt;&gt;<br>
&gt;&gt; I updated my cvs a few weeks back and since then I have not been able<br>
&gt;&gt; to build paraview because utf8.h is not found.<br>
&gt;&gt;<br>
&gt;&gt; This is on VS2005 under XPSP3<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; 1&gt;------ Build started: Project: vtkCommon, Configuration: Debug Win32<br>
&gt;&gt; ------<br>
&gt;&gt; 1&gt;Compiling...<br>
&gt;&gt; 1&gt;vtkUnicodeString.cxx<br>
&gt;&gt;<br>
&gt;&gt; 1&gt;..\..\..\..\..\CMakeBased\Qt\ParaView3\VTK\Common\vtkUnicodeString.cxx(25)<br>
&gt;&gt; : fatal error C1083: Cannot open include file: &#39;utf8.h&#39;: No such file<br>
&gt;&gt; or directory<br>
&gt;<br>
&gt; John:<br>
&gt;<br>
&gt; You might verify the following:<br>
&gt;<br>
&gt; * That VTK/Utilities/utf8/source/utf8.h exists in your source tree.<br>
&gt;<br>
&gt; * That VTK/vtkIncludeDirectories.cmake line 194 looks like<br>
&gt;<br>
&gt;        # Include UTF-8 support<br>
&gt;        SET(VTK_INCLUDE_DIRS_SOURCE_TREE ${VTK_INCLUDE_DIRS_SOURCE_TREE}<br>
&gt;                ${VTK_SOURCE_DIR}/Utilities/utf8/source)<br>
&gt;<br>
&gt; My suspicion is that one or both are missing, in which case your source tree<br>
&gt; somehow isn&#39;t completely synced with CVS.<br>
&gt;<br>
<br>
</div>Thank you. Very much!<br>
<br>
I had no VTK/Utilities/utf8 folder at all.<br>
<br>
I just updated and it grabbed that folder.<br>
<br>
I will try to figure out why cvs did not sync everything.<br>
<font color="#888888"><br>
John<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br></div>