Questions tagged [anjuta]

An IDE written for the GNOME project. Supports C, C++, Java, JavaScript, Python and Vala.

From the home page:

What is Anjuta DevStudio?

Anjuta DevStudio is a versatile software development studio 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.

45 questions
0
votes
0 answers

Issue with loading Anjuta auto tools plugin

I am using Anjuta (built from source). I am facing an issue where the basic build autotools plugin is not started while starting Anjuta even if I try to enable in preferences (it gets disabled on startup) If I try to build a project that was already…
Harish
  • 41
  • 1
  • 5
0
votes
0 answers

Developing using Anjuta and Glade for GTK2

I am developing an app for a system that has GTK2 as the latest GTK library installed. I'm using Anjuta and Glade's wysiwyg design interface. I've used "project > add library" to add the library support for GTK2 and used the project tab on the left…
Adel Ahmed
  • 638
  • 7
  • 24
0
votes
1 answer

Cannot build Anjuta default GTK project

I've just installed Anjuta on Ubuntu. I tried building the auto-made GTK(simple) project but I get the following error : "Error: Directory `/home/cookie . Cie' does not look like the top-level package directory" My project directory is named "PSE…
0
votes
0 answers

GTK Signals don't work in C program with GTK3 and Anjuta

I try to write a C program, which uses GTK3. I can compile it, but the callback functions for the signals of GTK don't work. They contain only such things: G_MODULE_EXPORT void activateWindow(GtkWidget *widget, gpointer data) { g_print("Event:…
witchi
  • 345
  • 3
  • 16
0
votes
1 answer

Anjuta Failure when Building Configuration

I have successfully installed Anjuta, defined a project using existing source files, and successfully compiled and linked it using the 'default' configuration. When I try to build the 'debug' configuration (and any other configuration), the build…
Dave Nagy
  • 21
  • 7
0
votes
2 answers

Can't get GtkTextBuffer from Text View - C, GTK3

I'm working on an assigment using GTK3+, Anjuta(the Glade plugin) and C. I have a text view, but I'm having trouble getting the text buffer it's using. The code that's giving me trouble is this: GtkWidget * text_view_hilera_1; GtkWidget *…
dhcarmona
  • 402
  • 2
  • 10
  • 29
0
votes
1 answer

Anjuta terminal output not long enough

I'm using Anjuta on Lubuntu to write a program which performs calculations on historical stock price data (2 years worth, one line per market day). When I run the program and it's output is printed to the terminal in Anjuta, most of the lines are…
reechee
  • 3
  • 1
  • 7
0
votes
1 answer

Problem with makefile

I created a python project in IDE Anjuta, added some python files and the problem follows. I need that would make the program after a few .py files lying in src copied to dir /usr/bin. Anjuta generates enormous configure- and makefiles. 'll Show…
0xAX
  • 20,957
  • 26
  • 117
  • 206
0
votes
1 answer

Use Imagemagic C library with anjuta

I tried to compile ImageMagic c codes in http://www.imagemagick.org/script/magick-wand.php in anjuta. I downloaded and compiled ImageMagic successfully then add the library to anjuta from project->Add Library... Then I tried to run the code below…
Nayana Priyankara
  • 1,392
  • 1
  • 18
  • 26
0
votes
1 answer

GTK3 multiple UI files

I am tying to make a login form using Python and GTK3 with the help of Anjuta. So far, I have a UI file for my login section, and a form that makes an HTTP request. The class looks like this: class GUI: def __init__(self): self.builder =…
0
votes
0 answers

Anjuta runtime crash (Command line `dbus-launch -- autolaunch = --binary-syntax --close-stderr')

I've recently installed anjuta and eclipse(ubuntu 12.04) and both crash upon execution. Anjuta throws this warning: ** (anjuta:10578): WARNING **: Command line `dbus-launch --autolaunch=ffab43442e6b810b3d0603ea00000009 --binary-syntax…
Sebi
  • 4,262
  • 13
  • 60
  • 116
0
votes
1 answer

Add images directory to makefile

I have a local folder which includes the icons I want to use at my program.The directory is /images/icons in the src directory. When I make the tarball the directory with the images does not appear so i guess I have to include it in the makefile.If…
Rrjrjtlokrthjji
  • 602
  • 2
  • 10
  • 26
-1
votes
1 answer

Installation of anjuta failed in ubuntu 12.04LTS:

I tried to install Anjuta IDE in Ubuntu using the "Software Center" application. The installation failed. The following sre the log details. What can I do to fix this? installArchives() failed: perl: warning: Setting locale failed. perl: warning:…
adi
  • 79
  • 2
  • 7
-3
votes
1 answer

Makefile error: Missing separator

ALL, Here is the beginning of my Makefile: # ========================================================================= # This makefile was generated by # Bakefile 0.2.9 (http://www.bakefile.org) # Do not modify, all changes will be…
Igor
  • 5,620
  • 11
  • 51
  • 103
-7
votes
2 answers

'clrscr()' and 'conio.h' not working

First of all.... I can't include 'conio' in my file (nor 'conio.h') and then I can't use 'clrscr()' in my program... The code is like this #include #include \\even 'conio.h' isn't working main() { clrscr(); } It shows…
Heich-B
  • 672
  • 1
  • 6
  • 15
1 2
3