Hello, thanks for reporting the issue. The first error is related to Stellar, an experimental component that is not in production use right now. There's a CMake flag to switch that off. As to the other errors I have to look into that.
If you are interested in just installing vmtk though, there are binary installers for several platforms including Windows at http://sourceforge.net/projects/vmtk/files/ Let me know if you still need to compile vmtk for your purposes. Best regards Luca On May 31, 2011, at 5:24 AM, ch...@cs.uh.edu wrote: > Hi, > > I am trying to install vmtk, as per the instructions on > http://www.vmtk.org/pmwiki/uploads/Main/How-to-compile-VMTK-on-windows-visualstudio.pdf. > > I am getting following build errors. > > > Error 372 fatal error C1083: Cannot open include file: 'sys/time.h': No > such file or > directory c:\vmtk\vmtks\vtkvmtk\utilities\stellar_1.0\src\Starbase.h > 9 Stellar > Error 463 error LNK2019: unresolved external symbol "__declspec(dllimport) > const vtkvmtkAppendFilter::`vftable'" (__imp_??_7vtkvmtkAppendFilter@@6B@) > referenced in function "protected: __thiscall > vtkvmtkAppendFilter::vtkvmtkAppendFilter(void)" > (??0vtkvmtkAppendFilter@@IAE@XZ) vtkvmtkAppendFilter.obj > vtkvmtkComputationalGeometry > Error 464 error LNK2001: unresolved external symbol "private: virtual char > const * __thiscall vtkvmtkAppendFilter::GetClassNameInternal(void)const " > (?GetClassNameInternal@vtkvmtkAppendFilter@@EBEPBDXZ) vtkvmtkAppendFilter.obj > vtkvmtkComputationalGeometry > Error 465 error LNK2001: unresolved external symbol "public: virtual int > __thiscall vtkvmtkAppendFilter::IsA(char const *)" > (?IsA@vtkvmtkAppendFilter@@UAEHPBD@Z) vtkvmtkAppendFilter.obj > vtkvmtkComputationalGeometry > Error 466 error LNK2001: unresolved external symbol "protected: virtual > class vtkObjectBase * __thiscall > vtkvmtkAppendFilter::NewInstanceInternal(void)const " > (?NewInstanceInternal@vtkvmtkAppendFilter@@MBEPAVvtkObjectBase@@XZ) > vtkvmtkAppendFilter.obj vtkvmtkComputationalGeometry > Error 467 error LNK2001: unresolved external symbol "public: virtual void > __thiscall vtkvmtkAppendFilter::SetMergeDuplicatePoints(int)" > (?SetMergeDuplicatePoints@vtkvmtkAppendFilter@@UAEXH@Z) > vtkvmtkAppendFilter.obj vtkvmtkComputationalGeometry > Error 468 error LNK2001: unresolved external symbol "public: virtual int > __thiscall vtkvmtkAppendFilter::GetMergeDuplicatePoints(void)" > (?GetMergeDuplicatePoints@vtkvmtkAppendFilter@@UAEHXZ) > vtkvmtkAppendFilter.obj vtkvmtkComputationalGeometry > Error 469 error LNK2001: unresolved external symbol "public: virtual void > __thiscall vtkvmtkAppendFilter::MergeDuplicatePointsOn(void)" > (?MergeDuplicatePointsOn@vtkvmtkAppendFilter@@UAEXXZ) vtkvmtkAppendFilter.obj > vtkvmtkComputationalGeometry > Error 470 error LNK2001: unresolved external symbol "public: virtual void > __thiscall vtkvmtkAppendFilter::MergeDuplicatePointsOff(void)" > (?MergeDuplicatePointsOff@vtkvmtkAppendFilter@@UAEXXZ) > vtkvmtkAppendFilter.obj vtkvmtkComputationalGeometry > Error 471 fatal error LNK1120: 8 unresolved > externals C:\vmtk\vmtkb\bin\Release\vtkvmtkComputationalGeometry.dll > vtkvmtkComputationalGeometry > Error 479 error LNK2019: unresolved external symbol "__declspec(dllimport) > public: virtual int __thiscall vtkvmtkAppendFilter::IsA(char const *)" > (__imp_?IsA@vtkvmtkAppendFilter@@UAEHPBD@Z) referenced in function "struct > _object * __cdecl PyvtkvmtkAppendFilter_IsA(struct _object *,struct > _object *)" > (?PyvtkvmtkAppendFilter_IsA@@YAPAU_object@@PAU1@0@Z) > vtkvmtkAppendFilterPython.obj vtkvmtkComputationalGeometryPythonD > Error 480 error LNK2019: unresolved external symbol "__declspec(dllimport) > public: class vtkvmtkAppendFilter * __thiscall > vtkvmtkAppendFilter::NewInstance(void)const " > (__imp_?NewInstance@vtkvmtkAppendFilter@@QBEPAV1@XZ) referenced in > function "struct _object * __cdecl > PyvtkvmtkAppendFilter_NewInstance(struct _object *,struct _object *)" > (?PyvtkvmtkAppendFilter_NewInstance@@YAPAU_object@@PAU1@0@Z) > vtkvmtkAppendFilterPython.obj vtkvmtkComputationalGeometryPythonD > Error 481 error LNK2019: unresolved external symbol "__declspec(dllimport) > public: static class vtkvmtkAppendFilter * __cdecl > vtkvmtkAppendFilter::SafeDownCast(class vtkObjectBase *)" > (__imp_?SafeDownCast@vtkvmtkAppendFilter@@SAPAV1@PAVvtkObjectBase@@@Z) > referenced in function "struct _object * __cdecl > PyvtkvmtkAppendFilter_SafeDownCast(struct _object *,struct _object *)" > (?PyvtkvmtkAppendFilter_SafeDownCast@@YAPAU_object@@PAU1@0@Z) > vtkvmtkAppendFilterPython.obj vtkvmtkComputationalGeometryPythonD > Error 482 error LNK2019: unresolved external symbol "__declspec(dllimport) > public: virtual void __thiscall > vtkvmtkAppendFilter::SetMergeDuplicatePoints(int)" > (__imp_?SetMergeDuplicatePoints@vtkvmtkAppendFilter@@UAEXH@Z) referenced > in function "struct _object * __cdecl > PyvtkvmtkAppendFilter_SetMergeDuplicatePoints(struct _object *,struct > _object *)" > (?PyvtkvmtkAppendFilter_SetMergeDuplicatePoints@@YAPAU_object@@PAU1@0@Z) > vtkvmtkAppendFilterPython.obj vtkvmtkComputationalGeometryPythonD > Error 483 error LNK2019: unresolved external symbol "__declspec(dllimport) > public: virtual int __thiscall > vtkvmtkAppendFilter::GetMergeDuplicatePoints(void)" > (__imp_?GetMergeDuplicatePoints@vtkvmtkAppendFilter@@UAEHXZ) referenced in > function "struct _object * __cdecl > PyvtkvmtkAppendFilter_GetMergeDuplicatePoints(struct _object *,struct > _object *)" > (?PyvtkvmtkAppendFilter_GetMergeDuplicatePoints@@YAPAU_object@@PAU1@0@Z) > vtkvmtkAppendFilterPython.obj vtkvmtkComputationalGeometryPythonD > Error 484 error LNK2019: unresolved external symbol "__declspec(dllimport) > public: virtual void __thiscall > vtkvmtkAppendFilter::MergeDuplicatePointsOn(void)" > (__imp_?MergeDuplicatePointsOn@vtkvmtkAppendFilter@@UAEXXZ) referenced in > function "struct _object * __cdecl > PyvtkvmtkAppendFilter_MergeDuplicatePointsOn(struct _object *,struct > _object *)" > (?PyvtkvmtkAppendFilter_MergeDuplicatePointsOn@@YAPAU_object@@PAU1@0@Z) > vtkvmtkAppendFilterPython.obj vtkvmtkComputationalGeometryPythonD > Error 485 error LNK2019: unresolved external symbol "__declspec(dllimport) > public: virtual void __thiscall > vtkvmtkAppendFilter::MergeDuplicatePointsOff(void)" > (__imp_?MergeDuplicatePointsOff@vtkvmtkAppendFilter@@UAEXXZ) referenced in > function "struct _object * __cdecl > PyvtkvmtkAppendFilter_MergeDuplicatePointsOff(struct _object *,struct > _object *)" > (?PyvtkvmtkAppendFilter_MergeDuplicatePointsOff@@YAPAU_object@@PAU1@0@Z) > vtkvmtkAppendFilterPython.obj vtkvmtkComputationalGeometryPythonD > Error 486 fatal error LNK1120: 7 unresolved > externals > C:\vmtk\vmtkb\bin\Release\vtkvmtkComputationalGeometryPythonD.dll > vtkvmtkComputationalGeometryPythonD > Error 679 error LNK2019: unresolved external symbol "__declspec(dllimport) > public: static class vtkvmtkAppendFilter * __cdecl > vtkvmtkAppendFilter::SafeDownCast(class vtkObjectBase *)" > (__imp_?SafeDownCast@vtkvmtkAppendFilter@@SAPAV1@PAVvtkObjectBase@@@Z) > referenced in function "int __cdecl vtkvmtkAppendFilterCppCommand(class > vtkvmtkAppendFilter *,struct Tcl_Interp *,int,char * * const)" > (?vtkvmtkAppendFilterCppCommand@@YAHPAVvtkvmtkAppendFilter@@PAUTcl_Interp@@HQAPAD@Z) > vtkvmtkAppendFilterTcl.obj vtkvmtkComputationalGeometryTCL > Error 680 error LNK2019: unresolved external symbol "__declspec(dllimport) > public: class vtkvmtkAppendFilter * __thiscall > vtkvmtkAppendFilter::NewInstance(void)const " > (__imp_?NewInstance@vtkvmtkAppendFilter@@QBEPAV1@XZ) referenced in > function "int __cdecl vtkvmtkAppendFilterCppCommand(class > vtkvmtkAppendFilter *,struct Tcl_Interp *,int,char * * const)" > (?vtkvmtkAppendFilterCppCommand@@YAHPAVvtkvmtkAppendFilter@@PAUTcl_Interp@@HQAPAD@Z) > vtkvmtkAppendFilterTcl.obj vtkvmtkComputationalGeometryTCL > Error 681 fatal error LNK1120: 2 unresolved > externals C:\vmtk\vmtkb\bin\Release\vtkvmtkComputationalGeometryTCL.dll > vtkvmtkComputationalGeometryTCL > > > > ------------------------------------------------------------------------------ > Simplify data backup and recovery for your virtual environment with vRanger. > Installation's a snap, and flexible recovery options mean your data is safe, > secure and there when you need it. Data protection magic? > Nope - It's vRanger. Get your free trial download today. > http://p.sf.net/sfu/quest-sfdev2dev > _______________________________________________ > vmtk-users mailing list > vmtk-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/vmtk-users ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Data protection magic? Nope - It's vRanger. Get your free trial download today. http://p.sf.net/sfu/quest-sfdev2dev _______________________________________________ vmtk-users mailing list vmtk-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vmtk-users