[omniORB] omniidl: Sorry, the C++ backend cannot process more than one IDL file at a time.

Duncan Grisby duncan at grisby.org
Mon Feb 25 09:34:43 GMT 2013


On Sat, 2013-02-23 at 10:05 +0100, Somostetoi Kilato wrote:

> omniidl: Sorry, the C++ backend cannot process more than one IDL file
> at a time.
> 
> My command looks like this:
> 
> omniidl -bcxx orb.idl ir.idl javax/ejb/EJBObject.idl
> test/ejb/IEjbRemote.idl
> 
> How could I compile more IDL files?

Just compile them one at a time. There is no need to compile them
together. You don't need to compile orb.idl or ir.idl because they are
built in to omniORB.

That said, if the IDL files are generated by the Java to IDL compiler,
you are likely to find that the IDL is in fact invalid, so you will
probably get loads of compile errors.

Duncan.

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





More information about the omniORB-list mailing list