[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]
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."
- [Freeciv-Dev] Re: can't start civclient on hpux 11.00,
Raimar Falke <=
|
|