[vtkusers] Building VTK 5.10 with Python wrapping - linker error

David E DeMarle dave.demarle at kitware.com
Mon Jan 13 09:41:47 EST 2014


Looks like it can't find python symbols it needs from your system. What are
the values of these python related variables in your CMakeCache.txt?
PYTHON_EXECUTABLE:FILEPATH=?
PYTHON_INCLUDE_DIR:PATH=?
PYTHON_LIBRARY:FILEPATH=?

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


On Mon, Jan 13, 2014 at 9:34 AM, Moti Freiman <moti.freiman at gmail.com>wrote:

>
> Dear all,
> I'm trying to build VTK 5.10 with Python wrapping on the following
> configuration:
>
> Windows 7 64bit
> Visual studio 2010
> Python 2.75 (python(x,y))
>
>
> and get the following linker error below.
> Does any one encounter this issue while building VTK with python using
> visual studio 2010?
> How can I overcome this problem?
>
> Thanks,
> Moti
>
>
>
> --------------------------------------------------------------------------------------------------------------------------------------
>
>
> 1>------ Build started: Project: ZERO_CHECK, Configuration: Release x64
> ------
> 1>Build started 1/13/2014 4:32:18 PM.
> 1>InitializeBuildStatus:
> 1>  Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild" because
> "AlwaysCreate" was specified.
> 1>FinalizeBuildStatus:
> 1>  Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.unsuccessfulbuild".
> 1>  Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.lastbuildstate".
> 1>
> 1>Build succeeded.
> 1>
> 1>Time Elapsed 00:00:00.27
> 2>------ Build started: Project: vtkhdf5, Configuration: Release x64 ------
> 2>Build started 1/13/2014 4:32:19 PM.
> 3>------ Build started: Project: vtkPythonCore, Configuration: Release x64
> ------
> 3>Build started 1/13/2014 4:32:19 PM.
> 2>InitializeBuildStatus:
> 2>  Creating "vtkhdf5.dir\Release\vtkhdf5.unsuccessfulbuild" because
> "AlwaysCreate" was specified.
> 2>CustomBuild:
> 2>  All outputs are up-to-date.
> 3>InitializeBuildStatus:
> 3>  Touching "vtkPythonCore.dir\Release\vtkPythonCore.unsuccessfulbuild".
> 3>CustomBuild:
> 3>  All outputs are up-to-date.
> 3>ClCompile:
> 3>  All outputs are up-to-date.
> 4>------ Build started: Project: vtkMaterialLibraryConfiguredFiles,
> Configuration: Release x64 ------
> 4>Build started 1/13/2014 4:32:20 PM.
> 5>------ Build started: Project: vtkImaging, Configuration: Release x64
> ------
> 5>Build started 1/13/2014 4:32:20 PM.
> 4>InitializeBuildStatus:
> 4>  Creating
> "x64\Release\vtkMaterialLibraryConfiguredFiles\vtkMaterialLibraryConfiguredFiles.unsuccessfulbuild"
> because "AlwaysCreate" was specified.
> 2>ClCompile:
> 2>  All outputs are up-to-date.
> 3>Link:
> 3>     Creating library
> C:/Users/310127444/Tools/VTK5.10.1/build/bin/Release/vtkPythonCore.lib and
> object
> C:/Users/310127444/Tools/VTK5.10.1/build/bin/Release/vtkPythonCore.exp
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyErr_Occurred referenced in function "public: static bool __cdecl
> vtkPythonArgs::ErrorOccurred(void)" (?ErrorOccurred at vtkPythonArgs@@SA_NXZ)
> 3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol
> __imp_PyErr_Occurred
> 3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol
> __imp_PyErr_Occurred
> 3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol
> __imp__Py_NoneStruct
> 3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol
> __imp__Py_NoneStruct
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp__Py_NoneStruct referenced in function "public: static struct _object
> * __cdecl vtkPythonArgs::BuildNone(void)" (?BuildNone at vtkPythonArgs
> @@SAPEAU_object@@XZ)
> 3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol
> __imp__Py_NoneStruct
> 3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol
> __imp__Py_NoneStruct
> 3>PyVTKClass.obj : error LNK2001: unresolved external symbol
> __imp__Py_NoneStruct
> 3>PyVTKObject.obj : error LNK2001: unresolved external symbol
> __imp_PyString_FromString
> 3>PyVTKSpecialObject.obj : error LNK2001: unresolved external symbol
> __imp_PyString_FromString
> 3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol
> __imp_PyString_FromString
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyString_FromString referenced in function "public: static struct
> _object * __cdecl vtkPythonArgs::BuildValue(void const *)"
> (?BuildValue at vtkPythonArgs@@SAPEAU_object@@PEBX at Z)
> 3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol
> __imp_PyString_FromString
> 3>PyVTKClass.obj : error LNK2001: unresolved external symbol
> __imp_PyString_FromString
> 3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol
> __imp_PyString_FromString
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyFloat_FromDouble referenced in function "public: static struct
> _object * __cdecl vtkPythonArgs::BuildValue(double)"
> (?BuildValue at vtkPythonArgs@@SAPEAU_object@@N at Z)
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyBool_FromLong referenced in function "public: static struct _object
> * __cdecl vtkPythonArgs::BuildValue(bool)" (?BuildValue at vtkPythonArgs
> @@SAPEAU_object@@_N at Z)
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyInt_FromLong referenced in function "public: static struct _object
> * __cdecl vtkPythonArgs::BuildValue(int)" (?BuildValue at vtkPythonArgs
> @@SAPEAU_object@@H at Z)
> 3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol
> __imp_PyInt_FromLong
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyLong_FromUnsignedLong referenced in function "public: static struct
> _object * __cdecl vtkPythonArgs::BuildValue(unsigned int)"
> (?BuildValue at vtkPythonArgs@@SAPEAU_object@@I at Z)
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyLong_FromLongLong referenced in function "public: static struct
> _object * __cdecl vtkPythonArgs::BuildValue(__int64)"
> (?BuildValue at vtkPythonArgs@@SAPEAU_object@@_J at Z)
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyLong_FromUnsignedLongLong referenced in function "public: static
> struct _object * __cdecl vtkPythonArgs::BuildValue(unsigned __int64)"
> (?BuildValue at vtkPythonArgs@@SAPEAU_object@@_K at Z)
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyString_FromStringAndSize referenced in function "public: static
> struct _object * __cdecl vtkPythonArgs::BuildBytes(char const *,int)"
> (?BuildBytes at vtkPythonArgs@@SAPEAU_object@@PEBDH at Z)
> 3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol
> __imp_PyString_FromStringAndSize
> 3>PyVTKSpecialObject.obj : error LNK2001: unresolved external symbol
> __imp_PyString_FromStringAndSize
> 3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol
> __imp_PyString_FromStringAndSize
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyInt_AsLong referenced in function "bool __cdecl
> vtkPythonGetValue(struct _object *,long &)" (?vtkPythonGetValue@
> @YA_NPEAU_object@@AEAJ at Z)
> 3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol
> __imp_PyInt_AsLong
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyErr_WarnEx referenced in function "bool __cdecl
> vtkPythonGetValue(struct _object *,long &)" (?vtkPythonGetValue@
> @YA_NPEAU_object@@AEAJ at Z)
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyExc_DeprecationWarning referenced in function "bool __cdecl
> vtkPythonGetValue(struct _object *,long &)" (?vtkPythonGetValue@
> @YA_NPEAU_object@@AEAJ at Z)
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyType_IsSubtype referenced in function "bool __cdecl
> vtkPythonGetValue(struct _object *,long &)" (?vtkPythonGetValue@
> @YA_NPEAU_object@@AEAJ at Z)
> 3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol
> __imp_PyType_IsSubtype
> 3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol
> __imp_PyType_IsSubtype
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyFloat_Type referenced in function "bool __cdecl
> vtkPythonGetValue(struct _object *,long &)" (?vtkPythonGetValue@
> @YA_NPEAU_object@@AEAJ at Z)
> 3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol
> __imp_PyFloat_Type
> 3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol
> __imp_PyFloat_Type
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyLong_AsUnsignedLong referenced in function "bool __cdecl
> vtkPythonGetValue(struct _object *,unsigned long &)" (?vtkPythonGetValue@
> @YA_NPEAU_object@@AEAK at Z)
> 3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol
> __imp_PyErr_SetString
> 3>PyVTKObject.obj : error LNK2001: unresolved external symbol
> __imp_PyErr_SetString
> 3>PyVTKSpecialObject.obj : error LNK2001: unresolved external symbol
> __imp_PyErr_SetString
> 3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol
> __imp_PyErr_SetString
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyErr_SetString referenced in function "bool __cdecl
> vtkPythonGetValue(struct _object *,void const * &)" (?vtkPythonGetValue@
> @YA_NPEAU_object@@AEAPEBX at Z)
> 3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol
> __imp_PyErr_SetString
> 3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol
> __imp_PyErr_SetString
> 3>PyVTKClass.obj : error LNK2001: unresolved external symbol
> __imp_PyErr_SetString
> 3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol
> __imp_PyExc_TypeError
> 3>PyVTKObject.obj : error LNK2001: unresolved external symbol
> __imp_PyExc_TypeError
> 3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol
> __imp_PyExc_TypeError
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyExc_TypeError referenced in function "bool __cdecl
> vtkPythonGetValue(struct _object *,void const * &)" (?vtkPythonGetValue@
> @YA_NPEAU_object@@AEAPEBX at Z)
> 3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol
> __imp_PyExc_TypeError
> 3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol
> __imp_PyExc_TypeError
> 3>PyVTKClass.obj : error LNK2001: unresolved external symbol
> __imp_PyExc_TypeError
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyUnicodeUCS2_AsUTF8String referenced in function "bool __cdecl
> vtkPythonGetValue(struct _object *,class vtkUnicodeString &)"
> (?vtkPythonGetValue@@YA_NPEAU_object@@AEAVvtkUnicodeString@@@Z)
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyObject_IsTrue referenced in function "bool __cdecl
> vtkPythonGetValue(struct _object *,bool &)" (?vtkPythonGetValue@
> @YA_NPEAU_object@@AEA_N at Z)
> 3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol
> __imp_PyObject_IsTrue
> 3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol
> __imp_PyObject_IsTrue
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyFloat_AsDouble referenced in function "bool __cdecl
> vtkPythonGetValue(struct _object *,float &)" (?vtkPythonGetValue@
> @YA_NPEAU_object@@AEAM at Z)
> 3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol
> __imp_PyFloat_AsDouble
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyExc_OverflowError referenced in function "bool __cdecl
> vtkPythonGetValue(struct _object *,signed char &)" (?vtkPythonGetValue@
> @YA_NPEAU_object@@AEAC at Z)
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyCallable_Check referenced in function "public: static bool __cdecl
> vtkPythonArgs::GetFunction(struct _object *,struct _object * &)"
> (?GetFunction at vtkPythonArgs@@SA_NPEAU_object@@AEAPEAU2@@Z)
> 3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol
> __imp_PyCallable_Check
> 4>FinalizeBuildStatus:
> 3>PyVTKObject.obj : error LNK2001: unresolved external symbol
> __imp_PyCallable_Check
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyErr_Restore referenced in function "protected: bool __cdecl
> vtkPythonArgs::RefineArgTypeError(int)" (?RefineArgTypeError at vtkPythonArgs
> @@IEAA_NH at Z)
> 3>PyVTKObject.obj : error LNK2001: unresolved external symbol
> __imp_PyString_AsString
> 3>PyVTKSpecialObject.obj : error LNK2001: unresolved external symbol
> __imp_PyString_AsString
> 3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol
> __imp_PyString_AsString
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyString_AsString referenced in function "protected: bool __cdecl
> vtkPythonArgs::RefineArgTypeError(int)" (?RefineArgTypeError at vtkPythonArgs
> @@IEAA_NH at Z)
> 3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol
> __imp_PyString_AsString
> 3>PyVTKClass.obj : error LNK2001: unresolved external symbol
> __imp_PyString_AsString
> 3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol
> __imp_PyString_AsString
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyErr_Fetch referenced in function "protected: bool __cdecl
> vtkPythonArgs::RefineArgTypeError(int)" (?RefineArgTypeError at vtkPythonArgs
> @@IEAA_NH at Z)
> 3>PyVTKSpecialObject.obj : error LNK2001: unresolved external symbol
> __imp_PyExc_ValueError
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyExc_ValueError referenced in function "protected: bool __cdecl
> vtkPythonArgs::RefineArgTypeError(int)" (?RefineArgTypeError at vtkPythonArgs
> @@IEAA_NH at Z)
> 3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol
> __imp_PyExc_ValueError
> 3>PyVTKClass.obj : error LNK2001: unresolved external symbol
> __imp_PyExc_ValueError
> 3>PyVTKObject.obj : error LNK2001: unresolved external symbol
> __imp_PyExc_ValueError
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyErr_ExceptionMatches referenced in function "protected: bool
> __cdecl vtkPythonArgs::RefineArgTypeError(int)"
> (?RefineArgTypeError at vtkPythonArgs@@IEAA_NH at Z)
> 3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol
> __imp_PyErr_ExceptionMatches
> 3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol
> __imp_PyErr_ExceptionMatches
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp__PyUnicodeUCS2_AsDefaultEncodedString referenced in function "bool
> __cdecl vtkPythonGetStringValue<char const >(struct _object *,char const *
> &,char const *)" (??$vtkPythonGetStringValue@$$CBD@@YA_NPEAU_object@
> @AEAPEBDPEBD at Z)
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyLong_AsLongLong referenced in function "bool __cdecl
> vtkPythonGetLongLongValue<__int64>(struct _object *,__int64 &)"
> (??$vtkPythonGetLongLongValue at _J@@YA_NPEAU_object@@AEA_J at Z)
> 3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol
> __imp_PyLong_AsLongLong
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyLong_AsUnsignedLongLong referenced in function "bool __cdecl
> vtkPythonGetUnsignedLongLongValue<unsigned __int64>(struct _object
> *,unsigned __int64 &)" (??$vtkPythonGetUnsignedLongLongValue at _K@
> @YA_NPEAU_object@@AEA_K at Z)
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyTuple_New referenced in function "struct _object * __cdecl
> vtkPythonBuildTuple<bool>(bool const *,int)" (??$vtkPythonBuildTuple at _N@
> @YAPEAU_object@@PEB_NH at Z)
> 3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol
> __imp_PyTuple_New
> 3>PyVTKClass.obj : error LNK2001: unresolved external symbol
> __imp_PyTuple_New
> 3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol
> __imp_PyTuple_New
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PySequence_GetItem referenced in function "bool __cdecl
> vtkPythonGetArray<bool>(struct _object *,bool *,int)" (??$vtkPythonGetArray@
> _N@@YA_NPEAU_object@@PEA_NH at Z)
> 3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol
> __imp_PySequence_GetItem
> 3>PyVTKSpecialObject.obj : error LNK2001: unresolved external symbol
> __imp_PySequence_GetItem
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PySequence_Size referenced in function "bool __cdecl
> vtkPythonGetArray<bool>(struct _object *,bool *,int)" (??$vtkPythonGetArray@
> _N@@YA_NPEAU_object@@PEA_NH at Z)
> 3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol
> __imp_PySequence_Size
> 3>PyVTKSpecialObject.obj : error LNK2001: unresolved external symbol
> __imp_PySequence_Size
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PySequence_Check referenced in function "bool __cdecl
> vtkPythonGetArray<bool>(struct _object *,bool *,int)" (??$vtkPythonGetArray@
> _N@@YA_NPEAU_object@@PEA_NH at Z)
> 3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol
> __imp_PySequence_Check
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PySequence_SetItem referenced in function "bool __cdecl
> vtkPythonSetArray<bool>(struct _object *,bool const *,int)"
> (??$vtkPythonSetArray at _N@@YA_NPEAU_object@@PEB_NH at Z)
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyUnicodeUCS2_DecodeUTF8 referenced in function "public: static
> struct _object * __cdecl vtkPythonArgs::BuildValue(class vtkUnicodeString
> const &)" (?BuildValue at vtkPythonArgs@@SAPEAU_object@@AEBVvtkUnicodeString@
> @@Z)
> 3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol
> __imp_PyUnicodeUCS2_DecodeUTF8
> 3>vtkPythonArgs.obj : error LNK2019: unresolved external symbol
> __imp_PyString_AsStringAndSize referenced in function "bool __cdecl
> vtkPythonGetStdStringValue(struct _object *,class
> std::basic_string<char,struct std::char_traits<char>,class
> std::allocator<char> > &,char const *)" (?vtkPythonGetStdStringValue@
> @YA_NPEAU_object@@AEAV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D
> @2@@std@@PEBD at Z)
> 3>vtkPythonOverload.obj : error LNK2019: unresolved external symbol
> __imp_PyTuple_Size referenced in function "public: static int __cdecl
> vtkPythonOverload::CheckArg(struct _object *,char const *,char const
> *,int)" (?CheckArg at vtkPythonOverload@@SAHPEAU_object@@PEBD1H at Z)
> 3>PyVTKClass.obj : error LNK2001: unresolved external symbol
> __imp_PyTuple_Size
> 3>PyVTKObject.obj : error LNK2001: unresolved external symbol
> __imp_PyTuple_Size
> 3>vtkPythonOverload.obj : error LNK2019: unresolved external symbol
> __imp_PyString_Size referenced in function "public: static int __cdecl
> vtkPythonOverload::CheckArg(struct _object *,char const *,char const
> *,int)" (?CheckArg at vtkPythonOverload@@SAHPEAU_object@@PEBD1H at Z)
> 3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol
> __imp_PyString_Size
> 3>PyVTKObject.obj : error LNK2019: unresolved external symbol
> __imp_PyErr_Clear referenced in function "struct _object * __cdecl
> PyVTKObject_Repr(struct _object *)" (?PyVTKObject_Repr@@YAPEAU_object@
> @PEAU1@@Z)
> 3>vtkPythonOverload.obj : error LNK2001: unresolved external symbol
> __imp_PyErr_Clear
> 3>vtkPythonUtil.obj : error LNK2001: unresolved external symbol
> __imp_PyErr_Clear
> 3>PyVTKClass.obj : error LNK2001: unresolved external symbol
> __imp_PyErr_Clear
> 3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol
> __imp_PyErr_Clear
> 3>vtkPythonOverload.obj : error LNK2019: unresolved external symbol
> __imp_PyBool_Type referenced in function "public: static int __cdecl
> vtkPythonOverload::CheckArg(struct _object *,char const *,char const
> *,int)" (?CheckArg at vtkPythonOverload@@SAHPEAU_object@@PEBD1H at Z)
> 3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol
> __imp__PyString_Resize referenced in function "public: static struct
> _object * __cdecl vtkPythonUtil::BuildDocString(char const * * const)"
> (?BuildDocString at vtkPythonUtil@@SAPEAU_object@@QEAPEBD at Z)
> 3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol
> __imp_PyGILState_Release referenced in function "void __cdecl
> vtkPythonVoidFuncArgDelete(void *)" (?vtkPythonVoidFuncArgDelete@
> @YAXPEAX at Z)
> 3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol
> __imp_PyGILState_Ensure referenced in function "void __cdecl
> vtkPythonVoidFuncArgDelete(void *)" (?vtkPythonVoidFuncArgDelete@
> @YAXPEAX at Z)
> 3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol
> __imp_Py_IsInitialized referenced in function "void __cdecl
> vtkPythonVoidFuncArgDelete(void *)" (?vtkPythonVoidFuncArgDelete@
> @YAXPEAX at Z)
> 3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol
> __imp_PyErr_Print referenced in function "void __cdecl
> vtkPythonVoidFunc(void *)" (?vtkPythonVoidFunc@@YAXPEAX at Z)
> 3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol
> __imp_Py_Exit referenced in function "void __cdecl vtkPythonVoidFunc(void
> *)" (?vtkPythonVoidFunc@@YAXPEAX at Z)
> 3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol
> __imp_PyExc_KeyboardInterrupt referenced in function "void __cdecl
> vtkPythonVoidFunc(void *)" (?vtkPythonVoidFunc@@YAXPEAX at Z)
> 3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol
> __imp_PyEval_CallObjectWithKeywords referenced in function "void __cdecl
> vtkPythonVoidFunc(void *)" (?vtkPythonVoidFunc@@YAXPEAX at Z)
> 3>PyVTKClass.obj : error LNK2001: unresolved external symbol
> __imp_PyEval_CallObjectWithKeywords
> 3>PyVTKObject.obj : error LNK2001: unresolved external symbol
> __imp_PyEval_CallObjectWithKeywords
> 3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol
> __imp_Py_BuildValue referenced in function "void __cdecl
> vtkPythonVoidFunc(void *)" (?vtkPythonVoidFunc@@YAXPEAX at Z)
> 3>PyVTKClass.obj : error LNK2001: unresolved external symbol
> __imp_Py_BuildValue
> 3>PyVTKObject.obj : error LNK2001: unresolved external symbol
> __imp_Py_BuildValue
> 3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol
> __imp_Py_BuildValue
> 3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol
> __imp__Py_HashPointer referenced in function "public: static long __cdecl
> vtkPythonUtil::VariantHash(class vtkVariant const *)"
> (?VariantHash at vtkPythonUtil@@SAJPEBVvtkVariant@@@Z)
> 3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol
> __imp_PyObject_Hash referenced in function "public: static long __cdecl
> vtkPythonUtil::VariantHash(class vtkVariant const *)"
> (?VariantHash at vtkPythonUtil@@SAJPEBVvtkVariant@@@Z)
> 3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol
> __imp_PyErr_GivenExceptionMatches referenced in function "public: static
> void * __cdecl vtkPythonUtil::GetPointerFromSpecialObject(struct _object
> *,char const *,struct _object * *)"
> (?GetPointerFromSpecialObject at vtkPythonUtil@@SAPEAXPEAU_object@
> @PEBDPEAPEAU2@@Z)
> 3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol
> __imp_PyObject_GetAttrString referenced in function "public: static class
> vtkObjectBase * __cdecl vtkPythonUtil::GetPointerFromObject(struct _object
> *,char const *)" (?GetPointerFromObject at vtkPythonUtil
> @@SAPEAVvtkObjectBase@@PEAU_object@@PEBD at Z)
> 3>PyVTKObject.obj : error LNK2001: unresolved external symbol
> __imp_PyObject_GetAttrString
> 3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol
> __imp_PyDict_Size referenced in function "public: static void __cdecl
> vtkPythonUtil::RemoveObjectFromMap(struct _object *)"
> (?RemoveObjectFromMap at vtkPythonUtil@@SAXPEAU_object@@@Z)
> 3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol
> __imp_PyDict_Size
> 3>vtkPythonUtil.obj : error LNK2019: unresolved external symbol
> __imp_Py_AtExit referenced in function "public: static class
> PyVTKSpecialType * __cdecl vtkPythonUtil::AddSpecialTypeToMap(struct
> _typeobject *,struct PyMethodDef *,struct PyMethodDef *,char const * *
> const,void * (__cdecl*)(void const *))" (?AddSpecialTypeToMap at vtkPythonUtil
> @@SAPEAVPyVTKSpecialType@@PEAU_typeobject@@PEAUPyMethodDef@
> @1QEAPEBDP6APEAXPEBX at Z@Z)
> 3>PyVTKClass.obj : error LNK2019: unresolved external symbol
> __imp_PyArg_ParseTuple referenced in function "struct _object * __cdecl
> PyVTKClass_Call(struct _object *,struct _object *,struct _object *)"
> (?PyVTKClass_Call@@YAPEAU_object@@PEAU1 at 00@Z)
> 3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol
> __imp_PyArg_ParseTuple
> 3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol
> __imp_PyArg_ParseTuple
> 3>PyVTKClass.obj : error LNK2019: unresolved external symbol
> __imp_PyObject_GetAttr referenced in function "struct _object * __cdecl
> PyVTKClass_Call(struct _object *,struct _object *,struct _object *)"
> (?PyVTKClass_Call@@YAPEAU_object@@PEAU1 at 00@Z)
> 3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol
> __imp_PyObject_GetAttr
> 3>PyVTKClass.obj : error LNK2019: unresolved external symbol
> __imp_PyDict_GetItem referenced in function "struct _object * __cdecl
> PyVTKClass_Call(struct _object *,struct _object *,struct _object *)"
> (?PyVTKClass_Call@@YAPEAU_object@@PEAU1 at 00@Z)
> 3>PyVTKObject.obj : error LNK2001: unresolved external symbol
> __imp_PyDict_GetItem
> 3>PyVTKClass.obj : error LNK2019: unresolved external symbol
> __imp_PyObject_GC_Del referenced in function "void __cdecl
> PyVTKClass_Delete(struct _object *)" (?PyVTKClass_Delete@@YAXPEAU_object@
> @@Z)
> 3>PyVTKObject.obj : error LNK2001: unresolved external symbol
> __imp_PyObject_GC_Del
> 3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol
> __imp_PyObject_GC_Del
> 3>PyVTKClass.obj : error LNK2019: unresolved external symbol
> __imp_PyObject_GC_UnTrack referenced in function "void __cdecl
> PyVTKClass_Delete(struct _object *)" (?PyVTKClass_Delete@@YAXPEAU_object@
> @@Z)
> 3>PyVTKObject.obj : error LNK2001: unresolved external symbol
> __imp_PyObject_GC_UnTrack
> 3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol
> __imp_PyObject_GC_UnTrack
> 3>PyVTKClass.obj : error LNK2019: unresolved external symbol
> __imp_PyExc_AttributeError referenced in function "struct _object * __cdecl
> PyVTKClassMetaType_GetAttr(struct _object *,struct _object *)"
> (?PyVTKClassMetaType_GetAttr@@YAPEAU_object@@PEAU1 at 0@Z)
> 3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol
> __imp_PyExc_AttributeError
> 3>PyVTKObject.obj : error LNK2001: unresolved external symbol
> __imp_PyExc_AttributeError
> 3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol
> __imp_PyExc_AttributeError
> 3>PyVTKClass.obj : error LNK2019: unresolved external symbol
> __imp_PyCFunction_NewEx referenced in function "struct _object * __cdecl
> PyVTKClassMetaType_GetAttr(struct _object *,struct _object *)"
> (?PyVTKClassMetaType_GetAttr@@YAPEAU_object@@PEAU1 at 0@Z)
> 3>PyVTKObject.obj : error LNK2001: unresolved external symbol
> __imp_PyCFunction_NewEx
> 3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol
> __imp_PyCFunction_NewEx
> 3>PyVTKClass.obj : error LNK2019: unresolved external symbol
> __imp_PyDict_SetItemString referenced in function PyVTKClass_GetDict
> 3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol
> __imp_PyDict_SetItemString
> 3>PyVTKClass.obj : error LNK2019: unresolved external symbol
> __imp_PyDict_New referenced in function PyVTKClass_GetDict
> 3>PyVTKObject.obj : error LNK2001: unresolved external symbol
> __imp_PyDict_New
> 3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol
> __imp_PyDict_New
> 3>PyVTKClass.obj : error LNK2019: unresolved external symbol
> __imp_PyObject_GC_Track referenced in function PyVTKClass_New
> 3>PyVTKObject.obj : error LNK2001: unresolved external symbol
> __imp_PyObject_GC_Track
> 3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol
> __imp_PyObject_GC_Track
> 3>PyVTKClass.obj : error LNK2019: unresolved external symbol
> __imp__PyObject_GC_New referenced in function PyVTKClass_New
> 3>PyVTKObject.obj : error LNK2001: unresolved external symbol
> __imp__PyObject_GC_New
> 3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol
> __imp__PyObject_GC_New
> 3>PyVTKClass.obj : error LNK2019: unresolved external symbol
> __imp_PyString_InternFromString referenced in function PyVTKClass_New
> 3>PyVTKClass.obj : error LNK2019: unresolved external symbol
> __imp_PyDict_DelItemString referenced in function "struct _object * __cdecl
> PyVTKClass_NewSubclass(struct _object *,struct _object *,struct _object *)"
> (?PyVTKClass_NewSubclass@@YAPEAU_object@@PEAU1 at 00@Z)
> 3>PyVTKClass.obj : error LNK2019: unresolved external symbol
> __imp_PyEval_GetGlobals referenced in function "struct _object * __cdecl
> PyVTKClass_NewSubclass(struct _object *,struct _object *,struct _object *)"
> (?PyVTKClass_NewSubclass@@YAPEAU_object@@PEAU1 at 00@Z)
> 3>PyVTKClass.obj : error LNK2019: unresolved external symbol
> __imp_PyDict_GetItemString referenced in function "struct _object * __cdecl
> PyVTKClass_NewSubclass(struct _object *,struct _object *,struct _object *)"
> (?PyVTKClass_NewSubclass@@YAPEAU_object@@PEAU1 at 00@Z)
> 3>PyVTKClass.obj : error LNK2019: unresolved external symbol
> __imp_PyTuple_GetItem referenced in function "struct _object * __cdecl
> PyVTKClass_NewSubclass(struct _object *,struct _object *,struct _object *)"
> (?PyVTKClass_NewSubclass@@YAPEAU_object@@PEAU1 at 00@Z)
> 3>PyVTKObject.obj : error LNK2001: unresolved external symbol
> __imp_PyTuple_GetItem
> 3>PyVTKClass.obj : error LNK2019: unresolved external symbol
> __imp_PyArg_ParseTupleAndKeywords referenced in function "struct _object *
> __cdecl PyVTKClass_NewSubclass(struct _object *,struct _object *,struct
> _object *)" (?PyVTKClass_NewSubclass@@YAPEAU_object@@PEAU1 at 00@Z)
> 3>PyVTKClass.obj : error LNK2019: unresolved external symbol
> __imp_PyDict_Keys referenced in function "struct _object * __cdecl
> PyVTKClass_Dir(struct _object *,struct _object *)" (?PyVTKClass_Dir@
> @YAPEAU_object@@PEAU1 at 0@Z)
> 3>PyVTKClass.obj : error LNK2019: unresolved external symbol
> __imp_PyDict_Update referenced in function "struct _object * __cdecl
> PyVTKClass_Dir(struct _object *,struct _object *)" (?PyVTKClass_Dir@
> @YAPEAU_object@@PEAU1 at 0@Z)
> 3>PyVTKClass.obj : error LNK2019: unresolved external symbol
> __imp_PyType_Type referenced in function "void __cdecl `dynamic initializer
> for 'PyVTKClassMetaType''(void)" (??__EPyVTKClassMetaType@@YAXXZ)
> 3>PyVTKMutableObject.obj : error LNK2001: unresolved external symbol
> __imp_PyType_Type
> 3>PyVTKObject.obj : error LNK2001: unresolved external symbol
> __imp_PyType_Type
> 3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol
> __imp_PyType_Type
> 3>PyVTKClass.obj : error LNK2019: unresolved external symbol
> __imp_PyClass_Type referenced in function "void __cdecl `dynamic
> initializer for 'PyVTKClass_Type''(void)" (??__EPyVTKClass_Type@@YAXXZ)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_CoerceEx referenced in function "int __cdecl
> PyVTKMutableObject_Coerce(struct _object * *,struct _object * *)"
> (?PyVTKMutableObject_Coerce@@YAHPEAPEAU_object@@0 at Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_ToBase referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Hex(struct _object *)" (?PyVTKMutableObject_Hex@
> @YAPEAU_object@@PEAU1@@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_Add referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Add(struct _object *,struct _object *)"
> (?PyVTKMutableObject_Add@@YAPEAU_object@@PEAU1 at 0@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_Subtract referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Subtract(struct _object *,struct _object *)"
> (?PyVTKMutableObject_Subtract@@YAPEAU_object@@PEAU1 at 0@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_Multiply referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Multiply(struct _object *,struct _object *)"
> (?PyVTKMutableObject_Multiply@@YAPEAU_object@@PEAU1 at 0@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_Divide referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Divide(struct _object *,struct _object *)"
> (?PyVTKMutableObject_Divide@@YAPEAU_object@@PEAU1 at 0@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_Remainder referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Remainder(struct _object *,struct _object *)"
> (?PyVTKMutableObject_Remainder@@YAPEAU_object@@PEAU1 at 0@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_Divmod referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Divmod(struct _object *,struct _object *)"
> (?PyVTKMutableObject_Divmod@@YAPEAU_object@@PEAU1 at 0@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_Power referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Power(struct _object *,struct _object *,struct _object
> *)" (?PyVTKMutableObject_Power@@YAPEAU_object@@PEAU1 at 00@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_Negative referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Negative(struct _object *)"
> (?PyVTKMutableObject_Negative@@YAPEAU_object@@PEAU1@@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_Positive referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Positive(struct _object *)"
> (?PyVTKMutableObject_Positive@@YAPEAU_object@@PEAU1@@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_Absolute referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Absolute(struct _object *)"
> (?PyVTKMutableObject_Absolute@@YAPEAU_object@@PEAU1@@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_Invert referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Invert(struct _object *)" (?PyVTKMutableObject_Invert@
> @YAPEAU_object@@PEAU1@@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_Lshift referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Lshift(struct _object *,struct _object *)"
> (?PyVTKMutableObject_Lshift@@YAPEAU_object@@PEAU1 at 0@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_Rshift referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Rshift(struct _object *,struct _object *)"
> (?PyVTKMutableObject_Rshift@@YAPEAU_object@@PEAU1 at 0@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_And referenced in function "struct _object * __cdecl
> PyVTKMutableObject_And(struct _object *,struct _object *)"
> (?PyVTKMutableObject_And@@YAPEAU_object@@PEAU1 at 0@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_Or referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Or(struct _object *,struct _object *)"
> (?PyVTKMutableObject_Or@@YAPEAU_object@@PEAU1 at 0@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_Xor referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Xor(struct _object *,struct _object *)"
> (?PyVTKMutableObject_Xor@@YAPEAU_object@@PEAU1 at 0@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_Int referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Int(struct _object *)" (?PyVTKMutableObject_Int@
> @YAPEAU_object@@PEAU1@@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_Long referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Long(struct _object *)" (?PyVTKMutableObject_Long@
> @YAPEAU_object@@PEAU1@@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_Float referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Float(struct _object *)" (?PyVTKMutableObject_Float@
> @YAPEAU_object@@PEAU1@@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_FloorDivide referenced in function "struct _object * __cdecl
> PyVTKMutableObject_FloorDivide(struct _object *,struct _object *)"
> (?PyVTKMutableObject_FloorDivide@@YAPEAU_object@@PEAU1 at 0@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_TrueDivide referenced in function "struct _object * __cdecl
> PyVTKMutableObject_TrueDivide(struct _object *,struct _object *)"
> (?PyVTKMutableObject_TrueDivide@@YAPEAU_object@@PEAU1 at 0@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyNumber_Index referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Index(struct _object *)" (?PyVTKMutableObject_Index@
> @YAPEAU_object@@PEAU1@@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyObject_Free referenced in function "void __cdecl
> PyVTKMutableObject_Delete(struct _object *)" (?PyVTKMutableObject_Delete@
> @YAXPEAU_object@@@Z)
> 3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol
> __imp_PyObject_Free
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyObject_Repr referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Repr(struct _object *)" (?PyVTKMutableObject_Repr@
> @YAPEAU_object@@PEAU1@@Z)
> 3>PyVTKSpecialObject.obj : error LNK2001: unresolved external symbol
> __imp_PyObject_Repr
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyObject_Str referenced in function "struct _object * __cdecl
> PyVTKMutableObject_Str(struct _object *)" (?PyVTKMutableObject_Str@
> @YAPEAU_object@@PEAU1@@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyObject_RichCompare referenced in function "struct _object * __cdecl
> PyVTKMutableObject_RichCompare(struct _object *,struct _object *,int)"
> (?PyVTKMutableObject_RichCompare@@YAPEAU_object@@PEAU1 at 0H@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyObject_GenericGetAttr referenced in function "struct _object *
> __cdecl PyVTKMutableObject_GetAttr(struct _object *,struct _object *)"
> (?PyVTKMutableObject_GetAttr@@YAPEAU_object@@PEAU1 at 0@Z)
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp__PyObject_New referenced in function "struct _object * __cdecl
> PyVTKMutableObject_New(struct _typeobject *,struct _object *,struct _object
> *)" (?PyVTKMutableObject_New@@YAPEAU_object@@PEAU_typeobject@@PEAU1 at 1@Z)
> 3>PyVTKSpecialObject.obj : error LNK2001: unresolved external symbol
> __imp__PyObject_New
> 3>PyVTKMutableObject.obj : error LNK2019: unresolved external symbol
> __imp_PyObject_HashNotImplemented referenced in function "void __cdecl
> `dynamic initializer for 'PyVTKMutableObject_Type''(void)"
> (??__EPyVTKMutableObject_Type@@YAXXZ)
> 3>PyVTKObject.obj : error LNK2019: unresolved external symbol
> __imp_PyDict_DelItem referenced in function "int __cdecl
> PyVTKObject_SetAttr(struct _object *,struct _object *,struct _object *)"
> (?PyVTKObject_SetAttr@@YAHPEAU_object@@00 at Z)
> 3>PyVTKObject.obj : error LNK2019: unresolved external symbol
> __imp_PyDict_SetItem referenced in function "int __cdecl
> PyVTKObject_SetAttr(struct _object *,struct _object *,struct _object *)"
> (?PyVTKObject_SetAttr@@YAHPEAU_object@@00 at Z)
> 3>PyVTKTemplate.obj : error LNK2001: unresolved external symbol
> __imp_PyDict_SetItem
> 3>PyVTKObject.obj : error LNK2019: unresolved external symbol
> __imp_PyExc_RuntimeError referenced in function "int __cdecl
> PyVTKObject_SetAttr(struct _object *,struct _object *,struct _object *)"
> (?PyVTKObject_SetAttr@@YAHPEAU_object@@00 at Z)
> 3>PyVTKObject.obj : error LNK2019: unresolved external symbol
> __imp_PyMethod_New referenced in function "struct _object * __cdecl
> PyVTKObject_GetAttr(struct _object *,struct _object *)"
> (?PyVTKObject_GetAttr@@YAPEAU_object@@PEAU1 at 0@Z)
> 3>PyVTKObject.obj : error LNK2019: unresolved external symbol
> __imp_PyCFunction_Type referenced in function "struct _object * __cdecl
> PyVTKObject_GetAttr(struct _object *,struct _object *)"
> (?PyVTKObject_GetAttr@@YAPEAU_object@@PEAU1 at 0@Z)
> 3>PyVTKObject.obj : error LNK2019: unresolved external symbol
> __imp_PyObject_ClearWeakRefs referenced in function "void __cdecl
> PyVTKObject_Delete(struct _object *)" (?PyVTKObject_Delete@
> @YAXPEAU_object@@@Z)
> 3>PyVTKSpecialObject.obj : error LNK2019: unresolved external symbol
> __imp_PyBaseObject_Type referenced in function PyVTKSpecialObject_Repr
> 3>PyVTKSpecialObject.obj : error LNK2019: unresolved external symbol
> __imp_PyString_ConcatAndDel referenced in function PyVTKSpecialObject_Repr
> 3>PyVTKSpecialObject.obj : error LNK2019: unresolved external symbol
> __imp_Py_ReprLeave referenced in function PyVTKSpecialObject_SequenceString
> 3>PyVTKSpecialObject.obj : error LNK2019: unresolved external symbol
> __imp_PyString_Concat referenced in function
> PyVTKSpecialObject_SequenceString
> 3>PyVTKSpecialObject.obj : error LNK2019: unresolved external symbol
> __imp_Py_ReprEnter referenced in function PyVTKSpecialObject_SequenceString
> 3>PyVTKSpecialObject.obj : error LNK2019: unresolved external symbol
> __imp_PyType_Ready referenced in function PyVTKSpecialType_New
> 3>PyVTKTemplate.obj : error LNK2019: unresolved external symbol
> __imp_PyObject_CallMethod referenced in function "struct _object * __cdecl
> PyVTKTemplate_HasKey(struct _object *,struct _object *)"
> (?PyVTKTemplate_HasKey@@YAPEAU_object@@PEAU1 at 0@Z)
> 3>PyVTKTemplate.obj : error LNK2019: unresolved external symbol
> __imp_PyObject_Size referenced in function "__int64 __cdecl
> PyVTKTemplate_Size(struct _object *)" (?PyVTKTemplate_Size@
> @YA_JPEAU_object@@@Z)
> 3>PyVTKTemplate.obj : error LNK2019: unresolved external symbol
> __imp_PyObject_GetItem referenced in function "struct _object * __cdecl
> PyVTKTemplate_GetItem(struct _object *,struct _object *)"
> (?PyVTKTemplate_GetItem@@YAPEAU_object@@PEAU1 at 0@Z)
> 3>C:\Users\310127444\Tools\VTK5.10.1\build\bin\Release\vtkPythonCore.dll :
> fatal error LNK1120: 124 unresolved externals
> 3>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20140113/96c5b8e2/attachment-0001.html>


More information about the vtkusers mailing list