Programming :: Anjuta And Geany: Build Menu Is Grayed Out?

Mar 25, 2010

I am new to using Linux (Debian) and I wanted to install an IDE that covers all languages (C++, Java, SQL) so I decided to try Anjuta, but when I entered a simple "Hello World" code and tried to run it, I noticed that the Build > Compile selection was grayed out. I read on another forum that Anjuta can only compile projects so I switched to Geany, same problem. Do I have to install a compiler?

View 1 Replies


ADVERTISEMENT

Software :: Replace Glib - Build GTK3.0 For Anjuta 3.0?

May 14, 2011

I've gone about as far as I can with this without trashing my system. I'm running Mint 10 LXDE with XFCE.

Ultimate objective: Install latest Anjuta 3.0 from source (not yet in repos). Anjuta ./configure reported a need for updated packages, such as GTK 3.0, Glib, Gio, etc. I downloaded GTK 3.0 and 'config' reported a need for an updated Glib. So I downloaded that and have installed it successfully (no prefixes; from home dir.)

But now GTK config is stating that it has found two versions of Glib, which I guess makes sense since I made no attempt to replace the old one. So, what is/was the proper way to replace the old Glib so there is only one version, or, is that a bad idea? Will some software still be dependent on the old Glib, or do the devs make the libraries backward compatible? Where do I go from here?

[Code]...

View 3 Replies View Related

Programming :: Connecting Signals In Anjuta / Gtkmm - Errors During Compilation

May 24, 2010

i got this simple example of a code, its basicly Anjuta Gtkmm empty project. [URL] and trying to connect button signal to a function at line 67, however i receive errors during compilation, and i dont know what's wrong error output [URL]

View 1 Replies View Related

Programming :: Linking Object Files With Geany On Ubuntu - Undefined Reference To Class::functionName

Mar 9, 2009

I have created a simple test class - Mortgage, with the class declaration in the .h file and the class's methods defined in the .cpp file. (mortgage.h && mortgage.cpp, respectively) Straight up C++ 101 as far as I can tell. I instantiate the class in the main() function, which is defined in practice.cpp. Using Geany on Ubuntu, both the practice.o and mortgage.o files are created, but then I get a linker error: undefined reference to class::functionName

I get it for each function. If the mortgage.cpp file is foremost in the editor when I click "build", then I get the undefined reference to main() error, if practice.cpp is foremost (where the main() function is) then I get undefined reference to Mortgage::Mortgage(), and all the rest of the functions defined for that class. How do I get the linker to know where my object files are so it will link them in? Or is the problem somewhere else entirely?

View 8 Replies View Related

Slackware :: Use Mmaker To Build .icewm Menu?

Jul 10, 2010

I'm trying to use mmaker to build my .icewm menu, but get this: $ mmaker icewm

Code:
parsing xpdf.desktop...ok
parsing xfce4-run-program.desktop...ok
parsing thunar-volman-settings.desktop...ok

[Code]....

View 6 Replies View Related

Programming :: Build A Simple Program For C Programming Class?

Feb 12, 2011

im trying to build a simple program for my C programming class, this is the source code

