On Mon, Oct 18, 2010 at 2:58 AM, Peter <[email protected]> wrote: > Hi all, > > I'm trying to use RB from source on Ubuntu Lucid. I've got the latest code > from git and while it configures and builds, it won't run... > > Note I've installed the current libdmapsharing (from git) under my home > directory as I want to use the DAAP plugin. > > $ export LD_LIBRARY_PATH="$HOME/lib:$LD_LIBRARY_PATH" > $ export LD_RUN_PATH="$HOME/lib:$LD_RUN_PATH" > $ export PKG_CONFIG_PATH="$HOME/lib/pkgconfig" > $ ./autogen.sh --prefix=$HOME --enable-daap
You're missing '--enable-uninstalled-build' here. _______________________________________________ rhythmbox-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
