Re: [anjuta-devel] Backport of python support to 2.30 possible?



Hi!

Sadly, that's not the case. Ubuntu 10.10 still ships anjuta 2.30 and because it also ships libgda 4.0.9, 
anjuta 2.32 cannot be built on a standard 10.10.
I think jhbuild would be the best option I have, but I have no experience with it. Can I assume that 
jhbuild will produce static linked binaries?

Hmm, don't they plan to update that? But if it's only libgda that's
missing you will most likely succeed with the latest libgda tarball like
that:

apt-get build-dep libgda
(now in libgda directory)
./configure --prefix=/usr
make && sudo make install

and afterwards be able to build anjuta.

jhbuild can build a complete GNOME environment in your home directory
(or any other directory you specify) without any interfering at all with
your system installation. But for the case of just a missing libgda it's
overkill.

Don't forget to file a bug in launchpad to poke them to update their
stuff ;) Would be really sad if they ship 2.30.

Regards,
Johanes




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