Hi All & Andinet,<br><br>I gave a shot to Example folder in the IGSTK. However, I could not compile it. I wonder why it did not compile when I built the whole source before?<br><br>BTW, I look into environment variables. I could track down a couple of variable called 'VTKBUILD' and 'VTKSOURCE' that are referring to respective paths. However, I still have the problem?!  <br><br>Thank you so much,<br><br>Mehdi<br><br><br>----- Original Message -----<br>From: Andinet Enquobahrie <andinet.enqu@kitware.com><br>Date: Tuesday, September 8, 2009 7:35 pm<br>Subject: Re: [IGSTK-Users] Build Problem<br>To: Mehdi Esteghamatian <mestegha@uwo.ca><br><br>> On Tue, Sep 8, 2009 at 5:48 PM, Mehdi <br>> Esteghamatian<mestegha@uwo.ca> wrote:<br>> > Perfect! It was compiled successfully. Nonetheless, when I am <br>> trying run<br>> > executable files in the bin folder it states it cannot find <br>> vtkCommon.dll?!<br>> This is a path problem... look into that.<br>> <br>> > BTW, please let me know if you removed <br>> 'OpenIGTLinkTrackerBroadcasting' from<br>> > the Sandbox? It used to work with "OpenIGTLink IF" module in <br>> the Slicer3? Is<br>> > there any replacement for that so that I can use the code to <br>> pull out<br>> > tracking information of the Aurora magnetic tracking system.<br>> <br>> This has been moved to the main IGSTK CVS.. look in  the <br>> examples subdirectory<br>> <br>> <br>> ><br>> ><br>> ><br>> > ----- Original Message -----<br>> > From: Andinet Enquobahrie <andinet.enqu@kitware.com><br>> > Date: Tuesday, September 8, 2009 3:08 pm<br>> > Subject: Re: [IGSTK-Users] Build Problem<br>> > To: Mehdi Esteghamatian <mestegha@uwo.ca><br>> > Cc: igstk-users@public.kitware.com<br>> ><br>> >> Hi Mehdi-<br>> >><br>> >> Can you try the CVS version?<br>> >><br>> >> cvs -d :pserver:anonymous@public.kitware.com:/cvsroot/IGSTK login<br>> >> answer by 'igstk'<br>> >> cvs -d :pserver:anonymous@public.kitware.com:/cvsroot/IGSTK <br>> co IGSTK<br>> >><br>> >><br>> >> For the sandbox:<br>> >><br>> >> cvs -d :pserver:anonymous@public.kitware.com:/cvsroot/IGSTK <br>> co Sandbox<br>> >><br>> >> Let us know if you still encounter compilation errors.<br>> >><br>> >> Thanks,<br>> >> -Andinet<br>> >><br>> >> On Tue, Sep 8, 2009 at 1:49 PM, Mehdi<br>> >> Esteghamatian<mestegha@uwo.ca> wrote:<br>> >> > Hello Everybody,<br>> >> ><br>> >> > I am trying to compile igstk-4-0 on Windows XP machine. I get<br>> >> stuck into ITK<br>> >> > version issue I think.<br>> >> ><br>> >> > MSVC threw the following error. I even replaced the<br>> >> itkVersion.cxx file with<br>> >> > an old one (InsightToolkit-3.10.0) . Nonetheless, it did <br>> not work?!<br>> >> ><br>> >> > I would be appreciative for any clue or code snippets.<br>> >> ><br>> >> > Thank you,<br>> >> ><br>> >> > Mehdi<br>> >> ><br>> >> ><br>> >> > 1>------ Build started: Project: igstkVersionTest,<br>> >> Configuration: Debug<br>> >> > Win32 ------<br>> >> > 2>------ Skipped Build: Project: Continuous, Configuration:<br>> >> Debug Win32<br>> >> > ------<br>> >> > 2>Project not selected to build for this solution configuration<br>> >> > 3>------ Skipped Build: Project: RUN_TESTS, Configuration:<br>> >> Debug Win32<br>> >> > ------<br>> >> > 3>Project not selected to build for this solution configuration<br>> >> > 4>------ Skipped Build: Project: Nightly, Configuration: Debug<br>> >> Win32 ------<br>> >> > 4>Project not selected to build for this solution configuration<br>> >> > 5>------ Skipped Build: Project: Experimental, Configuration:<br>> >> Debug Win32<br>> >> > ------<br>> >> > 5>Project not selected to build for this solution configuration<br>> >> > 6>------ Skipped Build: Project: NightlyMemoryCheck,<br>> >> Configuration: Debug<br>> >> > Win32 ------<br>> >> > 6>Project not selected to build for this solution configuration<br>> >> > 1>Linking...<br>> >> > 1>igstkVersionTest.obj : error LNK2019: unresolved external <br>> symbol>> > "__declspec(dllimport) public: static char const * __cdecl<br>> >> > itk::Version::GetITKSourceVersion(void)"<br>> >> > (__imp_?GetITKSourceVersion@Version@itk@@SAPBDXZ) referenced<br>> >> in function<br>> >> > _main<br>> >> > 1>igstkVersionTest.obj : error LNK2019: unresolved external <br>> symbol>> > "__declspec(dllimport) public: static int __cdecl<br>> >> > itk::Version::GetITKBuildVersion(void)"<br>> >> > (__imp_?GetITKBuildVersion@Version@itk@@SAHXZ) referenced in<br>> >> function _main<br>> >> > 1>igstkVersionTest.obj : error LNK2019: unresolved external <br>> symbol>> > "__declspec(dllimport) public: static int __cdecl<br>> >> > itk::Version::GetITKMinorVersion(void)"<br>> >> > (__imp_?GetITKMinorVersion@Version@itk@@SAHXZ) referenced in<br>> >> function _main<br>> >> > 1>igstkVersionTest.obj : error LNK2019: unresolved external <br>> symbol>> > "__declspec(dllimport) public: static int __cdecl<br>> >> > itk::Version::GetITKMajorVersion(void)"<br>> >> > (__imp_?GetITKMajorVersion@Version@itk@@SAHXZ) referenced in<br>> >> function _main<br>> >> > 1>igstkVersionTest.obj : error LNK2019: unresolved external <br>> symbol>> > "__declspec(dllimport) public: static char const * __cdecl<br>> >> > itk::Version::GetITKVersion(void)"<br>> >> > (__imp_?GetITKVersion@Version@itk@@SAPBDXZ) referenced in<br>> >> function _main<br>> >> > 1>E:\Slicer\tmp\IGSTK-4-0-build\bin\Debug\igstkVersionTest.exe<br>> >> : fatal error<br>> >> > LNK1120: 5 unresolved externals<br>> >> > 1>Build log was saved at<br>> >> > "file://e:\Slicer\tmp\IGSTK-4-0-<br>> >> build\Testing\igstkVersionTest.dir\Debug\BuildLog.htm"><br>> >> 1>igstkVersionTest - 6 error(s), 0 warning(s)<br>> >> > 7>------ Skipped Build: Project: PACKAGE, Configuration: Debug<br>> >> Win32 ------<br>> >> > 7>Project not selected to build for this solution configuration<br>> >> > 8>------ Skipped Build: Project: INSTALL, Configuration: Debug<br>> >> Win32 ------<br>> >> > 8>Project not selected to build for this solution configuration<br>> >> > ========== Build: 0 succeeded, 1 failed, 8 up-to-date, 7<br>> >> skipped ==========<br>> >> ><br>> >> > _______________________________________________<br>> >> > Powered by www.kitware.com<br>> >> ><br>> >> > Visit other Kitware open-source projects at<br>> >> > http://www.kitware.com/opensource/opensource.html<br>> >> ><br>> >> > Follow this link to subscribe/unsubscribe:<br>> >> > http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users<br>> >> >