wine compilation fails: 'checking X11/xpm.h - no'

gerard patel g.patel at wanadoo.fr.invalid
Sat Sep 22 19:34:20 CDT 2001


On Sun, 23 Sep 2001 01:03:07 +0300, Aapo =?iso-8859-1?Q?M=E4kinen?=
<amakinen at solutions.fi> wrote:

>I am having this compilation error
>while running 'configure'.
>It fails to detect the xpm.h
>file which in fact is where
>it is supposed be. I am running
>RH70 and xpm&xpm-dev rpms are
>installed.
<snip>

Try  this :
create a file named aa.c with this in it :

#include <X11/xpm.h>

then run
gcc -S aa.c

If it does not report an error, the configure
script is at fault. If it says something along
the lines of 'file not found', your system
is not setup correctly.

Gerard



More information about the wine-users mailing list