[vtkusers] 'vtkQtLineChartView.h': No such file or directory

John Drescher drescherjm at gmail.com
Fri Jul 31 03:28:05 EDT 2009


On Fri, Jul 31, 2009 at 1:52 AM, Adithya Udupa<udupa.adithya at gmail.com> wrote:
> I searched the net trying to figure out what is wrong but hardly found any
> references. So any sort of help will be greatly appreciated.
> Thank you in advance.
>
> On Thu, Jul 30, 2009 at 10:02 AM, Adithya Udupa <udupa.adithya at gmail.com>
> wrote:
>>
>> Hi,
>> vtkQtChart is a really cool tool with easy interfaces. I am trying to
>> integrate it in our opensource product, VTKDesigner2.
>> But when i try to compile the programs given in
>> ..\VTK-5.4\GUISupport\Qt\Testing\Cxx i get errors like
>>
>> 1>.\Main.cpp(1) : fatal error C1083: Cannot open include file:
>> 'vtkQtLineChartView.h': No such file or directory
>> 1>e:\VTKDesigner2\VTK5\include\vtk-5.4\vtkQtChartArea.h(27) : fatal error
>> C1083: Cannot open include file: 'vtkQtChartExport.h': No such file or
>> directory
>>

I don't have vtk installed on the local machine so I can not check but
does vtkQtChartExport.h exist on your machine? If so than you probably
need to add a path to your includes in your CMakeLists.txt file for
your project.

Other than that I see the following bug report that was filed today:

http://www.cmake.org/Bug/view.php?id=8583

I am not sure how you installed vtk so this may or may not apply.

John



More information about the vtkusers mailing list