On Wed, Dec 31, 2003 at 08:47:53AM -0500, Wayne Topa wrote: [snip] > Changing amver=1.7 to amver=1.4, in proj, allowed proj to finish > without error. ./configure fails with > Package atk was not found in the pkg-config search path > > No Joy. :-(
Here's all things pkg-config is looking for: atk gdk-pixbuf-2.0 gdk-x11-2.0 glib-2.0 gobject-2.0 gmodule-2.0 gtk+-x11-2.0 libglade-2.0 libxml-2.0 pango pangox pangoxft librsvg-2.0 Here's my *rough guess* as to how to meet these dependencies: #apt-get install libatk1.0-dev libgtk2.0-dev libglib2.0-dev \ libglade2-dev libxml2-dev libpango1.0-dev librsvg2-dev I actually don't use glade or svg here - yet. But I consider those two to be part of a "modern gnome build environment", and I reuse proj.c. I got my "modern gnome build environment" by src lines to my sources.list and typing: #apt-get install dia2sce; apt-get build-dep gnome-control-center That will bring in several other dependencies that may also be required; I dunno. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]