Hi, finally i seem to be able to generate C code from omniidl. Now, I have 23 IDL files. I notice that if I do the below , all go to the same C file, but it does the #includes for each and every IDL file and puts them all in the same C file.
omniidl -p ./ -b ethereal_be -nc *.idl > test.c Is this meant to be used on one IDL file at a time? Should there be a different C file per IDL file? Secondly, has anyone compiled the giop plugin using Windows 2k using cygnus gcc? Thanks, anjela -----Original Message----- From: Bernd Becker [mailto:[EMAIL PROTECTED] Sent: Thursday, August 15, 2002 1:15 PM To: Patnaik, Anjela Subject: RE: omniidl problem in trying compile IDL using backends > Hi, > Is it only possible to get omniorb 3.0.5 from source? > I'd like to get a binary distribution of > omniorb if possible. I had 3.0.4 before. > > Now, I downloaded Python 1.5.2. > on the dowload page http://sourceforge.net/project/showfiles.php?group_id=51138 there is a link to (a huge zip file) omniORB305-win32-omniPython.zip. Obviously it comes bundled with the trimmed down version of python 1.5.2. There is no zip with just omniORB for windows there :-( Regards , Bernd
