[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 07:29:20PM +0100, Gansser, Martin wrote:
> > 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
> >
> the same as under hpux:
> /usr/local/lib:
> 05.07.2002 13:44 1.061.070 libgdk_imlib.a
> 05.07.2002 13:44 867 libgdk_imlib.la
> 05.07.2002 13:44 87.398 libimlib-bmp.a
> 05.07.2002 13:44 884 libimlib-bmp.la
> 05.07.2002 13:44 83.354 libimlib-gif.a
> 05.07.2002 13:44 917 libimlib-gif.la
> 05.07.2002 13:45 91.896 libimlib-jpeg.a
> 05.07.2002 13:45 917 libimlib-jpeg.la
> 05.07.2002 13:45 106.422 libimlib-png.a
> 05.07.2002 13:45 894 libimlib-png.la
> 05.07.2002 13:44 85.778 libimlib-ppm.a
> 05.07.2002 13:44 884 libimlib-ppm.la
> 05.07.2002 13:44 83.886 libimlib-ps.a
> 05.07.2002 13:44 877 libimlib-ps.la
> 05.07.2002 13:45 83.840 libimlib-tiff.a
> 05.07.2002 13:45 898 libimlib-tiff.la
The sub-libraries for xpm are missing.
Raimar
--
email: rf13@xxxxxxxxxxxxxxxxx
"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe trying
to produce bigger and better idiots. So far, the Universe is winning."
-- Rich Cook
|
|