[Paraview-developers] build errors

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Wed Jul 27 16:05:08 EDT 2011


To update only VTK, you can do
> git submodule update VTK

To find the referred SHA, you can do
> git ls-tree HEAD -- VTK

HEAD can be replaced by any branch name/SHA

Utkarsh

On Wed, Jul 27, 2011 at 3:59 PM, Biddiscombe, John A. <biddisco at cscs.ch> wrote:
> I can't do
> git submodule update
> because all my submodules (vtk/xdmf/extra ones we've added) are on their own branches. I find it very hard to manage because I have about 5 of my own topic branches in vtk, plus xdmf etc etc.
>
> How can I see the sha for the vtksubmodule in pv master? so that I can rebase my vtk branches onto that?
>
> I've googled everywhere but can't find out how to show the submodule sha for another branch
> git submodule status works for the current branch, but how for another?
>
> sorry for being useless
>
> JB
>
> -----Original Message-----
> From: Utkarsh Ayachit [mailto:utkarsh.ayachit at kitware.com]
> Sent: 27 July 2011 21:54
> To: Biddiscombe, John A.
> Cc: paraview-developers at paraview.org
> Subject: Re: [Paraview-developers] build errors
>
> Yes, from ParaView do a
>> git submodule update
>
> ParaView cannot directly work off vtk-master. VTK-master has changes
> to camera API that have not yet been absorbed into ParaView (they are
> on their way).
>
> Utkarsh
>
> On Wed, Jul 27, 2011 at 3:49 PM, Biddiscombe, John A. <biddisco at cscs.ch> wrote:
>> Utkarsh
>>
>> I'm on master and VTK submodule is on VTK master.
>>
>> This is wrong?
>>
>> JB
>>
>> -----Original Message-----
>> From: Utkarsh Ayachit [mailto:utkarsh.ayachit at kitware.com]
>> Sent: 27 July 2011 21:47
>> To: Biddiscombe, John A.
>> Cc: paraview-developers at paraview.org
>> Subject: Re: [Paraview-developers] build errors
>>
>> Are you on "next"? What is the state of your VTK submodule?
>>
>> Utkarsh
>>
>> On Wed, Jul 27, 2011 at 3:12 PM, Biddiscombe, John A. <biddisco at cscs.ch> wrote:
>>> 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
>>>
>>>
>>> _______________________________________________
>>> Paraview-developers mailing list
>>> Paraview-developers at paraview.org
>>> http://public.kitware.com/mailman/listinfo/paraview-developers
>>>
>>
>


More information about the Paraview-developers mailing list