[comp.windows.x] intrinsics libraries

frans@phcisa.uucp (09/21/89)

Hello,

I've got a problem installing the Xt intrinsic libraries and the HP widget
set.

The problem seems that the HP widget set assumes another library of
intrinsics as the athena widget set does.

When I 'make' in the directory of the HP widgets, also a libXt.a is
generated. Apparantly, you have to use this version of the intrinsics when
you want to link an application with the HP widgets. If you use the
libXt.a which is generated by make'ing the core distribution, the resulting
binary doesn't work.

Is this true, or did I make one or another mistake and are these two
widget sets indeed using the same intrinsic libraries.

By the way, I have exactly the same problem with the intrinsics related
include files...

Francois Staes
Philips PASS-AIT
Eindhoven, The Netherlands.

swick@ATHENA.MIT.EDU (Ralph R. Swick) (09/21/89)

> I've got a problem installing the Xt intrinsic libraries and the HP widget
> set.

If you mean the HP widget set that is in the R3 contrib sources...

> The problem seems that the HP widget set assumes another library of
> intrinsics as the athena widget set does.

then yes; the library included with the HP widgets is a (bug-fixed)
implementation of the R2 library - from before Xt was an X Consortium
standard.

You'll have to work out at your own site a mechanism to keep
both sets of header files and libraries if you intend to use
the contributed HP widgets.