Re: Problems building CVS libbonobo with jhbuild
Keith Sharp <[email protected]> Tue, 27 Jul 2004 17:20:06 +0100
| Newsgroups | gmane.comp.gnome.components |
|---|---|
| Organization | Passback IT Consultancy |
| Message-ID | <1090945207.28190.25.camel@animal> |
On Tue, 2004-07-27 at 17:06 +0100, Keith Sharp wrote: > On Tue, 2004-07-27 at 16:49 +0100, Gustavo J. A. M. Carneiro wrote: > > A Ter, 2004-07-27 =C3=A0s 16:45, Keith Sharp escreveu: >=20 > [ snip ] >=20 > > > Ok, I am really confused now! I checked my different Makefile/.am/= .in > > > files and they have the above. I then decided to try and build the= last > > > stable release from source (2.6.2). I downloaded the source, ran > > > "jhbuild shell", and then did a ./configure && make - built first t= ime. > > >=20 > > > I then did a diff on configure.in, Makefile.am, and activation-serv= er/ > > > Makefile.am between 2.6.2 and CVS HEAD, aside from some new transla= tions > > > in configure.in there is no difference between the versions. > >=20 > > In that case, the difference must be somewhere in your autotools. = You > > could try 'jhbuild bootstrap' to install the recommended auto* tools. >=20 > Hmm, this is what I did: >=20 > jhbuild bootstrap > jhbuild update > jhbuild build -a -c -n >=20 > Using anonymous CVS, building moduleset 'gnome28' and modules 'meta- > gnome-desktop'. >=20 > Is there anyway to tell which versions of the autotools were used to > create the 2.6.2 release? Ok very weird. If I run "jhbuild shell" and then run my autogen.sh command (same arguments) and make, it works. If I do a "jhbuild buildone libbonobo" it fails. Looks like a jhbuild problem. Thanks for all your help, Keith.