[Paraview] Building the current cvs / utf8.h not found
Timothy M. Shead
tshead at sandia.gov
Fri Apr 24 11:16:19 EDT 2009
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.
Cheers,
Tim
--
Timothy M. Shead
Data Analysis & Visualization (1424)
Sandia National Laboratories
505-284-0139
More information about the ParaView
mailing list