Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
July 1999: RE: [Freeciv-Dev] Problems in compiling gtk-Client |
RE: [Freeciv-Dev] Problems in compiling gtk-Client[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
> > I'm using SuSE Linux 6.1 and I'd like to compile freeciv and use the > > gtk-Client. > > I got myself the newest version of glib (glib-1.2.3), gtk+ > (gtk+-1.2.3) and > > imlib (imlib-1.9.4). > > I followed the instructions in how to install them and then > I've run the > > configure script of freeciv. This script is always telling > me, that I don't > > have a gtk version greater than 1.2.1, but I've installed 1.2.3! > > Its best when reporting problems to report the _exact_ error > message which was produced. (And, for that matter, exactly > what you did to produce it.) > > Eg, did configure tell you something like: > > *** An old version of GTK+ (<something>) was found. > *** You need a version of GTK+ newer than 1.2.1. The latest version of > *** GTK+ is always available from ftp://ftp.gtk.org. > *** > *** If you have already installed a sufficiently new version, > this error > *** probably means that the wrong copy of the gtk-config > shell script is > *** being found. The easiest way to fix this is to remove the > old version > *** of GTK+, but you can also set the GTK_CONFIG environment > to point to the > *** correct copy of gtk-config. (In this case, you will have to > *** modify your LD_LIBRARY_PATH enviroment variable, or edit > /etc/ld.so.conf > *** so that the correct libraries are found at run-time)) > > That would seem to give some hints to solve your problem. Ok. I installed the three libs with ./configure, then make and then make install as it was described in the install file of these three libs. Then I ran ./configure of freeciv again and it produced the output I have attached in the configure.log file (it's not the real configure.log file, but the screen output. the real configure.log didn't show any error messages). Next I set the environment variables as the configure-script told me to do (see env.log). Then I checked in /usr/lib/bin/gtk-config for the version number (see gtk-config.log). Regards, Patrick **************************************************************************** ********* email : patrick@xxxxxxxxxxxx Web : http://www.patrick-s.de my school : http://www.wg.tue.bw.schule.de PGP RSA1024 (0xE81D3B21) : 98AD B175 0718 B394 6EB8 1CF6 A7FE FFA6 PGP DSS4096 (0x6574B3BC) : BD18 A298 94D9 DC00 B0BB 716B 78C4 3488 6574 B3BC
Config.log
env.log
gtk-config.log
|