X11 extensions Print.h

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

2 posts / 0 new
Last post
X11 extensions Print.h

Submitted by gaab on Sat, 03/25/2006 - 10:47.

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

Sat, 03/25/2006 - 11:13#1

Sat, 03/25/2006 - 11:13#1

gaab

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