On Thu, 2005-08-18 at 13:41 +0200, Danilo Šegan wrote: > As I guessed, the problem was funny installation of g-d-u. > pkgconfig wasn't able to find the gnome-doc-utils.pc file which is in > /usr/share/pkgconfig (dunno how it ended up there, /usr/lib/pkgconfig > should be more common, and g-d-u .pc files are only ones in "share"). > > Simply doing > > PKG_CONFIG_PATH=/usr/share/pkgconfig make > > did the thing for me, on window. Moving those two .pc files to > /usr/lib/pkgconfig should fix it systemwide.
Yes, Daniel finally helped me to evntually see that the problem was the failure of that pkg-config part. I had tried hardcoding the .xsl location, but I've now hardcoded that PKG_CONFIG_PATH instead. Seems to work now. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ Gnome-infrastructure mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-infrastructure
