[omniORB] omniidl3 problem?

David Riddoch djr@uk.research.att.com
Wed, 15 Dec 1999 10:21:20 +0000 (GMT)


Hi Janne,

I have just compiled this IDL, and the resulting c++ code without
problems.  Do you get this problem if your IDL file contains only the IDL
you have given here?

David



On Wed, 15 Dec 1999, Janne Haverinen wrote:

> Hi,
> 
> I get compilation errors when using following interface (only relevant
> parts shown):
> 
> interface BMC {
> 
>       ...
> 
>      struct State
>      {
>           float fX;
>           float fY;
>           float fZ;
>      };
> 
>       ...
> 
>      attribute  State Rotation;
>      attribute  State Translation;
> 
> };