[Paraview] Building the current cvs / utf8.h not found

David Cole david.cole at kitware.com
Fri Apr 24 11:38:59 EDT 2009


You have to use "-d" with your cvs updates to get new directories....
I always use:
cvs up -dAP

to sync my dev trees to CVS HEAD.


On Fri, Apr 24, 2009 at 11:27 AM, John Drescher <drescherjm at gmail.com>wrote:

> On Fri, Apr 24, 2009 at 11:16 AM, Timothy M. Shead <tshead at sandia.gov>
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20090424/da816f2f/attachment.htm>


More information about the ParaView mailing list