Hi Guillermo,<br><br>I enabled OpenIGTLink. I uncommented the line that include UltrasoundCalibrationWizard in Example/CMakeLists.txt.<br><br><div>IF (IGSTKSandbox_USE_OpenIGTLink)</div><div>    # SUBDIRS( UltrasoundNavigator )</div>
<div>    SUBDIRS( UltrasoundCalibrationWizard )</div>
<div>    SUBDIRS(  OIGTLinkTrackerBroadcasting )</div><div>    SUBDIRS( VideoFrameGrabberAndViewerOpenIGTLink )</div><div>ENDIF (IGSTKSandbox_USE_OpenIGTLink)</div><br>When generating project, CMake printed error below:<br>
<br><div>CMake Error at Examples/UltrasoundCalibrationWizard/CMakeLists.txt:112 (ADD_EXECUTABLE):</div><div>Cannot find source file "igstkTrackerConfigurationXMLFileReaderBase.cxx".</div><div>Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp</div>
<div>.hxx .in .txx</div><div><br></div>Best regards,<br><br>superZZ<br>
<br><div class="gmail_quote">On Sat, Sep 17, 2011 at 1:42 AM, Guillermo Carbajal <span dir="ltr"><<a href="mailto:carbajal@fing.edu.uy" target="_blank">carbajal@fing.edu.uy</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi Lingfeng,<br>
<br>
it is because the line that include this project  is commented in the file Examples/CMakeLists.txt. As you can see below, you also have to enable OpenIGTLink<br>
<br>
IF (IGSTKSandbox_USE_OpenIGTLink)<br>
   #SUBDIRS( UltrasoundNavigator )<br>
   #SUBDIRS( UltrasoundCalibrationWizard )<br>
   SUBDIRS(  OIGTLinkTrackerBroadcasting )<br>
   SUBDIRS( VideoFrameGrabberAndViewerOpen<u></u>IGTLink )<br>
ENDIF (IGSTKSandbox_USE_OpenIGTLink)<br>
<br>
I don't know why it is disabled or if the project works properly.<br>
<br>
Regards,<br>
Guillermo<br>
<br>
Lingfeng Zhuang escribió:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div><div>
Hi all,<br>
<br>
I found UltrasoundCalibrationWizard in IGSTKSandbox\Examples. But after running CMake for IGSTKSandbox, I do not find UltrasoundCalibrationWizard project in my IDE. In CMake, QT and fltk are enabled.<br>
<br>
Thanks<br>
<br>
superZZ<br></div></div>
------------------------------<u></u>------------------------------<u></u>------------<br>
<br>
______________________________<u></u>_________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<u></u>opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users" target="_blank">http://public.kitware.com/cgi-<u></u>bin/mailman/listinfo/igstk-<u></u>users</a><br>
</blockquote>
</blockquote></div><br>