Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2002:
[Freeciv-Dev] Re: can't start civclient on hpux 11.00
Home

[Freeciv-Dev] Re: can't start civclient on hpux 11.00

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: "Gansser, Martin" <MGansser@xxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: can't start civclient on hpux 11.00
From: Raimar Falke <rf13@xxxxxxxxxxxxxxxxx>
Date: Wed, 30 Oct 2002 18:56:43 +0100

On Wed, Oct 30, 2002 at 05:27:27PM +0100, Gansser, Martin wrote:
> Hi,
> 
> if I start freeciv-1.13 on hpux 11.00 I got the following error messages:
> 
> I've started civserver already as normal user 
> 
> 
> mzfem_mgansser:/opt/freeciv/bin % ./civclient
> 1: Audio .spec-Datei 'stdsounds.spec' nicht gefunden.
> 1: Fuer Audio muss ein Soundset heruntergeladen werden!
> 1: Soundsets gibt es unter 
> <ftp://ftp.freeciv.org/freeciv/contrib/sounds/sets>.
> 1: Audio abgeschaltet. Weiter.
> gdk_imlib ERROR: Cannot load image: 
> /opt/freeciv/share/freeciv/isotrident/terrain1.xpm
> All fallbacks failed.
> 0: Failed reading XPM file: /opt/freeciv/share/freeciv/isotrident/terrain1.xpm
> 
> the file terrain1.xpm exists on the necessary location:
> mzfem_mgansser:/opt/freeciv/bin % ll 
> /opt/freeciv/share/freeciv/isotrident/terrain1.xpm
> -rw-r--r--    1 root     sys        648875 10-30 16:51 
> /opt/freeciv/share/freeciv/isotrident/terrain1.xpm
> 
> this is my build script:
> 
> #!/bin/csh -f
> #
> setenv PKG_CONFIG_PATH "/opt/gtk2/lib/pkgconfig"
> #
> gmake clean
> ./configure --prefix=/opt/freeciv \
>             --with-imlib-prefix=/usr/local \
>             --with-xpm-include=/usr/local/include
> gmake
> gmake install
> 
> 
> any help ?

imlib can be support various formats. It looks like your installation
of imlib doesn't support XPM. So I have for example:

/usr/lib/libimlib-bmp.a
/usr/lib/libimlib-bmp.so
/usr/lib/libimlib-gif.a
/usr/lib/libimlib-gif.so
/usr/lib/libimlib-jpeg.a
/usr/lib/libimlib-jpeg.so
/usr/lib/libimlib-png.a
/usr/lib/libimlib-png.so
/usr/lib/libimlib-ppm.a
/usr/lib/libimlib-ppm.so
/usr/lib/libimlib-ps.a
/usr/lib/libimlib-ps.so
/usr/lib/libimlib-tiff.a
/usr/lib/libimlib-tiff.so
/usr/lib/libimlib-xpm.a
/usr/lib/libimlib-xpm.so

        Raimar

-- 
 email: rf13@xxxxxxxxxxxxxxxxx
 "Make it idiot-proof and someone will make a better idiot."


[Prev in Thread] Current Thread [Next in Thread]