LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-18-2009, 01:19 PM   #1
mq15
Member
 
Registered: Apr 2009
Location: Pakistan
Distribution: Linux Mint Cinnamon
Posts: 224

Rep: Reputation: 31
Question C/C++ IDE for fedora


I used Turbo and Borland IDEs for programming in c/++ in windows.
I want to know if there are such IDEs for Linux Fedora?
Regards
 
Old 04-18-2009, 02:48 PM   #2
maresmasb
Member
 
Registered: Apr 2009
Posts: 108

Rep: Reputation: 24
Anjuta is the most complete IDE among Linux free tools that I know of. It focuses mainly on Gnome.
KDevelop and the QT toolkit are for KDE/QT development (obviously) - this provides very good looking result, but it takes longer to get used to it.
Kate is not really an IDE, as it is rather an editor with some focused toolkit for development - I tend to use this one.

http://linuxmafia.com/faq/Devtools/ides.html has a very extensive list of IDE's for Linux.

Last edited by Tinkster; 10-30-2010 at 03:06 PM.
 
Old 04-18-2009, 06:19 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
i use Anjuta and like it

Code:
yum install anjuta anjuta-devel anjuta-doc
 
Old 04-18-2009, 07:58 PM   #4
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Codeblocks - but it has so many options that you may feel lost at first.
 
Old 04-19-2009, 08:44 AM   #5
mq15
Member
 
Registered: Apr 2009
Location: Pakistan
Distribution: Linux Mint Cinnamon
Posts: 224

Original Poster
Rep: Reputation: 31
I Thank all of you.
 
Old 04-19-2009, 10:02 AM   #6
Zmyrgel
Senior Member
 
Registered: Dec 2005
Location: Finland
Distribution: Slackware, CentOS, RHEL, OpenBSD
Posts: 1,006

Rep: Reputation: 37
You could also go with Eclipse by adding C/C++ plugins to it.

I myself use Emacs
 
Old 04-19-2009, 02:26 PM   #7
mq15
Member
 
Registered: Apr 2009
Location: Pakistan
Distribution: Linux Mint Cinnamon
Posts: 224

Original Poster
Rep: Reputation: 31
Hello again,
I used the command provided by John VV , i.e
yum install anjuta anjuta-devel anjuta-doc
to install Anjuta. I got it successfully installed but I don't see any build,compile,debug,and/or run menues there, while at anjuta.org I viewed the spanshots that possessed such menues, please help me what is wrong.
 
Old 04-19-2009, 04:21 PM   #8
maresmasb
Member
 
Registered: Apr 2009
Posts: 108

Rep: Reputation: 24
You will have to create a new project, otherwise you remain in text editor mode. Or provide some more specific information, if that's not what you need. We don't see your desktop, so it's quite difficult to give clues.
 
Old 04-21-2009, 09:54 PM   #9
mq15
Member
 
Registered: Apr 2009
Location: Pakistan
Distribution: Linux Mint Cinnamon
Posts: 224

Original Poster
Rep: Reputation: 31
Thanks maresmasb
I run anjuta through terminal by typing : anjuta
While anjuta loads successfully,I receive the following messages in the terminal:
Quote:
[root@localhost ~]# anjuta
Installing parsers: Asm, Asp, Awk, BETA, C, C++, C#, Fortran, Java, Lisp, Lua, Make, Pascal, Perl, PHP, Python, Ruby, Scheme, Sh, SML, SQL, Tcl, Vera, Verilog, Vim
Asm:
Asp:
Awk:
BETA:
C:
C++:
C#:
Fortran:
Java:
Lisp:
Lua:
Make:
Pascal:
Perl:
PHP:
Python:
Ruby:
Scheme:
Sh:
SML:
SQL:
Tcl:
Vera:
Verilog:
Vim:
OPENING /root/Documents/ccFiles/first.c as C language file

** (anjuta:2885): CRITICAL **: iproject_manager_get_selected: assertion `GBF_IS_PROJECT (plugin->project)' failed

(anjuta:2885): Gdk-CRITICAL **: gdk_window_invalidate_rect: assertion `window != NULL' failed

(anjuta:2885): Gdk-CRITICAL **: gdk_window_hide: assertion `GDK_IS_WINDOW (window)' failed
** Message: Spawning script

(anjuta:2885): libanjuta-WARNING **: Could not get value: Value doesn't exist

** (anjuta:2885): CRITICAL **: value_added_pm_current_uri: assertion `filename != NULL' failed
OPENING /root/Projects/foobar-cpp/autogen.sh as Sh language file
OPENING /root/Projects/foobar-cpp/autogen.sh as Sh language file
OPENING /root/Projects/foobar-cpp/src/main.cc as C++ language file

(anjuta:2885): libanjuta-WARNING **: Failed to synchronize plugins profile 'project': File not found

(anjuta:2885): libanjuta-WARNING **: Failed to synchronize plugins profile 'project': File not found

(anjuta:2885): libanjuta-WARNING **: Failed to synchronize plugins profile 'project': File not found
OPENING /root/Projects/foobar-cpp/src/main.cc as C++ language file

(anjuta:2885): libanjuta-WARNING **: Failed to synchronize plugins profile 'project': File not found

(anjuta:2885): libanjuta-WARNING **: Failed to synchronize plugins profile 'project': File not found

(anjuta:2885): libanjuta-WARNING **: Failed to synchronize plugins profile 'project': File not found

(anjuta:2885): libanjuta-WARNING **: Failed to synchronize plugins profile 'project': File not found

(anjuta:2885): libanjuta-WARNING **: Failed to synchronize plugins profile 'project': File not found

(anjuta:2885): libanjuta-WARNING **: Failed to synchronize plugins profile 'project': File not found
CalDAV Eplugin starting up ...
OPENING /root/Projects/foobar-cpp/src/main.cc as C++ language file

No know nothing what is happening here.
Second When I create a new project Build menue appear but still Debug, Tools,CVS and Subversion menues. I need to compile and run my .cc files though same interface (just as I used to do in TurbooC++ and Borland IDEs in Windows systems)
Is this possible in anjuta?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
unable to see ide drives under fedora 4 filfish Linux - Hardware 2 11-01-2005 05:06 PM
Sony ait-1 ide on Fedora carroll Linux - Hardware 2 08-09-2005 12:33 AM
add a IDE hard drive in Fedora pkuer Linux - Hardware 2 07-25-2005 11:31 PM
Installing Fedora on Asus P5GD1 with IDE Raid jgoddard Linux - Hardware 0 06-20-2005 05:56 PM
IDE Raid Controllers for Fedora? atrixware Linux - Hardware 1 11-09-2004 12:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration