[omniORB] trouble building on irix - compiler bug?

Duncan Grisby duncan at grisby.org
Fri Aug 15 12:55:51 BST 2003


On Thursday 7 August, "Lee, Robert C." wrote:

> The offending line in proxyFactory.cc was:
>   
>  if (!ofl) return;  <<- CC claims there is a goto here
> 
>   stuff
> 
> so I changed it to:
> 
>   if (oft)
>   {
>       stuff
>   }
> 
> and this overcame the compiler bug.

Thanks for working that out. I've changed it in CVS.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list