Re: [gtk-list] uninstalling previous GTK components
- From: Erik Mouw <J A K Mouw its tudelft nl>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] uninstalling previous GTK components
- Date: Wed, 19 May 99 10:27:50 +0200
On Tue, 18 May 1999 13:18:40 -0500, gtk-list@redhat.com (Jeremy Hirn) wrote:
> Hi there, I am a newer linux user and am having a small problem, i installed
> glib and GTK+ to compile some software i wish to add to my machine. My problem
> is with GTK+, it seems to be installed correctly and the gtk-config file spits
> all the correct parameters for the installation, however when i go to compile
> anything it says it "GTK+ header files (version 1.0.5) do not match
> library(version 1.2.3). would i be correct in assuming that i have leftovers
> from a previous version of gtk and how would i remedy this? thanks in advance
> for anyones help, it would be appriciated.
My guess is that you have GTK 1.0.5 development header files installed as
a package in /usr/include, and you installed the GTK 1.2.3 header files in
/usr/local/include. The compiler has a search path for header files, and
/usr/include is before /usr/local/include, so it first finds the old GTK
1.0.5 header files.
It depends a bit on your distribution how you should remove the old header
files. First find out which package to remove. If you have an rpm based
distribution (RedHat, SuSE), use "rpm -qf /usr/include/gtk/gtk.h" to find
out; for Debian systems, use "dpkg -S /usr/include/gtk/gtk.h". Now remove
that package with the package manager. In any case *don't* use "rm -rf
/usr/include/gtk", because that will mess up the package managers
configuration.
Erik
--
J.A.K. (Erik) Mouw, Information and Communication Theory Group, Department
of Electrical Engineering, Faculty of Information Technology and Systems,
Delft University of Technology, PO BOX 5031, 2600 GA Delft, The Netherlands
Phone: +31-15-2785859 Fax: +31-15-2781843 Email J.A.K.Mouw@its.tudelft.nl
WWW: http://www-ict.its.tudelft.nl/~erik/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]