[omniORB] omniidl error

Duncan Grisby duncan at grisby.org
Fri Jun 13 13:42:43 BST 2003


On Thursday 12 June, "Smith, Wayne S" wrote:

> I'm trying to compile an idl file with omniORB305 and get the
> following error:
> /usr/local/omni/bin/omniidl -a sf_gcp.idl

-a is not a valid switch to omniidl. I suspect you want a command like

  omniidl -bcxx -Wba sf_gcp.idl

[...]
>     sys.stderr.write("Error in arguments: " + e + "\n")
> TypeError: cannot concatenate 'str' and 'instance' objects

This is a bug in the code that is trying to complain about the invalid
argument you have given. That bug is fixed in the 4.0.x series.

Cheers,

Duncan.

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



More information about the omniORB-list mailing list