[omniORB] Trying to compile on SINIX and SOLARIS

Duncan Grisby duncan@grisby.org
Wed Oct 16 20:52:00 2002


On Monday 14 October, "Michael Forstner" wrote:

> Thanks, now I've compiled omniORB on Solaris 5.8 (Sparc) but I still
> can't compile on SINIX: When compiling the c-preprocessor, it can't
> find the index and rindex functions (defined in <strings.h>) and I
> don't know why.  Additional the config-sinix.h file says it is
> untested - so who compiled omniORB on SINIX?

Someone successfully compiled omniORB 2.8 on SINIX. As far as I know,
nobody has tried with omniORB 3.0 or 4.0, so it's not a particular
surprise that it doesn't work. When I wrote the new omniidl, and made
a suitable version of cccp, I made some config headers for a few
platforms I didn't have access to, in the off chance that they would
work. The one for SINIX clearly didn't...

Have you tried configuring with the Autoconf configure script?
There's a small possibility that that will work. Most likely, though,
you're going to have to figure out the right things to do to get it to
compile. You might try adding #include <strings.h> to config-sinix.h.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan@grisby.org     --
   -- http://www.grisby.org --