[vtkusers] bugs: vtkLocal in Vtk-5-0-branch

Jens jens-devel at gmx.de
Mon Oct 24 04:02:03 EDT 2005


Hi 
I just started using vtkLocal as starting point for my own class and found 
some bugs:

1) in vtkLocalConfigure.h.in:
	#ifndef __ at VTKLOCAL_PROJECT_NAME@Configure_h
	#define __ at VTKLOCAL_PROJECT_NAME@Configure_h
should be
	#ifndef __ at PROJECT_NAME@Configure_h
	#define __ at PROJECT_NAME@Configure_h
2) in vtkLocalConfigure.h.in:
	@PROJECT_NAME at _EXPORTS is not defined in CMakeLists.txt
3) in vtkLocalExample.cxx
	"vtkCxxRevisionMacro(vtkLocal, "$Revision: 0.1 $");" should be added
Changing the superclass from vtkObjects to something like 
vtkUnstructuredGridAlgorithmn now results in an dlopen-error when trying to 
use the new lib.

	Greetings
		Jens




More information about the vtkusers mailing list