HI Ziv,<br><br>Your recent commit:<br><a href="http://public.kitware.com/cgi-bin/viewcvs.cgi/Examples/ApplicationsCommon/TrackerConfiguration/configurationFileReaders/igstkTrackerConfigurationXMLFileReaderBase.h?root=IGSTKSandbox&amp;r1=1.5&amp;r2=1.6&amp;sortby=date">http://public.kitware.com/cgi-bin/viewcvs.cgi/Examples/ApplicationsCommon/TrackerConfiguration/configurationFileReaders/igstkTrackerConfigurationXMLFileReaderBase.h?root=IGSTKSandbox&amp;r1=1.5&amp;r2=1.6&amp;sortby=date</a><br>
<br><br>
&nbsp;&nbsp; class UnexpectedTrackerTypeException : public std::exception<br>&nbsp;&nbsp;&nbsp; { <br>&nbsp;&nbsp;&nbsp; public:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UnexpectedTrackerTypeException(){ }; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ~UnexpectedTrackerTypeException(){ };<br><br>&nbsp;&nbsp;&nbsp;&nbsp; };<br><br><br>Does not compile under gcc 4.2.<br>
<br>It produces the following error message:<br><br>In file included from /home/ibanez/src/ISIS/IGSTKSandbox/Examples/ApplicationsCommon/TrackerConfiguration/configurationFileReaders/igstkTrackerConfigurationFileReader.h:5,<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from /home/ibanez/src/ISIS/IGSTKSandbox/Examples/Navigator/Navigator.h:71,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from /home/ibanez/src/ISIS/IGSTKSandbox/Examples/Navigator/main.cxx:23:<br>/home/ibanez/src/ISIS/IGSTKSandbox/Examples/ApplicationsCommon/TrackerConfiguration/configurationFileReaders/igstkTrackerConfigurationXMLFileReaderBase.h:24: error: looser throw specifier for 'virtual igstk::TrackerConfigurationXMLFileReaderBase::UnexpectedTrackerTypeException::~UnexpectedTrackerTypeException()'<br>
/usr/include/c++/4.2/exception:60: error:&nbsp;&nbsp; overriding 'virtual std::exception::~exception() throw ()'<br>make[2]: *** [Examples/Navigator/CMakeFiles/Navigator.dir/main.o] Error 1<br>make[1]: *** [Examples/Navigator/CMakeFiles/Navigator.dir/all] Error 2<br>
make: *** [all] Error 2<br><br><br><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Luis<br>