[omniORB] error message when compiling a trivial IDL file

Fox Wang xuewan@auto-trol.com
Tue, 16 Feb 1999 14:11:28 -0600


Hi, I am new to omniORB. I got error messages while compiling the following
IDL file, anyone can help?

--------------------------------------

typedef struct tmpstru1_ {
	long j;
	[size_is (j) ] long  * x;
} tmpstru1;
---------------------------------------

the error messages are 10 clones of the following line:
omniidl2: "tmp.idl", line 4: Missing ',' between member decls of same
type(?).


thanks in advance.

Fox.