Complete.Org: Mailing Lists: Archives: freeciv-dev: February 1999:
[Freeciv-Dev] Re: Configure problems with freeciv on Linux Suse 5.3
Home

[Freeciv-Dev] Re: Configure problems with freeciv on Linux Suse 5.3

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: David Usherwood <davidu@xxxxxxxxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: Configure problems with freeciv on Linux Suse 5.3
From: Nicolas BRUNEL <brunel@xxxxxxxxxxxxxxxxxxxx>
Date: Sun, 14 Feb 1999 22:52:53 +0000 (GMT)

On Sun, 14 Feb 1999, David Usherwood wrote:

> I have tried to compile freeciv-1.7.2 on Suse 5.2 without success -
> ../configure errors finding xpm.h:
> configure: error: Need X11/xpm.h header; perhaps try/adjust
> --with-xpm-include
> xpm.h is in:
> caffreys:/usr/X11R6/include/X11 # ls -l
> total 36
> drwxr-xr-x   5 root     root         1024 Jul 18  1998 3dpixmaps
> drwxr-xr-x   2 root     root         2048 Nov 14 13:09 bitmaps
> drwxr-xr-x   2 root     root        12288 Jul 18  1998 pixmaps
> drwxr-xr-x   2 root     root         2048 Jul 18  1998 pixmaps_suse
> drwxr-xr-x   2 root     root         1024 Jul 18  1998 susexpm
> -r--r--r--   1 root     root        16540 Mar  4  1998 xpm.h
> but when I run
> caffreys:/usr/local/freeciv-1.7.2 # ./configure
> --with-xpm-include=/usr/X11R6/include
> I get the same error.

thx for the bug repport.

Seems like in configure.in we don't take into account
--with-xpm-include for the test lign 183
AC_CHECK_HEADER(X11/xpm.h, ,   
    AC_MSG_ERROR(Need X11/xpm.h header; perhaps try/adjust --with-xp
m-include))

For David, either create a directory /usr/X11R6/include/X11 and
put xpm.h in it or
        1 - wipe out the lign 183 and 184 AC_CHECK_HEADER and
AC_MSG_ERROR in configure.in
        2 - do autoconf -> do a new ./configure
        3 - do ./configure --with-xpm-include=/usr/X11R6/include

For us, can someone add the rigth file to check at those ligns ?

Regards, 
        



[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: Configure problems with freeciv on Linux Suse 5.3, Nicolas BRUNEL <=