On Sat, 2004-05-22 at 11:23, Alexy Khrabrov wrote:
> OK, got it all working by regressing to gtk+ v2.2 and all its listed
> dependencies. Also needed to keep freetype 2.1.5, not 2.1.8 as that
> wouldn't compile with xft 2.1.2. Perhaps the order I've done the v2.4
> was different, but I'd like to see a coherent guide on how to test
> and assemble gtk2 step-by-step. When doing make uninstall, found that
> glib did not remove some libraries, gthread, and old versions symlinks
> were found by pango, so had to go back and rm abd reconfigure/recomile
> the next ones. Now everything works though, and here's a script to do
> massrotate with stock icons!
>
> The error was gtk, not perl-specific, same error came out of pygtk.
just a suggestion, but when i'm doing major upgrades (like all of the
gtk set of libs) i usually don't do them system wide and instead do
local installs to places like $HOME/glocal. then i set the appropriate
LD_LIBRARY_PATHS, PKG_CONFIG_PATHS, PERL5LIB, etc. can save you getting
the whole system into a non-working state and will let you get rid of it
all with rm -rf $HOME/glocal
--
-rm
|