> 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. > 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." -- Mike :wq _______________________________________________ rhythmbox-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
