Freeciv
Register
Advertisement
Forums: Index > Help desk > Problems with configuring gtk+ client, error messages says libraries not found



Fedora 10 with uname -a output: Linux localhost.localdomain 2.6.27.19-170.2.35.fc10.x86_64 #1 SMP Mon Feb 23 13:00:23 EST 2009 x86_64 x86_64 x86_64 GNU/Linux

$ yum info gtk+ Loaded plugins: refresh-packagekit Installed Packages Name  : gtk+ Arch  : x86_64 Epoch  : 1 Version  : 1.2.10 Release  : 66.fc10 Size  : 2.4 M Repo  : installed Summary  : The GIMP ToolKit URL  : http://www.gtk.org/ License  : LGPLv2+ Description: The gtk+ package contains the GIMP ToolKit (GTK+), a library for

          : creating graphical user interfaces for the X Window System. GTK+
          : was originally written for the GIMP (GNU Image Manipulation
          : Program) image processing program, but is now used by several other
          : programs as well.

doing configure --enable-client=gtk gives: ... checking for ngettext in -lc... yes checking whether libc's ngettext works at runtime... yes checking for C99 variadic macros... yes checking for C99 variable arrays... yes checking for C99 initializers... yes checking for stdint.h... (cached) yes checking for C99 stdint.h... yes checking for gzgets in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for gzip... /bin/gzip checking for pkg-config... /usr/bin/pkg-config checking for GTK+ - version >= 2.4.0... no

      • Could not run GTK+ test program, checking why...
      • The test program failed to compile or link. See the file config.log for the
      • exact error that occured. This usually means GTK+ is incorrectly installed.

configure: error: specified client 'gtk-2.0' not configurable (GTK+-2.0 libraries not found)

I am confused here as yum reports gtk+-1.2.10 is installed. Could it be 64-bit architecture support? Is freeciv 64-bit ready?

Advertisement