On Sat, 2010-06-05 at 11:46 -0500, Jim Campbell wrote: > Hi All, > > Need some help building yelp-3.0. I've built yelp-xsl and the latest > version of gio (installing as root), but still get this message: > > Requested 'gio-2.0 >= 2.25.3' but version of GIO is 2.24.1 > No package 'yelp-xsl' found > > Maybe I don't have them in my path? If someone could help me out with > this, I'd appreciate it.
Where did you install to? Did you pass --prefix to configure, or use the default? The autotools default is /usr/local. I generally install stuff to /opt/gnome2. If you install to non-standard prefixes, there's some environment variables you need to set up to make things build and run correctly. This is what I do: export ACLOCAL_FLAGS="-I /opt/gnome2/share/aclocal" export PKG_CONFIG_PATH=/opt/gnome2/lib/pkgconfig:/opt/gnome2/share/pkgconfig export LD_LIBRARY_PATH=/opt/gnome2/lib export XDG_DATA_DIRS=/opt/gnome2/share:/usr/local/share:/usr/share Hope this fixes it. Otherwise catch me on IRC tomorrow. -- Shaun _______________________________________________ gnome-doc-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-doc-list
