[IGSTK-Users] UltrasoundCalibrationWizard
Lingfeng Zhuang
zlfcnbj at gmail.com
Fri Sep 16 19:02:50 EDT 2011
Hi Guillermo,
I enabled OpenIGTLink. I uncommented the line that
include UltrasoundCalibrationWizard in Example/CMakeLists.txt.
IF (IGSTKSandbox_USE_OpenIGTLink)
# SUBDIRS( UltrasoundNavigator )
SUBDIRS( UltrasoundCalibrationWizard )
SUBDIRS( OIGTLinkTrackerBroadcasting )
SUBDIRS( VideoFrameGrabberAndViewerOpenIGTLink )
ENDIF (IGSTKSandbox_USE_OpenIGTLink)
When generating project, CMake printed error below:
CMake Error at Examples/UltrasoundCalibrationWizard/CMakeLists.txt:112
(ADD_EXECUTABLE):
Cannot find source file "igstkTrackerConfigurationXMLFileReaderBase.cxx".
Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
.hxx .in .txx
Best regards,
superZZ
On Sat, Sep 17, 2011 at 1:42 AM, Guillermo Carbajal <carbajal at fing.edu.uy>wrote:
> Hi Lingfeng,
>
> 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
>
> IF (IGSTKSandbox_USE_OpenIGTLink)
> #SUBDIRS( UltrasoundNavigator )
> #SUBDIRS( UltrasoundCalibrationWizard )
> SUBDIRS( OIGTLinkTrackerBroadcasting )
> SUBDIRS( VideoFrameGrabberAndViewerOpen**IGTLink )
> ENDIF (IGSTKSandbox_USE_OpenIGTLink)
>
> I don't know why it is disabled or if the project works properly.
>
> Regards,
> Guillermo
>
> Lingfeng Zhuang escribió:
>
>> Hi all,
>>
>> 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.
>>
>> Thanks
>>
>> superZZ
>> ------------------------------**------------------------------**
>> ------------
>>
>> ______________________________**_________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at http://www.kitware.com/**
>> opensource/opensource.html<http://www.kitware.com/opensource/opensource.html>
>>
>> Follow this link to subscribe/unsubscribe:
>> http://public.kitware.com/cgi-**bin/mailman/listinfo/igstk-**users<http://public.kitware.com/cgi-bin/mailman/listinfo/igstk-users>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/igstk-users/attachments/20110917/ee78a20e/attachment.html>
More information about the IGSTK-Users
mailing list