Re: [Rhythmbox-devel] Rhythmbox.h



Thanks, that seemed to work.  What version of automake should I be using
if not 1.8.2?

Also, I am now running into a missing glib header called gi18n.h (see
error below).  I have confirmed that this is, in fact, not on my system
anywhere.  Google said that the file was introduced into glib CVS last
november, but I guess it hasn't made it to prime time yet.  That's too
bad because ipod interaction was what I wanted to be testing in the
first place.  

My next question is, how does everyone keep all these cvs libraries
straight.  I mean, I have glib/gstreamer/gst-plugins  installed (Gentoo)
for normal system operations but having the cvs installed as well and
making sure the rb is looking at the right version.... Is there an easy
way to do this?  Are there other libraries which require the bleeding
edge version?  Thanks for the help.

John


itunesdb.c:176:24: glib/gi18n.h: No such file or directory
itunesdb.c: In function `get_pl':
itunesdb.c:459: warning: implicit declaration of function `_'
itunesdb.c:460: warning: passing arg 1 of `g_utf8_to_utf16' makes
pointer from integer without a cast
itunesdb.c:462: warning: passing arg 1 of `g_utf8_to_utf16' makes
pointer from integer without a cast
itunesdb.c: In function `itunesdb_parse':
itunesdb.c:813: warning: passing arg 1 of `g_strdup_printf' makes
pointer from integer without a cast
itunesdb.c:821: warning: passing arg 1 of `g_strdup_printf' makes
pointer from integer without a cast
itunesdb.c: In function `ipod_parser_new':
itunesdb.c:1061: warning: passing arg 1 of `g_strdup_printf' makes
pointer from integer without a cast
make[2]: *** [itunesdb.lo] Error 1
make[2]: Leaving directory
`/mnt/attic/data/engineering/rhythmbox--main--0.7--patch-76/sources'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/mnt/attic/data/engineering/rhythmbox--main--0.7--patch-76'
make: *** [all] Error 2

On Mon, 2004-02-09 at 14:45, Sri Ramkrishna wrote:
> I think the word on the street is that it's an automake problem.  You'll 
> have to upgrade to the latest version and add to your collection of 
> automake binaries. :-)
> 
> You can fix it now, by going into the corba/ directory and typing in make.
> 
> sri
> 
> > 
> > I just updated the latest tla tree of rhythmbox and am getting an error
> > during compilation that says I'm missing Rhythmbox.h.  See below for
> > full error output.  Where is Rhythmbox.h?  Google found several mentions
> > in changelogs that it was removed last August but it appears as though
> > rb-shell.c still needs it.  Can someone tell me what's going on?  
> > Thanks.
> > 
> > John
> > 
> > Error output. 
> > 
> > In file included from rb-library-source.h:27,
> >                  from rb-library-source.c:33:
> > ../shell/rb-shell.h:25:23: Rhythmbox.h: No such file or directory
> > In file included from rb-library-source.h:27,
> >                  from rb-library-source.c:33:
> > ../shell/rb-shell.h:57: error: syntax error before
> > "POA_GNOME_Rhythmbox__epv"
> > ../shell/rb-shell.h:57: warning: no semicolon at end of struct or union
> > ../shell/rb-shell.h:58: warning: type defaults to `int' in declaration
> > of `RBShellClass'
> > ../shell/rb-shell.h:58: warning: data definition has no type or storage
> > class
> > make[2]: *** [rb-library-source.lo] Error 1
> > make[2]: Leaving directory
> > `/mnt/attic/data/engineering/rhythmbox--main--0.7--patch-76/sources'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory
> > `/mnt/attic/data/engineering/rhythmbox--main--0.7--patch-76'
> > make: *** [all] Error 2
> > -- 
> > If you're not part of the solution, you're part of the precipitate.
> > 
> > _______________________________________________
> > rhythmbox-devel mailing list
> > rhythmbox-devel@gnome.org
> > http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
> > 
-- 
If you're not part of the solution, you're part of the precipitate.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]