Re: Having problems installing glib-2.4.0
- From: Michael Torrie <torriem chem byu edu>
- To: "Hudson T. Clark" <hudson clark verizon net>
- Cc: gtk-list gnome org
- Subject: Re: Having problems installing glib-2.4.0
- Date: Sun, 03 Oct 2004 12:40:00 -0600
On Sat, 2004-10-02 at 14:44, Hudson T. Clark wrote:
> Ok I'm trying to setup this dvd deal xine and one of the frontends. The
> xine lib installs fine (to my knowledge the make process goes o.k.), I'm
> trying to install gtk+ (newer versions) so that I may make the frontend.
> I'm trying to get pango and the other dependencies to make but I'm
> having problems. I thought I just needed to ./configure, make, make
> install in the glib-2.4.0 directory that I unpacked? I'm guessing there
> is a bit more to it? The make process and everything goes fine. But
> there is no "glib 2.4" directory in /usr/lib. Isn't that where it is
> suppose to install it? Pango says it can't find its dependencies
> either... I'm guessing glib is one of them... Anyway guidance would be
> much appreciated.
./configure by default sets up the install prefix to be /usr/local, so
it won't collide with the system gtk. You can use --prefix=/usr in
configure to put gtk in /usr, overwriting your system libraries. Or,
before compiling the rest of gtk and xine, set the PKG_CONFIG_PATH
variable to point to /usr/local/lib/pkgconfig. That way you can keep
the old and new libraries if you're not prepared for the consequences of
overwriting the system default gtk. Does this help?
Michael
>
> _______________________________________________
> gtk-list mailing list
> gtk-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-list
--
Michael Torrie <torriem chem byu edu>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]