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
_______________________________________________
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