Re: [Clorb-devel] clorb-0.2 on CMUCL and CLISP
Status: Alpha
Brought to you by:
lenst
From: Lennart S. <le...@ly...> - 2000-06-29 15:04:20
|
Eric Marsden <ema...@ma...> writes: > bc> [7]> (run-hello :file "hw.ior") > bc> > bc> *** - UNIX error 49 (EADDRNOTAVAIL): Can't assign requested address > > it looks like you already have something running on the port specified > in clorb-options.lisp (maybe simply CLORB in another lisp instance?). I think that that would usually give another error code. > The hello example works fine for me with CLISP (the > InterfaceRepository has to know about the IDL:Hello/World interface > first). An alternative is to load the hello-idl.lisp file before running run-hello. That allows the hello servant to provide the client with an InterfaceDef object for the Hello:World interface. With (clorb::load-ir) and the above file, it should be possible to run the example without an InterfaceRepository. -- Lennart Staflin <le...@ly...> |