Re: [Clorb-devel] using a local IR
Status: Alpha
Brought to you by:
lenst
From: Eric M. <ema...@ma...> - 2001-05-10 12:17:50
|
>>>>> "ls" == Lennart Staflin <le...@ly...> writes: ecm> However, the ir.dump file doesn't contain any definitions for ecm> exceptions in the IDL interfaces, so I still get calls to ecm> IR-LOOKUP-ID and thus to the external IR whenever an exception ecm> needs to be resolved. Is the problem in IR-ADD-ALL? ls> Yes, it does not recurese into interfaces and it does not store ls> the typecodes into the iir correctly. I have commited a fixed ls> version of loadup.lisp into the sourceforge CVS. the new version works, many thanks. BTW, in clorb-options.lisp the variable *host* still defaults to "127.0.0.1"; I assume this won't work when sending an IOR to a distant machine. I use ,---- | (defparameter *host* | #+(or cmu sbcl) | (unix:unix-gethostname) | #+clisp | (let ((mi (machine-instance))) | (subseq mi 0 (position #\Space mi)))) `---- -- Eric Marsden <URL:http://www.laas.fr/~emarsden/> |