On Fri, Dec 14, 2001 at 02:25:14PM +0300, Alexander V. Lukyanov wrote:
> On Wed, Dec 12, 2001 at 01:19:59AM -0600, [EMAIL PROTECTED] wrote:
> > Attached is a patch to turn on -LANG:ansi-for-init-scope=ON on the
> > IRIX C++ compiler to grok ANSI scoping rules. BTW, -LANG:std enables
> > more C++ compliance in the IRIX compiler (we build with -LANG:std so
> > have no need for -LANG:ansi-for-init-scope=ON).
> 
> Patch applied. I have also tried to fix this error:
> 
> >      cxx: Error: NetAccess.cc, line 483: more than one operator ">="
> >      matches these
> >                operands:
> >                  built-in operator "arithmetic >= arithmetic"
> >                  function "Time::operator>=(const Time &) const"
> >                  function "Time::operator>=(std::time_t) const"
> >                  operand types are: TimeDate >= long
> >         if(now >= try_time+interval)
> >      ----------^
> >      cxx: Info: 1 error detected in the compilation of "NetAccess.cc".

Your fix for the above error worked.

-- 
albert chin ([EMAIL PROTECTED])

Reply via email to