On Wed, Oct 13, 2010 at 4:21 AM, W. Michael Petullo <[email protected]> wrote: > >> I started by trying to build libdmapsharing from source (from git), and >> have a couple of small suggestions - I hope the RB folk don't mind >> me using their mailing list, since it is related. >> >> Please add a .gitignore file which should cover *.o and *.lo at least, >> plus all the files you expect to be automatically generated. > > I just pushed this change to Git master.
Thanks - git status is now clean after doing a build. >> Having installed libdmapsharing using --prefix=$HOME I now >> need to work out how to get RB to detect it at configure time... >> >> $ echo $LD_LIBRARY_PATH >> /home/peterjc/lib:/usr/local/lib: >> $ ./configure --prefix=$HOME --enable-daap >> ... >> checking for DMAPSHARING... no >> configure: error: DAAP support explicitly requested, but >> libdmapsharing couldn't be found > > You will need to set the environment variable "PKG_CONFIG_PATH" so that > ./configure's use of pkg-config looks in your non-standard installation > directory for ".pc" files. See also "man pkg-config." I see: $ export PKG_CONFIG_PATH="$HOME/lib/pkgconfig" Configure completes now, and make is running... Thanks! Peter _______________________________________________ rhythmbox-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
