Installing missing package that provides Xm/Xm.h
Posted
by
Nicholas Kinar
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Nicholas Kinar
Published on 2012-11-19T18:48:47Z
Indexed on
2012/11/19
23:23 UTC
Read the original article
Hit count: 1288
I'm compiling a software package that requires a header file. The header file is missing from my Ubuntu 11.10 (64-bit) installation. During the compilation using make
, gcc
and gfortran
, I receive the following error message.
XMstr.c:7:19: fatal error: Xm/Xm.h: No such file or directory
Googling for an answer leads me to believe that a MESA library needs to be installed on my system, but I can't find an exact match for the package name.
What might be the name of the package that I need to install? Does the package have the same name on more recent Ubuntu distros?
© Ask Ubuntu or respective owner