X11 extensions Print.h

When I try to compile openmotif-2.3.0 (after doing ./configure) on Ubuntu Linux (Breezy), I get:

In file included from XmStrDefs.c:10:
../Xm/Xm.h:76:34: error: X11/extensions/Print.h: No such file or directory

In addition I have motif programs that won't compile with the standard ubuntu motif package (2.2.3-1), giving similar errors.

I do have a header file: /usr/X11R6/include/Xm/Print.h, but perhaps this is a different one?

I have also installed the package libxext-dev .

Any help is greatly appreciated!

Gabriel


gaab

gaab's picture

never mind,found it

After checking a lot of packages, most of which I had installed already, it turns out that there is a separate package that one needs, and that is not dependent on any other package I had installed :

libxp-dev

Cheers, Gabriel