Re: [Rhythmbox-devel] Error while building Rhythmbox - glib-compile-schemas

2013-06-02 Thread Ankit Arora
Ah alright, I installed yelp-tools, lets see how it goes! Thanks. One more thing, though it is probably jhbuild related and not rhythmbox related. I'm able to do "jhbuild buildone rhythmbox" but not "jhbuild build rhythmbox". With jhbuild buildone rhythmbox I get: I: module "rhythmbox" does not

Re: [Rhythmbox-devel] Error while building Rhythmbox - glib-compile-schemas

2013-06-02 Thread Matt Novenstern
Hi Ankit, Someone else posted the same problem yesterday. You need the file yelp.m4, which seems to generally in a package called yelp-tools. It's a macro for automake that help with generating documentation. Install that and then make sure jhbuild reruns autogen and you should be all set!

Re: [Rhythmbox-devel] Error while building Rhythmbox - glib-compile-schemas

2013-06-02 Thread Matt Novenstern
On Sun, Jun 2, 2013 at 6:40 AM, Ankit Arora wrote: I'm sorry, I should've mentioned. I'm on Ubuntu 12.04 64bit On Sun, Jun 2, 2013 at 5:09 PM, Ankit Arora wrote: I'm trying to start to work on Rhythmbox (my first venture into open source), but I ran into an error.  I setup JHBuild and

Re: [Rhythmbox-devel] Error while building Rhythmbox - glib-compile-schemas

2013-06-02 Thread Ankit Arora
I'm sorry, I should've mentioned. I'm on Ubuntu 12.04 64bit On Sun, Jun 2, 2013 at 5:09 PM, Ankit Arora wrote: > I'm trying to start to work on Rhythmbox (my first venture into open > source), but I ran into an error. > > I setup JHBuild and then ran: > > jhbuild buildone rhythmbox > > > and he