I get the following linking errors while building MITO with debug config (VS2008): Error 195 error LNK2019: unresolved external symbol _vtk_TIFFClose referenced in function "public: void __thiscall vtkTIFFReaderInternal::Clean(void)" (?Clean@vtkTIFFReaderInternal@@QAEXXZ) vtkIO.lib MITO Error 196 error LNK2019: unresolved external symbol _vtk_TIFFSetWarningHandler referenced in function "public: __thiscall vtkTIFFReaderInternal::vtkTIFFReaderInternal(void)" (??0vtkTIFFReaderInternal@@QAE@XZ) vtkIO.lib MITO Error 197 error LNK2019: unresolved external symbol _vtk_TIFFSetErrorHandler referenced in function "public: __thiscall vtkTIFFReaderInternal::vtkTIFFReaderInternal(void)" (??0vtkTIFFReaderInternal@@QAE@XZ) vtkIO.lib MITO Error 198 error LNK2019: unresolved external symbol _vtk_TIFFGetField referenced in function "protected: void __thiscall vtkTIFFReader::GetColor(int,unsigned short *,unsigned short *,unsigned short *)" (?GetColor@vtkTIFFReader@@IAEXHPAG00@Z) vtkIO.lib MITO Error 199 error LNK2019: unresolved external symbol _vtk_TIFFReadTile referenced in function "public: virtual void __thiscall vtkTIFFReader::ReadTiles(void *)" (?ReadTiles@vtkTIFFReader@@UAEXPAX@Z) vtkIO.lib MITO Error 200 error LNK2019: unresolved external symbol _vtk_TIFFGetFieldDefaulted referenced in function "public: int __thiscall vtkTIFFReaderInternal::Initialize(void)" (?Initialize@vtkTIFFReaderInternal@@QAEHXZ) vtkIO.lib MITO Error 201 error LNK2019: unresolved external symbol _vtk_TIFFSetDirectory referenced in function "public: int __thiscall vtkTIFFReaderInternal::Initialize(void)" (?Initialize@vtkTIFFReaderInternal@@QAEHXZ) vtkIO.lib MITO Error 202 error LNK2019: unresolved external symbol _vtk_TIFFReadDirectory referenced in function "public: int __thiscall vtkTIFFReaderInternal::Initialize(void)" (?Initialize@vtkTIFFReaderInternal@@QAEHXZ) vtkIO.lib MITO Error 203 error LNK2019: unresolved external symbol _vtk_TIFFNumberOfTiles referenced in function "public: int __thiscall vtkTIFFReaderInternal::Initialize(void)" (?Initialize@vtkTIFFReaderInternal@@QAEHXZ) vtkIO.lib MITO Error 204 error LNK2019: unresolved external symbol _vtk_TIFFIsTiled referenced in function "public: int __thiscall vtkTIFFReaderInternal::Initialize(void)" (?Initialize@vtkTIFFReaderInternal@@QAEHXZ) vtkIO.lib MITO Error 205 error LNK2019: unresolved external symbol _vtk_TIFFNumberOfDirectories referenced in function "public: int __thiscall vtkTIFFReaderInternal::Initialize(void)" (?Initialize@vtkTIFFReaderInternal@@QAEHXZ) vtkIO.lib MITO Error 206 error LNK2019: unresolved external symbol _vtk__TIFFfree referenced in function "protected: void __thiscall vtkTIFFReader::ReadTwoSamplesPerPixelImage(void *,unsigned int,unsigned int)" (?ReadTwoSamplesPerPixelImage@vtkTIFFReader@@IAEXPAXII@Z) vtkIO.lib MITO Error 207 error LNK2019: unresolved external symbol _vtk_TIFFReadScanline referenced in function "protected: void __thiscall vtkTIFFReader::ReadTwoSamplesPerPixelImage(void *,unsigned int,unsigned int)" (?ReadTwoSamplesPerPixelImage@vtkTIFFReader@@IAEXPAXII@Z) vtkIO.lib MITO Error 208 error LNK2019: unresolved external symbol _vtk__TIFFmalloc referenced in function "protected: void __thiscall vtkTIFFReader::ReadTwoSamplesPerPixelImage(void *,unsigned int,unsigned int)" (?ReadTwoSamplesPerPixelImage@vtkTIFFReader@@IAEXPAXII@Z) vtkIO.lib MITO Error 209 error LNK2019: unresolved external symbol _vtk_TIFFScanlineSize referenced in function "protected: void __thiscall vtkTIFFReader::ReadTwoSamplesPerPixelImage(void *,unsigned int,unsigned int)" (?ReadTwoSamplesPerPixelImage@vtkTIFFReader@@IAEXPAXII@Z) vtkIO.lib MITO Error 210 error LNK2019: unresolved external symbol _vtk_TIFFReadRGBAImage referenced in function "public: void __thiscall vtkTIFFReader::ReadImageInternal(void *,void *,int *,unsigned int)" (?ReadImageInternal@vtkTIFFReader@@QAEXPAX0PAHI@Z) vtkIO.lib MITO Error 211 error LNK2019: unresolved external symbol _vtk_TIFFOpen referenced in function "public: int __thiscall vtkTIFFReaderInternal::Open(char const *)" (?Open@vtkTIFFReaderInternal@@QAEHPBD@Z) vtkIO.lib MITO
We have just added a PDF file that provides a step-by-step guide to the compilation of MITO v2.0
Where i can find this guide?
Log in to post a comment.
I get the following linking errors while building MITO with debug config (VS2008):
Error 195 error LNK2019: unresolved external symbol _vtk_TIFFClose referenced in function "public: void __thiscall vtkTIFFReaderInternal::Clean(void)" (?Clean@vtkTIFFReaderInternal@@QAEXXZ) vtkIO.lib MITO
Error 196 error LNK2019: unresolved external symbol _vtk_TIFFSetWarningHandler referenced in function "public: __thiscall vtkTIFFReaderInternal::vtkTIFFReaderInternal(void)" (??0vtkTIFFReaderInternal@@QAE@XZ) vtkIO.lib MITO
Error 197 error LNK2019: unresolved external symbol _vtk_TIFFSetErrorHandler referenced in function "public: __thiscall vtkTIFFReaderInternal::vtkTIFFReaderInternal(void)" (??0vtkTIFFReaderInternal@@QAE@XZ) vtkIO.lib MITO
Error 198 error LNK2019: unresolved external symbol _vtk_TIFFGetField referenced in function "protected: void __thiscall vtkTIFFReader::GetColor(int,unsigned short *,unsigned short *,unsigned short *)" (?GetColor@vtkTIFFReader@@IAEXHPAG00@Z) vtkIO.lib MITO
Error 199 error LNK2019: unresolved external symbol _vtk_TIFFReadTile referenced in function "public: virtual void __thiscall vtkTIFFReader::ReadTiles(void *)" (?ReadTiles@vtkTIFFReader@@UAEXPAX@Z) vtkIO.lib MITO
Error 200 error LNK2019: unresolved external symbol _vtk_TIFFGetFieldDefaulted referenced in function "public: int __thiscall vtkTIFFReaderInternal::Initialize(void)" (?Initialize@vtkTIFFReaderInternal@@QAEHXZ) vtkIO.lib MITO
Error 201 error LNK2019: unresolved external symbol _vtk_TIFFSetDirectory referenced in function "public: int __thiscall vtkTIFFReaderInternal::Initialize(void)" (?Initialize@vtkTIFFReaderInternal@@QAEHXZ) vtkIO.lib MITO
Error 202 error LNK2019: unresolved external symbol _vtk_TIFFReadDirectory referenced in function "public: int __thiscall vtkTIFFReaderInternal::Initialize(void)" (?Initialize@vtkTIFFReaderInternal@@QAEHXZ) vtkIO.lib MITO
Error 203 error LNK2019: unresolved external symbol _vtk_TIFFNumberOfTiles referenced in function "public: int __thiscall vtkTIFFReaderInternal::Initialize(void)" (?Initialize@vtkTIFFReaderInternal@@QAEHXZ) vtkIO.lib MITO
Error 204 error LNK2019: unresolved external symbol _vtk_TIFFIsTiled referenced in function "public: int __thiscall vtkTIFFReaderInternal::Initialize(void)" (?Initialize@vtkTIFFReaderInternal@@QAEHXZ) vtkIO.lib MITO
Error 205 error LNK2019: unresolved external symbol _vtk_TIFFNumberOfDirectories referenced in function "public: int __thiscall vtkTIFFReaderInternal::Initialize(void)" (?Initialize@vtkTIFFReaderInternal@@QAEHXZ) vtkIO.lib MITO
Error 206 error LNK2019: unresolved external symbol _vtk__TIFFfree referenced in function "protected: void __thiscall vtkTIFFReader::ReadTwoSamplesPerPixelImage(void *,unsigned int,unsigned int)" (?ReadTwoSamplesPerPixelImage@vtkTIFFReader@@IAEXPAXII@Z) vtkIO.lib MITO
Error 207 error LNK2019: unresolved external symbol _vtk_TIFFReadScanline referenced in function "protected: void __thiscall vtkTIFFReader::ReadTwoSamplesPerPixelImage(void *,unsigned int,unsigned int)" (?ReadTwoSamplesPerPixelImage@vtkTIFFReader@@IAEXPAXII@Z) vtkIO.lib MITO
Error 208 error LNK2019: unresolved external symbol _vtk__TIFFmalloc referenced in function "protected: void __thiscall vtkTIFFReader::ReadTwoSamplesPerPixelImage(void *,unsigned int,unsigned int)" (?ReadTwoSamplesPerPixelImage@vtkTIFFReader@@IAEXPAXII@Z) vtkIO.lib MITO
Error 209 error LNK2019: unresolved external symbol _vtk_TIFFScanlineSize referenced in function "protected: void __thiscall vtkTIFFReader::ReadTwoSamplesPerPixelImage(void *,unsigned int,unsigned int)" (?ReadTwoSamplesPerPixelImage@vtkTIFFReader@@IAEXPAXII@Z) vtkIO.lib MITO
Error 210 error LNK2019: unresolved external symbol _vtk_TIFFReadRGBAImage referenced in function "public: void __thiscall vtkTIFFReader::ReadImageInternal(void *,void *,int *,unsigned int)" (?ReadImageInternal@vtkTIFFReader@@QAEXPAX0PAHI@Z) vtkIO.lib MITO
Error 211 error LNK2019: unresolved external symbol _vtk_TIFFOpen referenced in function "public: int __thiscall vtkTIFFReaderInternal::Open(char const *)" (?Open@vtkTIFFReaderInternal@@QAEHPBD@Z) vtkIO.lib MITO
We have just added a PDF file that provides a step-by-step guide to the compilation of MITO v2.0
Where i can find this guide?