> The first problem was due to me trying to compile it as an rpm package > (sometimes the rpm packages give errors that wouldn't normally fail on > a standard build - this was the case here). I think the problem is > connected to the following snipets from running ./autogen.sh > > Running autoheader... > Running automake-1.7... > cp: cannot stat `INSTALL': No such file or directory > configure.ac: installing `./install-sh' > configure.ac: installing `./missing' > Makefile.am: installing `./INSTALL' > daapsharing/Makefile.am: installing `./depcomp' > cmp: INSTALL.autogen_bak: No such file or directory > cp: cannot stat `INSTALL.autogen_bak': No such file or directory > Running ./configure --enable-maintainer-mode ... > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... gawk > > then.... > > checking whether gcc understands -Wcast-align... yes > checking whether gcc understands -Werror... yes > checking whether gcc understands -std=gnu89... yes > configure: error: conditional "USE_DAAP_BROWSE" was never defined. > Usually this means the macro was only invoked conditionally.
In a follow up to this problem... If I run ./autogen.sh --enable-ipod --enable-tag-writing --enable-daap it works OK (ie add all the ./configure arguements to ./autogen.sh) but if I run it clean (with out the --enable-daap it fails) so I think the configure scripts need some cleanups. I'll try and work it out but I'm still a bit fresh when it comes to autofu! Pete _______________________________________________ rhythmbox-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
