Hi, I just wanted to build MITK under VS2008 x64 in Win32 Release mode. I get compile errors when building ITK.
2>1>------ Build started: Project: ITKCommon, Configuration: Release Win32 ------ 2>1>Compiling... 2>1>itkOneWayEquivalencyTable.cxx 2>1>itkEquivalencyTable.cxx 2>1>d:\walter\src\mitk_superbuild\cmakeexternals\source\itk\code\common\itkOneWayEquivalencyTable.h(60) : error C2976: 'itk::hash_map' : too few template arguments 2>1> d:\walter\src\mitk_superbuild\cmakeexternals\source\itk\code\common\itk_hash_map.h(132) : see declaration of 'itk::hash_map' 2>1>d:\walter\src\mitk_superbuild\cmakeexternals\source\itk\code\common\itkEquivalencyTable.h(60) : error C2976: 'itk::hash_map' : too few template arguments 2>1> d:\walter\src\mitk_superbuild\cmakeexternals\source\itk\code\common\itk_hash_map.h(132) : see declaration of 'itk::hash_map' 2>1>d:\walter\src\mitk_superbuild\cmakeexternals\source\itk\code\common\itkOneWayEquivalencyTable.h(61) : error C2955: 'itk::hash_map' : use of class template requires template argument list 2>1> d:\walter\src\mitk_superbuild\cmakeexternals\source\itk\code\common\itk_hash_map.h(132) : see declaration of 'itk::hash_map' 2>1>d:\walter\src\mitk_superbuild\cmakeexternals\source\itk\code\common\itkEquivalencyTable.h(61) : error C2955: 'itk::hash_map' : use of class template requires template argument list 2>1> d:\walter\src\mitk_superbuild\cmakeexternals\source\itk\code\common\itk_hash_map.h(132) : see declaration of 'itk::hash_map' 2>1>d:\walter\src\mitk_superbuild\cmakeexternals\source\itk\code\common\itkOneWayEquivalencyTable.h(62) : error C2955: 'itk::hash_map' : use of class template requires template argument list 2>1> d:\walter\src\mitk_superbuild\cmakeexternals\source\itk\code\common\itk_hash_map.h(132) : see declaration of 'itk::hash_map' 2>1>d:\walter\src\mitk_superbuild\cmakeexternals\source\itk\code\common\itkEquivalencyTable.h(62) : error C2955: 'itk::hash_map' : use of class template requires template argument list 2>1> d:\walter\src\mitk_superbuild\cmakeexternals\source\itk\code\common\itk_hash_map.h(132) : see declaration of 'itk::hash_map' 2>1>d:\walter\src\mitk_superbuild\cmakeexternals\source\itk\code\common\itkOneWayEquivalencyTable.h(63) : error C2955: 'itk::hash_map' : use of class template requires template argument list 2>1> d:\walter\src\mitk_superbuild\cmakeexternals\source\itk\code\common\itk_hash_map.h(132) : see declaration of 'itk::hash_map' 2>1>d:\walter\src\mitk_superbuild\cmakeexternals\source\itk\code\common\itkEquivalencyTable.h(63) : error C2955: 'itk::hash_map' : use of class template requires template argument list 2>1> d:\walter\src\mitk_superbuild\cmakeexternals\source\itk\code\common\itk_hash_map.h(132) : see declaration of 'itk::hash_map' 2>1>d:\walter\src\mitk_superbuild\cmakeexternals\source\itk\code\common\itkOneWayEquivalencyTable.h(84) : error C2663: 'itk::hash_map<Key,T,HashFcn,EqualKey,Alloc>::find' : 2 overloads have no legal conversion for 'this' pointer 2>1>d:\walter\src\mitk_superbuild\cmakeexternals\source\itk\code\common\itkEquivalencyTable.h(124) : error C2955: 'itk::hash_map' : use of class template requires template argument list ... I chose Visual Studio 9 x32 in CMake when I generated the project files. Does somebody have an idea, what is going wrong? Thank you! Best regards, Walter Dastrù Walter Dastru' Research Fellow Faculty of Pharmacy University of Torino Molecular Imaging Center - Via Nizza 52 tel. +39-011-670 6477/6493 fax +39-011-670 6487 ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
