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

gerard patel g.patel at wanadoo.fr.invalid
Sun Sep 23 08:11:02 CDT 2001


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

>>Try to edit the config.cache file to
>
>Where exactly the config.cache file
>resides?

It's generated by configure at the root
level of your wine source tree, unfortunately
if the configure script stops at this level 
nothing but an empty file is generated, sorry :-/

>I dont know much about shell scripts
>but could there be a way to modify
>the configure script to skip the 
>check of xpm.h?

You can trick configure by adding to
config.cache (create an empty file if
necessary) the following line

ac_cv_header_X11_xpm_h=${ac_cv_header_X11_xpm_h=yes} 

It will make configure think that the test has
already been done and succeeded. Then
you will see if the compilation succeed.

If it does, please report. There is something
to fix in configure then (btw do you use
recent wine ?)

Gerard



More information about the wine-users mailing list