yelp-2.9.3 on garnome-2.9.91 fails to build



Hi,

I can't get yelp-2.9.3 to build.  It fails in the ./configure stage.

... Package gnome-doc-utils was not found in the pkg-config search path.
Perhaps you should add the directory containing `gnome-doc-utils.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gnome-doc-utils' found


The 'LIBDEPS' for yelp's Makefile needs to be updated.  Attached you'll
find a patch ( generated using diff -u ) to do so.

Thanks,

-- 
--------------------------------------------------------------------------------
Steven Knight  steven knight unh edu   IM : skkataim

and tho' We are not now that strength which in old days
Moved earth and heaven, that which we are, we are,--
One equal temper of heroic hearts,
Made weak by time and fate, but strong in will
To strive, to seek, to find, and not to yield.

-- Ulysses by Alfred Lord Tennyson
-------------------------------------------------------------------------------
--- Makefile.org	2005-02-11 14:56:02.040224664 -0500
+++ Makefile	2005-02-11 14:56:15.085241520 -0500
@@ -3,7 +3,7 @@
 CATEGORIES = desktop
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
 
-LIBDEPS = desktop/libgtkhtml platform/libgnomeui platform/gnome-vfs
+LIBDEPS = desktop/gnome-doc-utils desktop/libgtkhtml platform/libgnomeui platform/gnome-vfs
 
 DESCRIPTION = yelp
 define BLURB


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]