[vtk-developers] Borland link errs - last ditch effort

dean.inglis at camris.ca dean.inglis at camris.ca
Thu Dec 22 10:06:11 EST 2005


I guess I've hit the wall now with VTK 
static builds and may have to do shared builds.
I wanted to try one more thing though:
if I build with the following cache entries:

//Remove all legacy code completely.
VTK_LEGACY_REMOVE:BOOL=ON

//Silence all legacy code messages.
VTK_LEGACY_SILENT:BOOL=ON

can I squeeze a bit more memory for the
linker?  I tried but am getting compile errors
on the VTK_LEGACY macro (e.g.):

Error E2321 c:\Builder\Sources\VTK\Common\vtkAbstractTransform.h 249:
Declaration does not specify a tag or an identifier


According to Borland help doc on E2321:

This declaration doesn't declare anything.

This may be a struct or union without a tag or a variable in the declaration. 
C++ requires that something be declared.

For example:

struct

{
int a
};
//no tag or identifier


Dean




More information about the vtk-developers mailing list