[Paraview-developers] build errors
Biddiscombe, John A.
biddisco at cscs.ch
Wed Jul 27 15:12:51 EDT 2011
I did a git pull earlier today and left a build running. I found a lot of errors.
Do these look familiar to anyone? (the widget stuff, not the python error at the end).
Could I be using the wrong vtk branch (master?)
JB
Error 3 error LNK2019: unresolved external symbol "public: void __cdecl vtk3DWidgetRepresentation::SetCustomWidgetTransform(class vtkTransform *)" (?SetCustomWidgetTransform at vtk3DWidgetRepresentation@@QEAAXPEAVvtkTransform@@@Z) referenced in function "int __cdecl vtk3DWidgetRepresentationCommand(class vtkClientServerInterpreter *,class vtkObjectBase *,char const *,class vtkClientServerStream const &,class vtkClientServerStream &)" (?vtk3DWidgetRepresentationCommand@@YAHPEAVvtkClientServerInterpreter@@PEAVvtkObjectBase@@PEBDAEBVvtkClientServerStream@@AEAV3@@Z) vtkPVClientServerCoreCS vtk3DWidgetRepresentationClientServer.obj
Error 4 error LNK2019: unresolved external symbol "public: void __cdecl vtkGeometryRepresentation::SetNonlinearSubdivisionLevel(int)" (?SetNonlinearSubdivisionLevel at vtkGeometryRepresentation@@QEAAXH at Z) referenced in function "int __cdecl vtkGeometryRepresentationCommand(class vtkClientServerInterpreter *,class vtkObjectBase *,char const *,class vtkClientServerStream const &,class vtkClientServerStream &)" (?vtkGeometryRepresentationCommand@@YAHPEAVvtkClientServerInterpreter@@PEAVvtkObjectBase@@PEBDAEBVvtkClientServerStream@@AEAV3@@Z) vtkPVClientServerCoreCS vtkGeometryRepresentationClientServer.obj
Error 5 error LNK2019: unresolved external symbol "public: void __cdecl vtkPVImplicitPlaneRepresentation::Reset(void)" (?Reset at vtkPVImplicitPlaneRepresentation@@QEAAXXZ) referenced in function "int __cdecl vtkPVImplicitPlaneRepresentationCommand(class vtkClientServerInterpreter *,class vtkObjectBase *,char const *,class vtkClientServerStream const &,class vtkClientServerStream &)" (?vtkPVImplicitPlaneRepresentationCommand@@YAHPEAVvtkClientServerInterpreter@@PEAVvtkObjectBase@@PEBDAEBVvtkClientServerStream@@AEAV3@@Z) vtkPVClientServerCoreCS vtkPVImplicitPlaneRepresentationClientServer.obj
Error 6 error LNK2019: unresolved external symbol "public: void __cdecl vtkPVImplicitPlaneRepresentation::UpdateTransformLocation(void)" (?UpdateTransformLocation at vtkPVImplicitPlaneRepresentation@@QEAAXXZ) referenced in function "int __cdecl vtkPVImplicitPlaneRepresentationCommand(class vtkClientServerInterpreter *,class vtkObjectBase *,char const *,class vtkClientServerStream const &,class vtkClientServerStream &)" (?vtkPVImplicitPlaneRepresentationCommand@@YAHPEAVvtkClientServerInterpreter@@PEAVvtkObjectBase@@PEBDAEBVvtkClientServerStream@@AEAV3@@Z) vtkPVClientServerCoreCS vtkPVImplicitPlaneRepresentationClientServer.obj
Error 7 error LNK2019: unresolved external symbol "public: void __cdecl vtkPVImplicitPlaneRepresentation::PlaceTransformedWidget(double * const)" (?PlaceTransformedWidget at vtkPVImplicitPlaneRepresentation@@QEAAXQEAN at Z) referenced in function "int __cdecl vtkPVImplicitPlaneRepresentationCommand(class vtkClientServerInterpreter *,class vtkObjectBase *,char const *,class vtkClientServerStream const &,class vtkClientServerStream &)" (?vtkPVImplicitPlaneRepresentationCommand@@YAHPEAVvtkClientServerInterpreter@@PEAVvtkObjectBase@@PEBDAEBVvtkClientServerStream@@AEAV3@@Z) vtkPVClientServerCoreCS vtkPVImplicitPlaneRepresentationClientServer.obj
Error 8 error LNK2019: unresolved external symbol "public: double * __cdecl vtkPVImplicitPlaneRepresentation::GetTransformedNormal(void)" (?GetTransformedNormal at vtkPVImplicitPlaneRepresentation@@QEAAPEANXZ) referenced in function "int __cdecl vtkPVImplicitPlaneRepresentationCommand(class vtkClientServerInterpreter *,class vtkObjectBase *,char const *,class vtkClientServerStream const &,class vtkClientServerStream &)" (?vtkPVImplicitPlaneRepresentationCommand@@YAHPEAVvtkClientServerInterpreter@@PEAVvtkObjectBase@@PEBDAEBVvtkClientServerStream@@AEAV3@@Z) vtkPVClientServerCoreCS vtkPVImplicitPlaneRepresentationClientServer.obj
Error 9 error LNK2019: unresolved external symbol "public: double * __cdecl vtkPVImplicitPlaneRepresentation::GetTransformedOrigin(void)" (?GetTransformedOrigin at vtkPVImplicitPlaneRepresentation@@QEAAPEANXZ) referenced in function "int __cdecl vtkPVImplicitPlaneRepresentationCommand(class vtkClientServerInterpreter *,class vtkObjectBase *,char const *,class vtkClientServerStream const &,class vtkClientServerStream &)" (?vtkPVImplicitPlaneRepresentationCommand@@YAHPEAVvtkClientServerInterpreter@@PEAVvtkObjectBase@@PEBDAEBVvtkClientServerStream@@AEAV3@@Z) vtkPVClientServerCoreCS vtkPVImplicitPlaneRepresentationClientServer.obj
Error 10 error LNK2019: unresolved external symbol "public: void __cdecl vtkPVImplicitPlaneRepresentation::SetTransformedNormal(double,double,double)" (?SetTransformedNormal at vtkPVImplicitPlaneRepresentation@@QEAAXNNN at Z) referenced in function "int __cdecl vtkPVImplicitPlaneRepresentationCommand(class vtkClientServerInterpreter *,class vtkObjectBase *,char const *,class vtkClientServerStream const &,class vtkClientServerStream &)" (?vtkPVImplicitPlaneRepresentationCommand@@YAHPEAVvtkClientServerInterpreter@@PEAVvtkObjectBase@@PEBDAEBVvtkClientServerStream@@AEAV3@@Z) vtkPVClientServerCoreCS vtkPVImplicitPlaneRepresentationClientServer.obj
Error 11 error LNK2019: unresolved external symbol "public: void __cdecl vtkPVImplicitPlaneRepresentation::SetTransformedOrigin(double,double,double)" (?SetTransformedOrigin at vtkPVImplicitPlaneRepresentation@@QEAAXNNN at Z) referenced in function "int __cdecl vtkPVImplicitPlaneRepresentationCommand(class vtkClientServerInterpreter *,class vtkObjectBase *,char const *,class vtkClientServerStream const &,class vtkClientServerStream &)" (?vtkPVImplicitPlaneRepresentationCommand@@YAHPEAVvtkClientServerInterpreter@@PEAVvtkObjectBase@@PEBDAEBVvtkClientServerStream@@AEAV3@@Z) vtkPVClientServerCoreCS vtkPVImplicitPlaneRepresentationClientServer.obj
Error 12 error LNK2019: unresolved external symbol "public: void __cdecl vtkPVImplicitPlaneRepresentation::ClearTransform(void)" (?ClearTransform at vtkPVImplicitPlaneRepresentation@@QEAAXXZ) referenced in function "int __cdecl vtkPVImplicitPlaneRepresentationCommand(class vtkClientServerInterpreter *,class vtkObjectBase *,char const *,class vtkClientServerStream const &,class vtkClientServerStream &)" (?vtkPVImplicitPlaneRepresentationCommand@@YAHPEAVvtkClientServerInterpreter@@PEAVvtkObjectBase@@PEBDAEBVvtkClientServerStream@@AEAV3@@Z) vtkPVClientServerCoreCS vtkPVImplicitPlaneRepresentationClientServer.obj
Error 13 error LNK2019: unresolved external symbol "public: void __cdecl vtkPVImplicitPlaneRepresentation::SetTransform(class vtkTransform *)" (?SetTransform at vtkPVImplicitPlaneRepresentation@@QEAAXPEAVvtkTransform@@@Z) referenced in function "int __cdecl vtkPVImplicitPlaneRepresentationCommand(class vtkClientServerInterpreter *,class vtkObjectBase *,char const *,class vtkClientServerStream const &,class vtkClientServerStream &)" (?vtkPVImplicitPlaneRepresentationCommand@@YAHPEAVvtkClientServerInterpreter@@PEAVvtkObjectBase@@PEBDAEBVvtkClientServerStream@@AEAV3@@Z) vtkPVClientServerCoreCS vtkPVImplicitPlaneRepresentationClientServer.obj
Error 14 fatal error LNK1120: 11 unresolved externals vtkPVClientServerCoreCS D:\cmakebuild\pv-meshless\bin\Debug\vtkPVClientServerCoreCS.dll
Error 15 error LNK2019: unresolved external symbol "public: void __cdecl vtk3DWidgetRepresentation::SetCustomWidgetTransform(class vtkTransform *)" (?SetCustomWidgetTransform at vtk3DWidgetRepresentation@@QEAAXPEAVvtkTransform@@@Z) referenced in function "struct _object * __cdecl Pyvtk3DWidgetRepresentation_SetCustomWidgetTransform(struct _object *,struct _object *)" (?Pyvtk3DWidgetRepresentation_SetCustomWidgetTransform@@YAPEAU_object@@PEAU1 at 0@Z) vtkPVClientServerCorePythonD vtk3DWidgetRepresentationPython.obj
Error 16 error LNK2019: unresolved external symbol "public: void __cdecl vtkGeometryRepresentation::SetNonlinearSubdivisionLevel(int)" (?SetNonlinearSubdivisionLevel at vtkGeometryRepresentation@@QEAAXH at Z) referenced in function "struct _object * __cdecl PyvtkGeometryRepresentation_SetNonlinearSubdivisionLevel(struct _object *,struct _object *)" (?PyvtkGeometryRepresentation_SetNonlinearSubdivisionLevel@@YAPEAU_object@@PEAU1 at 0@Z) vtkPVClientServerCorePythonD vtkGeometryRepresentationPython.obj
Error 17 error LNK2019: unresolved external symbol "public: void __cdecl vtkPVImplicitPlaneRepresentation::SetTransform(class vtkTransform *)" (?SetTransform at vtkPVImplicitPlaneRepresentation@@QEAAXPEAVvtkTransform@@@Z) referenced in function "struct _object * __cdecl PyvtkPVImplicitPlaneRepresentation_SetTransform(struct _object *,struct _object *)" (?PyvtkPVImplicitPlaneRepresentation_SetTransform@@YAPEAU_object@@PEAU1 at 0@Z) vtkPVClientServerCorePythonD vtkPVImplicitPlaneRepresentationPython.obj
Error 18 error LNK2019: unresolved external symbol "public: void __cdecl vtkPVImplicitPlaneRepresentation::ClearTransform(void)" (?ClearTransform at vtkPVImplicitPlaneRepresentation@@QEAAXXZ) referenced in function "struct _object * __cdecl PyvtkPVImplicitPlaneRepresentation_ClearTransform(struct _object *,struct _object *)" (?PyvtkPVImplicitPlaneRepresentation_ClearTransform@@YAPEAU_object@@PEAU1 at 0@Z) vtkPVClientServerCorePythonD vtkPVImplicitPlaneRepresentationPython.obj
Error 19 error LNK2019: unresolved external symbol "public: void __cdecl vtkPVImplicitPlaneRepresentation::SetTransformedOrigin(double,double,double)" (?SetTransformedOrigin at vtkPVImplicitPlaneRepresentation@@QEAAXNNN at Z) referenced in function "struct _object * __cdecl PyvtkPVImplicitPlaneRepresentation_SetTransformedOrigin(struct _object *,struct _object *)" (?PyvtkPVImplicitPlaneRepresentation_SetTransformedOrigin@@YAPEAU_object@@PEAU1 at 0@Z) vtkPVClientServerCorePythonD vtkPVImplicitPlaneRepresentationPython.obj
Error 20 error LNK2019: unresolved external symbol "public: void __cdecl vtkPVImplicitPlaneRepresentation::SetTransformedNormal(double,double,double)" (?SetTransformedNormal at vtkPVImplicitPlaneRepresentation@@QEAAXNNN at Z) referenced in function "struct _object * __cdecl PyvtkPVImplicitPlaneRepresentation_SetTransformedNormal(struct _object *,struct _object *)" (?PyvtkPVImplicitPlaneRepresentation_SetTransformedNormal@@YAPEAU_object@@PEAU1 at 0@Z) vtkPVClientServerCorePythonD vtkPVImplicitPlaneRepresentationPython.obj
Error 21 error LNK2019: unresolved external symbol "public: double * __cdecl vtkPVImplicitPlaneRepresentation::GetTransformedOrigin(void)" (?GetTransformedOrigin at vtkPVImplicitPlaneRepresentation@@QEAAPEANXZ) referenced in function "struct _object * __cdecl PyvtkPVImplicitPlaneRepresentation_GetTransformedOrigin(struct _object *,struct _object *)" (?PyvtkPVImplicitPlaneRepresentation_GetTransformedOrigin@@YAPEAU_object@@PEAU1 at 0@Z) vtkPVClientServerCorePythonD vtkPVImplicitPlaneRepresentationPython.obj
Error 22 error LNK2019: unresolved external symbol "public: double * __cdecl vtkPVImplicitPlaneRepresentation::GetTransformedNormal(void)" (?GetTransformedNormal at vtkPVImplicitPlaneRepresentation@@QEAAPEANXZ) referenced in function "struct _object * __cdecl PyvtkPVImplicitPlaneRepresentation_GetTransformedNormal(struct _object *,struct _object *)" (?PyvtkPVImplicitPlaneRepresentation_GetTransformedNormal@@YAPEAU_object@@PEAU1 at 0@Z) vtkPVClientServerCorePythonD vtkPVImplicitPlaneRepresentationPython.obj
Error 23 error LNK2019: unresolved external symbol "public: void __cdecl vtkPVImplicitPlaneRepresentation::PlaceTransformedWidget(double * const)" (?PlaceTransformedWidget at vtkPVImplicitPlaneRepresentation@@QEAAXQEAN at Z) referenced in function "struct _object * __cdecl PyvtkPVImplicitPlaneRepresentation_PlaceTransformedWidget(struct _object *,struct _object *)" (?PyvtkPVImplicitPlaneRepresentation_PlaceTransformedWidget@@YAPEAU_object@@PEAU1 at 0@Z) vtkPVClientServerCorePythonD vtkPVImplicitPlaneRepresentationPython.obj
Error 24 error LNK2019: unresolved external symbol "public: void __cdecl vtkPVImplicitPlaneRepresentation::UpdateTransformLocation(void)" (?UpdateTransformLocation at vtkPVImplicitPlaneRepresentation@@QEAAXXZ) referenced in function "struct _object * __cdecl PyvtkPVImplicitPlaneRepresentation_UpdateTransformLocation(struct _object *,struct _object *)" (?PyvtkPVImplicitPlaneRepresentation_UpdateTransformLocation@@YAPEAU_object@@PEAU1 at 0@Z) vtkPVClientServerCorePythonD vtkPVImplicitPlaneRepresentationPython.obj
Error 25 error LNK2019: unresolved external symbol "public: void __cdecl vtkPVImplicitPlaneRepresentation::Reset(void)" (?Reset at vtkPVImplicitPlaneRepresentation@@QEAAXXZ) referenced in function "struct _object * __cdecl PyvtkPVImplicitPlaneRepresentation_Reset(struct _object *,struct _object *)" (?PyvtkPVImplicitPlaneRepresentation_Reset@@YAPEAU_object@@PEAU1 at 0@Z) vtkPVClientServerCorePythonD vtkPVImplicitPlaneRepresentationPython.obj
Error 26 fatal error LNK1120: 11 unresolved externals vtkPVClientServerCorePythonD D:\cmakebuild\pv-meshless\bin\Debug\vtkPVClientServerCorePythonD.dll
Error 27 fatal error LNK1104: cannot open file 'python27_d.lib' vtkCoProcessor vtkCoProcessor
Error 1 error C2039: 'SetHeadTracked' : is not a member of 'vtkCamera' vtkPVClientServerCore d:\Code\pv-meshless\ParaViewCore\ClientServerCore\vtkCaveSynchronizedRenderers.cxx 177
Error 2 error C2039: 'SetScreenConfig' : is not a member of 'vtkCamera' vtkPVClientServerCore d:\Code\pv-meshless\ParaViewCore\ClientServerCore\vtkCaveSynchronizedRenderers.cxx 178
--
John Biddiscombe, email:biddisco @ cscs.ch
http://www.cscs.ch/
CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610.82.07
Via Cantonale, 6928 Manno, Switzerland | Fax: +41 (91) 610.82.82
More information about the Paraview-developers
mailing list