[vtkusers] Attempting to Link

Pingkun Yan pingkun at ieee.org
Thu Sep 30 21:37:55 EDT 2004


Hi Samir,

You can use CMake to handle all these annoying matters. Then you just need 
to concentrate on coding but not configuring compiler.

Rgds,
Pingkun

----- Original Message ----- 
From: "Samir Tannouri" <stannour at jewel.morgan.edu>
To: "Mathieu Malaterre" <mathieu.malaterre at kitware.com>
Cc: <vtkusers at vtk.org>
Sent: Friday, October 01, 2004 1:53 AM
Subject: Re: [vtkusers] Attempting to Link


>
>
> I think I need to clarify one thing. Originally, in
> Cone.cxx the list of includes read as:
>
> #include "vtkConeSource.h"
> #include "vtkPolyDataMapper.h"
> #include "vtkRenderWindow.h"
> #include "vtkCamera.h"
> #include "vtkActor.h"
> #include "vtkRenderer.h"
>
> A compile error was then encountered because the
> header files could not be found. We then modified
> these statements to include their proper path, but then
> we encountered the link errors listed in the first
> e-mail we sent.
>
> Any suggestions would be of great help....
> thanks
> Sam
>
>
>
> On Thu, 30 Sep 2004, Mathieu Malaterre wrote:
>
>> Samir,
>>
>> You need to link against vtkRendering
>>
>> HTH
>> Mathieu
>>
>> > _______________________________________________
>> > This is the private VTK discussion list.
>> > Please keep messages on-topic. Check the FAQ at: 
>> > <http://public.kitware.com/cgi-bin/vtkfaq>
>> > Follow this link to subscribe/unsubscribe:
>> > http://www.vtk.org/mailman/listinfo/vtkusers
>> >
>>
>>
>>
>
> 




More information about the vtkusers mailing list