|
From: Jonathan B. <jbr...@ea...> - 2004-11-29 11:23:32
|
On Sun, 2004-11-28 at 21:16 -0800, overbyte wrote: > While trying to install VPython on SuSE 9.2 Pro (the latest release from > Novell/SuSE which just arrived this month), I get a fatal error message > from the configure script. It's complaining that I don't have Gtk+ . > I've checked the package list in the SuSE package installer (YAST) and > it says the system has packages called gtk and gtk2, which both refer to > themselves as versions of Gtk+, however, there's nothing actually called > Gtk+ or gtk+ in the system. There isn't a libgtk or directory gtk > except /usr/lib/gtk which contains only themes. I even did a complete > file search for a name gtk+ and didn't find one. Does anyone have any > suggestion on where I go from here? You are probably missing the development version of the package, possibly named gtk-devel. When you have it installed, the command `pkg-config --modversion gtk+` should print out 1.2.x, for some value of x (on my system, 10). Make sure to install the development versions of all the required dependencies. HTH, -Jonathan Brandmeyer |