JiangWei
2006-07-26 13:13:03 UTC
[***@dell bug]$ echo "valuetype AnyVal any;" > test.idl
[***@dell bug]$ omniidl -bcxx test.idl
[***@dell bug]$ ls
test.hh test.idl testSK.cc
[***@dell bug]$ g++ -I. -c testSK.cc
test.hh:86: error: 'Boolean' has not been declared
test.hh: In member function 'void AnyVal::type(CORBA::TypeCode*)':
test.hh:119: error: 't' was not declared in this scope
[***@dell bug]$ omniidl -bcxx test.idl
[***@dell bug]$ ls
test.hh test.idl testSK.cc
[***@dell bug]$ g++ -I. -c testSK.cc
test.hh:86: error: 'Boolean' has not been declared
test.hh: In member function 'void AnyVal::type(CORBA::TypeCode*)':
test.hh:119: error: 't' was not declared in this scope