#include <stdio.h>
int main()
{
int length, width, length, height, area, perimeter;
perimeter = width + length + height;
area = width * length + heigth;

[Code]...

i dont see any error (you might)but every time i run it it runs but after it asks me to input for the width i do it but it doesn't take me to the length, it just stays blank until i input another value in the same place for the width, it asks me for 4 inputs in total i don;t know why, and after i run it different times it gives me different values for the perimeter and are. how can I fix this?

View 5 Replies View Related

Programming :: Build Ip Packet With C,socket Programming?

Jan 30, 2011

How can we build a packet using C?we have a structure called sockaddr_in which is use to for IPv4,so that we can define address,port and etc in this way:

Code:
struct sockaddr_in sock;
sock.sin_family=AF_INET;

[code]...

View 5 Replies View Related

Ubuntu :: Geany Is Being Crashed

Mar 29, 2011

I am using ubuntu 10.04 . when i try to compile some C++/C code using geany it suddenly crashes sometimes . I have run geany from terminal and when it crashed it has left.

View 2 Replies View Related

Ubuntu :: Geany Not Working In KDE?

Jun 24, 2011

I just switched to Kubuntu, I'm missing some of my favorite tools - most of which I've found alternatives for. I've read that Geany IDE should run fine on KDE, but when I install and try to launch, it just hangs. The icon bounces around by my cursor like it's loading, and window switcher in the task bar shows it trying to load. And then after about 10sec it just stops - and my screen stares back at me. Here's the output when I try to run it via Konsole:

Code:
grant@L1NUX:~$ geany
Segmentation fault
grant@L1NUX:~$

If for any reason Geany is broken with KDE now, does anyone suggest a better general purpose IDE? All the ones I've found are specific (or at least geared towards) one programming language.

View 9 Replies View Related

Ubuntu :: Set C Compiler In Geany?

Jul 25, 2009

how to set c compiler in geany....

View 1 Replies View Related

Fedora :: Cannot Install Anjuta By Yum?

Dec 21, 2009

When I tried to install anjuta, then yum showed below error message.

Cannot find a valid baseurl for repo: fedora

My yum's repolist is as below.

View 1 Replies View Related

Ubuntu :: Installing Anjuta 3.0.tar.bz2?

Jun 14, 2011

can somebody tell me how to do so? i followed tuts everywhere , but at the last configure step it says that it doenst find a GTK higher than 2.2

View 1 Replies View Related

Software :: Anjuta IDE Not Installing On SL6?

Jun 28, 2011

I downloaded the el6 version of Anjuta from [URL]

I am trying to install it using yum, but I keep getting dependency errors. How do I satisfy these dependencies on Scientific Linux 6?

Below is the error, and my active repolist.

Code:
Finished Dependency Resolution
Error: Package: 1:anjuta-2.28.1.0-2.el6.i386 (/anjuta-2.28.1.0-2.el6.i386)
Requires: autogen
Error: Package: 1:anjuta-2.28.1.0-2.el6.i386 (/anjuta-2.28.1.0-2.el6.i386)
Requires: libgda-sqlite >= 3.99.7

[Code].....

View 2 Replies View Related

Ubuntu :: Segmentation Fault In Geany

Aug 6, 2010

I just made a pretty simple program in geany (GCC with default options)and I ended up with Segmentation fault. program is pretty simple and it performs binary search on an array.I know what segfault is but here I m clue less about why it is happening.and one thing more, the program runs fine in turbo C++ compiler.Same thing happened earlier too when I was making a program which included some simple string manipulation

View 1 Replies View Related

Ubuntu :: Geany Not Working With Natty Narwhal?

May 1, 2011

When I try to start Geany, it crashes with a segmentation fault. The current version is 0.20. I've tried to downgrade it to 0.19, but it didn't solve the thing.

View 2 Replies View Related

Software :: Geany - Convert Tabs To Spaces?

Feb 26, 2010

How do you convert tabs to spaces?

View 6 Replies View Related

Fedora :: Anjuta Cannot Create GNOME 2 Projects

Apr 10, 2010

I've been wanting to write a small program for personal purposes in GNOME using Anjuta. I've noticed something strange when I start a new project. I have various options, a GTK project, SDL, XLIB, and GNOME Applet, but no GNOME project? I have the GNOME development libraries installed as far as I know, but the option to create a GNOME 2 project just doesn't appear.

View 2 Replies View Related

Ubuntu Installation :: Anjuta 3.0.0 & GTK+ 3 As Well As All The Required Packages Be Able To Run?

Sep 1, 2011

i have been working with fedora for a long time because i was unable to get anjuta 3 working on ubuntu as well as GTK+ 3,facing a huge list of problems after reinstalling it around 3 times and unable to get my new mouse working on GNOME. My question is will anjuta 3.,GTK+ 3.0 as well as all the required packages be able to run/installed on ubuntu?

View 2 Replies View Related

Ubuntu :: Enable Uml Diagram Painter On Anjuta?

Aug 19, 2011

How do I can enable the uml diagram painter on anjuta on ubuntu 11.04? I see some screenshot but I don't found the package.

View 1 Replies View Related

General :: Get The Autocomplete Work For HTML Code With Geany IDE?

Oct 2, 2009

How to get the Autocomplete work for HTML code with geany IDE?

View 1 Replies View Related

Programming :: Build A Spi Program Using C++?

Jan 19, 2011

I'm trying to build a spi program using c++. I'm able to perform half-duplex transfers using the read/write functions, it works perfectly. Now I need to perform a full-duplex transfer, but I'm facing some problems. When I try to receive more than one byte, the slave returns to me only one byte.Ex: I send: FF FF FF FF FF The slave must return: 03 02 00 13 04 But what is happening is:

1st Transfer:

tx: FF FF FF FF FF
rx: 03 00 00 00 00

2nd Transfer:

tx: FF FF FF FF FF
rx: 02 00 00 00 00

[code].....

View 3 Replies View Related

Debian Installation :: Anjuta Install - Libsvn1 Not Authenticated

Jul 2, 2015

I wish to try the Anjuta IDE - I am running wheezy. Using Synaptic, libsvn1 is marked for installation, but produces a warning message that it is not authenticated.

I have seen other posts regarding this issue and would not want to be left with a broken system! I have also tried installing libsvn1 on its own and get the same message.

View 6 Replies View Related

General :: Required In Installing Anjuta & Pango In CYGWIN?

Oct 13, 2010

I am very new to Linux. I want to work on GTK. As I came from VB background, I want to use Anjuta IDE to start my design. I installed CYGWIN. When I am trying to install anjuta , I am getting error saying GLIB and Unique1.0 not found :

[Code]...

View 3 Replies View Related

Debian :: No Longer Open Remote Files Via SCP / SSH Using GVFS From Geany

May 17, 2010

I recently upgraded to Squeeze and in general I'm loving it.One problem I'm having is that I can no longer open remote files via SCP/SSH using GVFS from Geany.This functionality still works in gedit.I've checked the syslog and can see no clues, and I also can't find any references on Google.

View 5 Replies View Related

Fedora :: Geany + Gvfs + F13 When Try To Save, It Saves Empty File?

Aug 11, 2010

after update f12 to f13 geany stopped to work correctly on remote storage (sftp). Geany opens file correctly, but when I try to save, it saves empty file. I tried "notepad" and "gedit", they work good on f13. Geany on f12 worked correctly too.

View 3 Replies View Related

Debian Programming :: Can't Build Android App

May 29, 2014

I'm trying to setup tools for developing android apps on my Debian Wheezy (backport) system. Eclipse with android plugins is installed. Android SDK installed using android-sdk_r22.6.2-linux.tgz available from URL...My problem is I can't build the android app. The console in Eclipse tells me something (translated) like this;

Code: Select all[2014-05-30 16:36:45 - adb] Unexpected exception 'Cannot run program "/usr/lib/android-sdk-linux/platform-tools/adb": java.io.IOException: error=2, No such file or directory' while attempting to get adb version from '/usr/lib/android-sdk-linux/platform-tools/adb'

I have searched the web quite extensively but found no solution. It seems the issue may be due to I'm having a 64bit system but building the app requires some 32bit stuff.Some older posts suggest adding package by "apt-get install ia32-libs". In later posts (i.e. URL....

Code: Select alldpkg --add-architecture i386
apt-get update
apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386

However doing apt-get install libc6:i386 asks me to remove 1536 installed packages and installing just 5 new...

Some info about my system ....
Code: Select all>uname -mrv
3.14-0.bpo.1-amd64 #1 SMP Debian 3.14.4-1~bpo70+1 (2014-05-14) x86_64

View 8 Replies View Related

Programming :: Ant Build.xml And Regular Expressions?

May 31, 2011

i am trying to create an exclude regular expression for my build.xml. The problem is, that i am trying to find some info on which REs are acceptable/valid for ant... Is ant using standard regular expressions? POSIX ones? Since it is a java-based tool, the "Java REs" are probably valid. I am a little bit confused. If somebody can help me out with the different RE standards, i would be most obliged.

View 1 Replies View Related

Programming :: Ant Build.xml File For Eclipse?

Mar 26, 2011

I've spent all day trying to figure how to write an ant build.xml file for eclipse. I must have read 20 sites on the web but some how I just am missing it I continue to get the error

Code:
/home/knox/workspace/HW/src/projectBuilder.xml:5: the file attribute is required
here is my file at this point after many variations
Code:
<?xml version="1.0" encoding="UTF-8"?>

[Code]...

It works fine if I leave out the Main-Class line in manifest but then the jar is not executable Dick

View 3 Replies View Related

Programming :: How To Build VS2005 Projects

Feb 3, 2011

I need to create a SW project both for Windows (written with MS Visual Studio 2005) and Linux. Currently I have a build script for windows and another for Linux. I would like to build the project for both platforms on a single PC. Is there a way of building VS2005 projects with Linux (not using Cmake)?

View 2 Replies View Related

Programming :: Can't Build Parted 2.3 On Kernel 2.6.34?

Jun 18, 2010

Im trying to build parted 2.3, but I always end-up in the same error:

Code:
In file included from arch/linux.c:42:
/usr/include/scsi/scsi.h:152: error: expected specifier-qualifier-list before 'u8'
/usr/include/scsi/scsi.h: In function 'scsi_varlen_cdb_length':
/usr/include/scsi/scsi.h:163: error: 'struct scsi_varlen_cdb_hdr' has no member named 'additional_cdb_length'

[Code]...

View 14 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved