[Clorb-devel] missing method for OP:DEF_KIND on CORBA:PROXY ?
Status: Alpha
Brought to you by:
lenst
From: Eric M. <ema...@la...> - 2003-07-28 09:24:59
|
Hi, I tried to use DOWNLOAD-IR to populate the local repository, and ran into the following error: No matching method for the generic function #<standard-generic-function omg.org/features:def_kind (19) {489E8C39}>, when called with arguments (#<omg.org/corba:proxy "IDL:omg.org/CORBA/Object:1.0" @hobart.laas.fr:39513>). [Condition of type pcl::no-applicable-method-error] Inspecting the OP:DEF_KIND generic function tells me that it has the following methods: ,---- | Its methods are: | 1: def_kind ((clorb::x clorb::fixed-def) &rest clorb::-args-) | 2: def_kind ((clorb::x clorb::array-def) &rest clorb::-args-) | 3: def_kind ((clorb::x clorb::sequence-def) &rest clorb::-args-) | 4: def_kind ((clorb::x clorb::wstring-def) &rest clorb::-args-) | 5: def_kind ((clorb::x clorb::string-def) &rest clorb::-args-) | 6: def_kind ((clorb::x clorb::primitive-def) &rest clorb::-args-) | 7: def_kind ((clorb::x clorb::exception-def) &rest clorb::-args-) | 8: def_kind ((clorb::x clorb::enum-def) &rest clorb::-args-) | 9: def_kind ((clorb::x clorb::union-def) &rest clorb::-args-) | 10: def_kind ((clorb::x clorb::struct-def) &rest clorb::-args-) | 11: def_kind ((clorb::x clorb::alias-def) &rest clorb::-args-) | 12: def_kind ((clorb::x clorb::typedef-def) &rest clorb::-args-) | 13: def_kind ((clorb::x clorb::operation-def) &rest clorb::-args-) | 14: def_kind ((clorb::x clorb::attribute-def) &rest clorb::-args-) | 15: def_kind ((clorb::x clorb::interface-def) &rest clorb::-args-) | 16: def_kind ((clorb::x clorb::constant-def) &rest clorb::-args-) | 17: def_kind ((clorb::x clorb::module-def) &rest clorb::-args-) | 18: def_kind ((clorb::x clorb::repository) &rest clorb::-args-) | 19: def_kind ((clorb::obj omg.org/corba:irobject-proxy) &rest clorb::-args-) `---- Is a method missing somewhere? This is with CMUCL, and CLORB from CVS, and I'm building using my own ASDF defsystem. -- Eric Marsden <URL:http://www.laas.fr/~emarsden/> |