Questions tagged [anjuta]

Anjuta DevStudio is a versatile software development studio

Anjuta is an integrated development environment for the C, C++, Java, JavaScript, Python and Vala computer programming languages, written for the GNOME project. It comes standard on base installation DVDs of major Linux distributions such as Ubuntu. featuring a number of advanced programming facilities including project management, application wizard, interactive debugger, source editor, version control, GUI designer, profiler and many more tools. It focuses on providing simple and usable user interface, yet powerful for efficient development.

12 questions
4
votes
2 answers

Bazaar plugin for Anjuta

I want to use Anjuta for development and Bazaar for version control. But the launchpad project listed on this page is empty. http://wiki.bazaar.canonical.com/IDEIntegration Is it dead? Is there another plugin?
burli
  • 2,557
4
votes
3 answers

how to install anjuta 3.6 ide - 12.04 with kde

I have downloaded the file anjuta-3.6.1.tar.xz from here --> http://projects.gnome.org/anjuta/ now I would like to install it but I don't know how. I have looked at the install.txt and I have done cd in the program directory and then this…
Frank
  • 1,583
3
votes
1 answer

How to use ArrayList in Vala using Anjuta as IDE?

I've been trying to use Anjuta to start using Vala. It was working well until I tried to use an ArrayList. The Gee library doesn't seem to work in Anjuta; it seems to be working when I compiled it manually. Am I missing something?
thejambi
  • 442
  • 3
  • 7
2
votes
1 answer

Dependency error: Unable to install Anjuta IDE

I'm unable to install anjuta studio in Ubuntu 15.04 using the Gnome 3.16 DE. This is the output of terminal: shivam@shivam-Inspiron-3521:~$ sudo apt-get install libjavascriptcoregtk-2.4.9-0 Reading package lists... Done Building dependency tree …
2
votes
2 answers

Folder with images in makefile

I have been using anjuta to make some programs. I have made a folder in the src directory of the program to store all the images and icons. ( /src/images/icons ) However when i build the tarball the folder does not exist in the compressed file, so…
dlin
  • 3,900
2
votes
1 answer

PackageKit doesn't seem to be working on kubuntu

I am having trouble getting the Anjuta IDE working due to it complaining of missing packages and package kit does anybody know how to fix this? I am using kubuntu 20.10
1
vote
0 answers

How to add a theme to GtkSourceView Editor for Anjuta

So I want to use Anjuta and add a Theme. I use the GtkSourceView plugin as my editor. For some reason it doesn't allow me to define colors like with any any other editor but instead requires me to use a gtk theme. I use Ubuntu Mate 20.04. I'm not…
FalcoGer
  • 925
0
votes
1 answer

Anjuta crashes when open *.ui file

I'm using Anjuta IDE version 3.12.0, Ubuntu 14.10 64bit. Whenever I open a *.ui file, Anjuta crashes: if I double click at the *ui file, or right click and choose Open or Open with Glade interface designer, the IDE crashes. if I right click at the…
truongnm
  • 637
0
votes
1 answer

Can't find Libgtkmm-3.0.so.1

After moving to a new computer and reinstalling all that I had on my old one, I can compile a C++ program that's using GTK+3.0 in Anjuta but when I try to run it, I get the message error while loading shared libraries: libgtkmm-3.0.so.1: cannot…
0
votes
1 answer

fatal error: gtk/gtk.h: No such file or directory

I know this question has been answered several times, I have tried each of them but still could not find the exact solution. I am starting to learn GTK + 3.0 with Glade User Interface. i know Glade will generate XML for the design and the same XML…
Amul Bhatia
  • 398
  • 2
  • 6
  • 14
0
votes
1 answer

Failing to import pandas in Anjuta "module functions cannot set METH_CLASS or METH_STATIC"

I have this boilerplate in a minimal Anjuta app that runs. I do not want to install pandas to the system python path so I am using Virtualenv. When I add import pandas as pd I get the following error message. Not sure if this is Anjuta or Pandas…
Diego
  • 589
  • 7
  • 22
-2
votes
2 answers

to give permission to a particular group

Create a directory called /documents and the user clado should be given permission to view the contents of /documents.The user student, visitor, redhat must be given permission to create files within /documents