I tried to ./configure it on Feisty (the 2.1.2 version).
The problem is that it wants libgdl-1 0.7.3.
In Feisty it is still 0.6.1, and Debian unstable only has 0.7.2-1.
So I'm stuck.
I tried to ./configure it on Feisty (the 2.1.2 version).
The problem is that it wants libgdl-1 0.7.3.
In Feisty it is still 0.6.1, and Debian unstable only has 0.7.2-1.
So I'm stuck.
Last edited by Nirro; April 1st, 2007 at 05:53 PM.
i just compiled libgdl and installed it to /usr/local and it worked alright
There's a repository for installing Anjuta 2.1.3
http://ubuntuforums.org/showthread.php?t=4411131) Add 'deb http://anjuta.org/apt ./' in your /etc/apt/sources.list
2) Create a file called /etc/apt/preferences and enter the following:
Package: anjuta
Pin: version 2.*
Pin-Priority: 990
Package: anjuta-common
Pin: version 2.*
Pin-Priority: 990
Package: anjuta-dev
Pin: version 2.*
Pin-Priority: 990
3) sudo apt-get update
4) sudo apt-get install anjuta
(anjuta-dev, if you want to write anjuta plugins)
Bookmarks