Abou Anjuta

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sasimca007
    New Member
    • Sep 2007
    • 129

    Abou Anjuta

    Hello friends,
    I have downloaded the software Anjuta for ubuntu and untar that file and i give command ./configure at last it giving 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.24.5); http://subversion.org
    Requires subversion (>= 1.0.2); http://subversion.org
    Building glade plugin: ............... ............... ...NO
    Requires glade-3 (>= 3.0.2)
    Building devhelp plugin: ............... ............... .NO
    Requires devhelp
    Building class inheritance plugin: ............... ......YES
    Building performance profiler with function call chart: YES
    Building Valgrind debugger plugin: ............... ......YES
    Building GtkSourceView based editor: ............... ....NO
    Building Scintilla based editor: ............... ........NO
    Building new (unstable) Symbol-db plugin: .......,,.....N O
    -------------------------------------------------------------------
    AM_CFLAGS = -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare
    AM_CXXFLAGS = -g -O2 -Wall -Wno-unused -Wshadow -Woverloaded-virtual

    Please tell me what to do?
  • ashitpro
    Recognized Expert Contributor
    • Aug 2007
    • 542

    #2
    Originally posted by sasimca007
    Hello friends,
    I have downloaded the software Anjuta for ubuntu and untar that file and i give command ./configure at last it giving 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.24.5); http://subversion.org
    Requires subversion (>= 1.0.2); http://subversion.org
    Building glade plugin: ............... ............... ...NO
    Requires glade-3 (>= 3.0.2)
    Building devhelp plugin: ............... ............... .NO
    Requires devhelp
    Building class inheritance plugin: ............... ......YES
    Building performance profiler with function call chart: YES
    Building Valgrind debugger plugin: ............... ......YES
    Building GtkSourceView based editor: ............... ....NO
    Building Scintilla based editor: ............... ........NO
    Building new (unstable) Symbol-db plugin: .......,,.....N O
    -------------------------------------------------------------------
    AM_CFLAGS = -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare
    AM_CXXFLAGS = -g -O2 -Wall -Wno-unused -Wshadow -Woverloaded-virtual

    Please tell me what to do?

    This software needs to satisfy all the dependencies(pa ckages with 'NO' tags)
    Beside using gz packages you better use deb packages.
    Follow this link

    http://packages.ubuntu .com/edgy/gnome/anjuta

    Look for red marks. these are the dependencies for Anjuta.
    Install all those packages, after that install the Anjuta

    use 'dpkg -i <deb file name>' command to install all deb packages

    Comment

    Working...