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@xxxxxxxxx > http://mail.gnome.org/mailman/listinfo/gtk-list -- Michael Torrie <torriem@xxxxxxxxxxxx> _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list