Hi giopas: It surprises me you got that error, as I've compiled it here with no problem following the instructions.
Nope, no spelling issue. Makefile.in and Makefile are files that autogen.sh creates via automake and the configure script, taking as source just the Makefile.am files. Perhaps its an error with automake or something, what's your automake version? Mine is: automake (GNU Automake) 1.9.6 autoconf (GNU Autoconf) 2.61 By the way, I'm under Ubuntu 7.04 with These are the exact commands I issue, and it works: $ tar xjf rhythmbox-0.10.0.tar.bz2 $ tar xjf lyrics_plugin.tar.bz2 $ rm -rf rhythmbox-0.10.0/plugins/lyrics/ $ mv configure.ac.patch rhythmbox-0.10.0/ $ mv lyrics/ rhythmbox-0.10.0/plugins/ $ cd rhythmbox-0.10.0/ $ patch -p0 < configure.ac.patch $ ./autogen.sh Hope this solves your problem. Cheers. -- Sirio Bolaños. México. [EMAIL PROTECTED] _______________________________________________ rhythmbox-devel mailing list [email protected] http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
