[omniORB] omniORBpy

Duncan Grisby dgrisby@uk.research.att.com
Wed, 17 Oct 2001 10:41:03 +0100


On Monday 15 October, Michel Sanner wrote:

> after compiling omniOrb3.0.4 on a sun I tried to build the omniORBpy
> package I get the following error messages: (this is just the first
> few lines, the whole out put is attached):

[...]
> ../../../../bin/sun4_sosV_5.7/omkdepend: warning: (from
> common/pyomniFunc.cc) /tsri/python/share/include/python2.0/Python.h:
> 44: # error "Python.h requires that stdio.h define NULL."

All these things aren't errors at all. They're just warnings from
omkdepend that it encountered some #error directives. They don't
affect the build.

[...]
> gmake[2]: Nothing to be done for `export'.

That _is_ a problem. It means that the modules/dir.mk file didn't find
any rules to match your platform and compiler. I suspect it's because
your compiler is called something other than CC. The rules check for
that, to tell the difference between Sun CC and gcc. Another aspect of
the build environment that needs to be fixed.

Cheers,

Duncan.

-- 
 -- Duncan Grisby  \  Research Engineer  --
  -- AT&T Laboratories Cambridge          --
   -- http://www.uk.research.att.com/~dpg1 --