[Insight-users] fixes for Borland build of /Auxiliary

Luis Ibanez luis.ibanez@kitware.com
Wed, 02 Oct 2002 11:32:43 -0400


Hi Dean,

The changes in the  TimeProbesCollector have been checked in.
The base class has now a fully specified namespace (  ::itk:: )
where the methods in the base class are invoked.

Please let us know if that solves the problem under Borland.

Thanks

    Luis

===============================================

dean.inglis@on.aibn.com wrote:

>Luis,
>
>hope this build log helps,
>
>
>Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
>c:\Builder\Insight\Auxiliary\FltkImageViewer\fltkTimeProbesCollector.cxx:
>Error E2090 c:\Builder\Insight\Auxiliary\FltkImageViewer\fltkTimeProbesCollector.cxx 44: Qualifier 'TimeProbesCollectorBase' is not a class or namespace name in function TimeProbesCollector::Clear()
>Error E2379 c:\Builder\Insight\Auxiliary\FltkImageViewer\fltkTimeProbesCollector.cxx 44: Statement missing ; in function TimeProbesCollector::Clear()
>Error E2090 c:\Builder\Insight\Auxiliary\FltkImageViewer\fltkTimeProbesCollector.cxx 58: Qualifier 'TimeProbesCollectorBase' is not a class or namespace name in function TimeProbesCollector::Stop(const char *)
>Error E2379 c:\Builder\Insight\Auxiliary\FltkImageViewer\fltkTimeProbesCollector.cxx 58: Statement missing ; in function TimeProbesCollector::Stop(const char *)
>Warning W8057 c:\Builder\Insight\Auxiliary\FltkImageViewer\fltkTimeProbesCollector.cxx 63: Parameter 'nameid' is never used in function TimeProbesCollector::Stop(const char *)
>Error E2090 c:\Builder\Insight\Auxiliary\FltkImageViewer\fltkTimeProbesCollector.cxx 73: Qualifier 'TimeProbesCollectorBase' is not a class or namespace name in function TimeProbesCollector::Start(const char *)
>Error E2379 c:\Builder\Insight\Auxiliary\FltkImageViewer\fltkTimeProbesCollector.cxx 73: Statement missing ; in function TimeProbesCollector::Start(const char *)
>Warning W8057 c:\Builder\Insight\Auxiliary\FltkImageViewer\fltkTimeProbesCollector.cxx 78: Parameter 'nameid' is never used in function TimeProbesCollector::Start(const char *)
>*** 6 errors in Compile ***
>
>Dean
>
>
>>3)  The "using  namespace itk" is pending. Could you please
>>      give us more details on this error ?
>>
>
>
>