[Paraview] Building the current cvs / utf8.h not found
John Drescher
drescherjm at gmail.com
Fri Apr 24 11:27:39 EDT 2009
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
More information about the ParaView
mailing list