Re: [Clorb-devel] Win32
Status: Alpha
Brought to you by:
lenst
From: Lennart S. <le...@ly...> - 2006-12-24 16:28:08
|
On 24 dec 2006, at 15:56, Green Bryan - bgreen wrote: > Hello, > I am trying to use CLISP-2.41 with CLORB_0.7. I get the orb > initialized fine. My problem is when I try to > > (corba:idl "syph.idl") > > I get > > Win32 error 2 (ERROR_FILE_NOT_FOUND): The system cannot find the > file specified. > [Condition of type SYSTEM::SIMPLE-OS-ERROR] > That part might be a bit tricky to get working on win32. The IDL parsing uses the systems C pre-processor (cpp), thats probably what is missing. I don't know if there is a cpp as standard, perhaps cygwin or something like that has a cpp. > Backtrace: > 0: #<COMPILED-FUNCTION NET.CDDR.CLORB.INTERNALS:USING-CPP-STREAM> > 1: #<COMPILED-FUNCTION NET.CDDR.CLORB::USING-IDLLEX> > 2: #<COMPILED-FUNCTION #:|783 788 (DEFMETHOD LOAD-REPOSITORY (# > REPOSITORY FILE) ...)-90-1-1|> > 3: #<COMPILED-FUNCTION OMG.ORG/CORBA:IDL> > [...] > > > Any help would be greatly appreciated. > > Bryan Green > //Lennart Staflin |