You probably just forgot the "-d" option to cvs update. Without that it will not create new directories in your working directory.
David E DeMarle Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Fri, Apr 24, 2009 at 11:27 AM, John Drescher <[email protected]> wrote: > On Fri, Apr 24, 2009 at 11:16 AM, Timothy M. Shead <[email protected]> wrote: >> John Drescher wrote: >>> >>> I updated my cvs a few weeks back and since then I have not been able >>> to build paraview because utf8.h is not found. >>> >>> This is on VS2005 under XPSP3 >>> >>> >>> 1>------ Build started: Project: vtkCommon, Configuration: Debug Win32 >>> ------ >>> 1>Compiling... >>> 1>vtkUnicodeString.cxx >>> >>> 1>..\..\..\..\..\CMakeBased\Qt\ParaView3\VTK\Common\vtkUnicodeString.cxx(25) >>> : fatal error C1083: Cannot open include file: 'utf8.h': No such file >>> or directory >> >> John: >> >> You might verify the following: >> >> * That VTK/Utilities/utf8/source/utf8.h exists in your source tree. >> >> * That VTK/vtkIncludeDirectories.cmake line 194 looks like >> >> # Include UTF-8 support >> SET(VTK_INCLUDE_DIRS_SOURCE_TREE ${VTK_INCLUDE_DIRS_SOURCE_TREE} >> ${VTK_SOURCE_DIR}/Utilities/utf8/source) >> >> My suspicion is that one or both are missing, in which case your source tree >> somehow isn't completely synced with CVS. >> > > Thank you. Very much! > > I had no VTK/Utilities/utf8 folder at all. > > I just updated and it grabbed that folder. > > I will try to figure out why cvs did not sync everything. > > John > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
