octet bug?



Hi,

The following idl:

const octet BYTE = 0x10;

gives:

######## SNIP #########
[colding linux-2 test]$ orbit-idl-2 ./test.idl
orbit-idl-2 2.8.2 compiling
  mode, show preprocessor errors, passes: stubs skels common headers skel_impl imodule
 
./test.idl:1: Error: syntax error, unexpected TOK_OCTET
 
** (process:28045): WARNING **: ./test.idl compilation failed
######## SNIP #########

when compiled with orbit2. libIDL is "libIDL 0.8.2 (CORBA 2.2)". This is
on fc1. The output on fc2 is nearly identical:

######## SNIP #########
[colding linux-1 colding]$ orbit-idl-2 test.idl
orbit-idl-2 2.10.0 compiling
  mode, show preprocessor errors, passes: stubs skels common headers skel_impl imodule
 
test.idl:1: Error: syntax error, unexpected TOK_OCTET
 
** (process:14210): WARNING **: test.idl compilation failed
[colding linux-1 colding]$ orbit-idl-2 --libIDL-version
libIDL 0.8.3 (CORBA 2.2)
######## SNIP #########


-- 
  jules



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]