[vtk-developers] DASH1 build on dashboard

Amy Henderson amy.henderson at kitware.com
Wed Nov 17 16:26:09 EST 2004


Hi Lee Ann,

At least part of the problem the dashboard is complaining about 
(inconsistent DLL linkage) is happening because in the header files for the 
classes you moved, it still says VTK_PARALLEL_EXPORT.  For example:

class VTK_PARALLEL_EXPORT vtkBSPCuts : public vtkObject

For the classes that are now in Graphics, this should be changed to 
VTK_GRAPHICS_EXPORT; similarly for the ones in IO, it should be changed to 
VTK_IO_EXPORT.  You can do that much from there.

- Amy

At 04:12 PM 11/17/2004, Fisk, Lee Ann wrote:
>I moved several files from Parallel to Graphics. and from Parallel to
>IO, and the build on DASH1 is breaking badly.  It appears that during
>the new build, it is trying to link against old libraries.  (Maybe,
>that's a guess.)  Can anyone help with this?  I'm not sure what I can do
>from here.
>
>Thanks... and I'm sorry for the mess.   Lee Ann
>
>--
>Lee Ann Fisk, Department 9227
>Data Analysis and Visualization
>Sandia National Laboratories
>505-844-2059
>
>
>_______________________________________________
>vtk-developers mailing list
>vtk-developers at vtk.org
>http://www.vtk.org/mailman/listinfo/vtk-developers






More information about the vtk-developers mailing list