[omniORB] HPUX/PA-RISC 64-bits porting

Duncan Grisby duncan at grisby.org
Fri Apr 2 17:42:34 BST 2004


On Thursday 25 March, "Bhatia, Neeraj (FMS Engineering)" wrote:

> Moving little ahead on HPUX/PA-RISC 64-bits porting, I've reached to
> a point where IDL compiler crashes, while trying to build
> Naming.idl.

[...]
> omniidl: Running front end
> sh: 28484 Memory fault(coredump)
> omniidl: Error running preprocessor

That looks like omnicpp, the C pre-processor has died. You can confirm
it by trying to run omnicpp on Naming.idl. Assuming it is omnicpp, the
problem is most likely that it was compiled with incorrect word
sizes.

Did you use the configure script?  If so, it should have worked. If
not, that's the problem, because config-hpux.h in
src/tool/omniidl/cxx/cccp/ hard-codes 32-bit word sizes for HPUX.

Cheers,

Duncan.

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



More information about the omniORB-list mailing list