Comment 8 for bug 282160

Revision history for this message
Lennart Brinkmann (lbrinkma-deactivatedaccount) wrote :

I think it depends on missing dependences for the subversion package Its easy to reproduce:

I have downloaded the source from the gnome homepage, unpacked it. Then run 'sudo apt-get build-dep anjuta' to get the build dependencies. Then run ./configure. You will see something like this.

#
-------------------------------------------------------------------
#
Conditionally built plugins:
#
-------------------------------------------------------------------
#
Building subversion plugin: ............................NO
#
        Requires apr (>= 0.9.4); http://subversion.org
#
        Requires apr-util (>= 0.9.4); http://subversion.org
#
        Requires neon (>= 0.28.2); http://subversion.org
#
        Requires subversion (>= 1.5); http://subversion.org
#
Building glade plugin: .................................YES
#
Building devhelp plugin: ...............................YES
#
Building GtkSourceView based editor: ...................YES
#
----------------------------------------------------------------

I'm will do some research to find out the correct packages. I already get the package building with svn support.