in reply to Re^2: Windows/Linux System Tray and tk
in thread Windows/Linux System Tray and tk
If that is not possible, get the c libs yourself See Perl/Gtk2 Faq
The basic libs are only needed, not the entire Gnome library set. They must be installed in a certain order
You usually have to keep the same pkgconfig location.... defaults to /usr/local, but it's easiest to keep them in /usr, so when you configure them, dopkgconfig cairo glib pango atk gtk2
./configure --prefix=/usr
Get the latest versions from Gtk+ downloads then install in the order above, then install the Perl modules in the same order.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Windows/Linux System Tray and tk
by deadpickle (Pilgrim) on Jul 16, 2007 at 02:29 UTC |