[jacorb-developer] JacORB 3.4 CORBA_InterfaceRepository.idl - bug?
Timothy Astle
timothy.astle at caris.com
Fri May 9 20:12:31 CEST 2014
While trying to compile the orb.idl in JacORB 3.4, I hit a problem
unless I defined the JACORB for the preprocessor.
https://github.com/JacORB/JacORB/blob/RELEASE_3_4/idl/omg/CORBA_InterfaceRepository.idl
It fails on parsing "in" because it is missing a comma. So the only way
the IDL compiles without modifications is by passing in the preprocessor
to disable is_abstract.
I think the line should be:
,in boolean is_abstract
Can someone confirm? It looks like the problem exists on the master too.
--
Tim Astle
More information about the jacorb-developer
mailing list