[omniORB] OmniOrb 4.0.3 and Python

Duncan Grisby duncan at grisby.org
Tue Mar 8 17:37:40 GMT 2005


On Friday 4 March, "Marco Freschi" wrote:

> "Error: Virtual function USERmanagerSync::isActive() returns bool, while
> _impl_USERcorbaManagerSync::isActive() returns unsigned char"
> 
> Basically in the code I see all the return as "boolean" (I don't  understand
> the unsigned char)
> 
> Is the version of python incorrect? Is it exist a more recent omnipython
> release?

The error has nothing to do with Python. You have compiled different
bits of your code with different compiler options, so some of it thinks
your platform has C++ bool support, and some doesn't.

Cheers,

Duncan.

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



More information about the omniORB-list mailing list