Mehdi-<br><br>This compilation error is due to a recent change in itkVersion.*. The Get version methods implementation have been moved from the header to the implementation (.cxx) file. <br><br>Actually this change was not correct and I believe it will be reverted back soon in ITK CVS.  Luis Ibanez is working on it.<br>
<br>In the meantime, you can locally roll back the recent change in itkVersion.* in your ITK check out.<br><br>HTH,<br>-Andinet<br><br><div class="gmail_quote">On Thu, Aug 27, 2009 at 12:01 AM, Haiying Liu <span dir="ltr"><<a href="mailto:hliu@bwh.harvard.edu">hliu@bwh.harvard.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>Hi Mehdi,<br>
<br>
I forward your error messages to the igstk-developers mailing list. Hope you can get answers there.<br>
<br>
Haiying<br>
<br>
Mehdi Esteghamatian wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello All,<br>
<br>
I am try to compile the IGSTK on Windows XP for my Slicer3. However, it throws out the following error. As such, it is a link error complaining about the unresolved symbols.<br>
<br>
 As I read the the wiki page in this regards ('<a href="http://wiki.na-mic.org/Wiki/index.php/IGT:ToolKit/Build-IGSTK%27" target="_blank">http://wiki.na-mic.org/Wiki/index.php/IGT:ToolKit/Build-IGSTK'</a>), I have to installed that in Slicer3-build folder. However, I did not do so.<br>

<br>
I was wonder if this error has something to do with that or not?<br>
<br>
Thank you so much,<br>
<br>
Mehdi<br>
<br>
<br>
1>------ Build started: Project: igstkVersionTest, Configuration: Debug Win32 ------<br>
2>------ Skipped Build: Project: RUN_TESTS, Configuration: Debug Win32 ------<br>
2>Project not selected to build for this solution configuration<br>
3>------ Skipped Build: Project: NightlyMemoryCheck, Configuration: Debug Win32 ------<br>
3>Project not selected to build for this solution configuration<br>
4>------ Skipped Build: Project: Nightly, Configuration: Debug Win32 ------<br>
4>Project not selected to build for this solution configuration<br>
5>------ Skipped Build: Project: Continuous, Configuration: Debug Win32 ------<br>
5>Project not selected to build for this solution configuration<br>
6>------ Skipped Build: Project: Experimental, Configuration: Debug Win32 ------<br>
6>Project not selected to build for this solution configuration<br>
1>Linking...<br>
1>igstkVersionTest.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static char const * __cdecl itk::Version::GetITKSourceVersion(void)" (__imp_?GetITKSourceVersion@Version@itk@@SAPBDXZ) referenced in function _main<br>

1>igstkVersionTest.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static int __cdecl itk::Version::GetITKBuildVersion(void)" (__imp_?GetITKBuildVersion@Version@itk@@SAHXZ) referenced in function _main<br>

1>igstkVersionTest.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static int __cdecl itk::Version::GetITKMinorVersion(void)" (__imp_?GetITKMinorVersion@Version@itk@@SAHXZ) referenced in function _main<br>

1>igstkVersionTest.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static int __cdecl itk::Version::GetITKMajorVersion(void)" (__imp_?GetITKMajorVersion@Version@itk@@SAHXZ) referenced in function _main<br>

1>igstkVersionTest.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static char const * __cdecl itk::Version::GetITKVersion(void)" (__imp_?GetITKVersion@Version@itk@@SAPBDXZ) referenced in function _main<br>

1>C:\Documents and Settings\mehdie\My Documents\Research\IGSTK-build3\bin\Debug\igstkVersionTest.exe : fatal error LNK1120: 5 unresolved externals<br>
1>Build log was saved at "file://c:\Documents and Settings\mehdie\My Documents\Research\IGSTK-build3\Testing\igstkVersionTest.dir\Debug\BuildLog.htm"<br>
1>igstkVersionTest - 6 error(s), 0 warning(s)<br>
7>------ Skipped Build: Project: PACKAGE, Configuration: Debug Win32 ------<br>
7>Project not selected to build for this solution configuration<br>
8>------ Skipped Build: Project: INSTALL, Configuration: Debug Win32 ------<br>
8>Project not selected to build for this solution configuration<br>
========== Build: 0 succeeded, 1 failed, 14 up-to-date, 7 skipped ==========<br>
<br>
<br>
</blockquote>
<br>
<br>
<br>_______________________________________________<br>
IGSTK-Developers mailing list<br>
<a href="mailto:IGSTK-Developers@public.kitware.com">IGSTK-Developers@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-developers" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-developers</a><br></blockquote></div><br>