GUI for GCC

2001-07-16 Thread Ellenkamp, Guus
I'm looking for a Graphical User Interface for the GCC compiler.


**
De informatie verzonden met dit e-mailbericht (en bijlagen)
is uitsluitend bestemd voor de geadresseerde(n) en zij die
van de geadresseerde(n) toestemming kregen dit bericht te
lezen. Gebruik door anderen dan geadresseerde(n) is
verboden. De informatie in dit e-mailbericht (en bijlagen)
kan vertrouwelijk van aard zijn en kan binnen het bereik
vallen van een geheimhoudingsplicht en een verschonings-
recht.

Any information transmitted by means of this email (and any
of its attachments) is intended exclusively for the addressee
or addressees and for those authorized by the addressee
or addressees to read this message. Any use by a party
other than the addressee or addressees is prohibited.
The information contained in this email (or any of its 
attachments) may be confidential in nature and fall under a
pledge of secrecy and the attorney-client privilege.
**



Re: GUI for GCC

2001-07-16 Thread Matthias Richter
Ellenkamp, Guus schrieb am Montag, den 16. Juli 2001:

 I'm looking for a Graphical User Interface for the GCC compiler.

¿What is this GUI supposed to do?

Aren't you rather searching for an application deveopment environment
like Xemacs, Kdevelop, GIDE ...?

Matth¡as
-- 
Matthias Richter --+- stud. soz.  inf. -+-- http://www.uni-leipzig.de
--GPG Public Key: http://www.matthias-richter.de/gpg.ascii--

· Projekt Deutscher Wortschatz: URL:http://wortschatz.uni-leipzig.de


pgpzb9xeLD09a.pgp
Description: PGP signature


RE: GUI for GCC

2001-07-16 Thread Ellenkamp, Guus
Hello Matthias,

Thanks for the reply.

Might be I'm looking for an ADE. I used to work with an Atari-ST, which had
a nice integrated editor/compiler/linker/debugger (edit sources, compile,
jump from errors to source, graphical debugger...)

Which one do you recommend?

Guus

-Original Message-
From: Matthias Richter [mailto:[EMAIL PROTECTED]
Sent: Monday, July 16, 2001 12:52 PM
To: debian-user@lists.debian.org
Subject: Re: GUI for GCC


Ellenkamp, Guus schrieb am Montag, den 16. Juli 2001:

 I'm looking for a Graphical User Interface for the GCC compiler.

¿What is this GUI supposed to do?

Aren't you rather searching for an application deveopment environment
like Xemacs, Kdevelop, GIDE ...?

Matth¡as
-- 
Matthias Richter --+- stud. soz.  inf. -+-- http://www.uni-leipzig.de
--GPG Public Key: http://www.matthias-richter.de/gpg.ascii--

· Projekt Deutscher Wortschatz: URL:http://wortschatz.uni-leipzig.de


**
De informatie verzonden met dit e-mailbericht (en bijlagen)
is uitsluitend bestemd voor de geadresseerde(n) en zij die
van de geadresseerde(n) toestemming kregen dit bericht te
lezen. Gebruik door anderen dan geadresseerde(n) is
verboden. De informatie in dit e-mailbericht (en bijlagen)
kan vertrouwelijk van aard zijn en kan binnen het bereik
vallen van een geheimhoudingsplicht en een verschonings-
recht.

Any information transmitted by means of this email (and any
of its attachments) is intended exclusively for the addressee
or addressees and for those authorized by the addressee
or addressees to read this message. Any use by a party
other than the addressee or addressees is prohibited.
The information contained in this email (or any of its 
attachments) may be confidential in nature and fall under a
pledge of secrecy and the attorney-client privilege.
**



Re: GUI for GCC

2001-07-16 Thread Josh McKinney
On approximately Mon, Jul 16, 2001 at 12:56:34PM +0200, Ellenkamp, Guus wrote:
 Which one do you recommend?
Maybe try glimmer, it works pretty well, not to fancy or anything
 
 
  I'm looking for a Graphical User Interface for the GCC compiler.
 
 **
 De informatie verzonden met dit e-mailbericht (en bijlagen)
 is uitsluitend bestemd voor de geadresseerde(n) en zij die
 van de geadresseerde(n) toestemming kregen dit bericht te
 lezen. Gebruik door anderen dan geadresseerde(n) is
 verboden. De informatie in dit e-mailbericht (en bijlagen)
 kan vertrouwelijk van aard zijn en kan binnen het bereik
 vallen van een geheimhoudingsplicht en een verschonings-
 recht.
 
 Any information transmitted by means of this email (and any
 of its attachments) is intended exclusively for the addressee
 or addressees and for those authorized by the addressee
 or addressees to read this message. Any use by a party
 other than the addressee or addressees is prohibited.
 The information contained in this email (or any of its 
 attachments) may be confidential in nature and fall under a
 pledge of secrecy and the attorney-client privilege.
 **
Your signature definitly exceeds 3 lines.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


pgpEzOTdpQ6OM.pgp
Description: PGP signature


Re: GUI for GCC

2001-07-16 Thread D-Man
On Mon, Jul 16, 2001 at 12:56:34PM +0200, Ellenkamp, Guus wrote:
| Hello Matthias,
| 
| Thanks for the reply.
| 
| Might be I'm looking for an ADE. I used to work with an Atari-ST, which had
| a nice integrated editor/compiler/linker/debugger (edit sources, compile,
| jump from errors to source, graphical debugger...)
| 
| Which one do you recommend?

I recommend using (g)vim, bash, make, gcc, gdb.  This is my preferred
setup.  Actually, I don't really use gdb directly, but I used DDD as a
GUI front-end to it.  I haven't done any C/C++ projects in a while so
I haven't actually used anything, but I will probably use GVD (GNU
Visual Debugger) for the next one because it has a nice GTK+ interface
(DDD uses Motif which I don't really like, other than that it is a
nice tool).  One major difference between *nix systems and others is
that the entire OS is your IDE.  You have great tools like diff, grep,
find, etc, available to work with the source tree.  There are tons of
different editors available, gvim happens to be my favorite (includes
systax highlighting, auto-indenting, and auto jumping to errors if you
run make/gcc from within it).  I then run my programs from bash,
rather than using a run button in some other IDE.  Try searching on
gnome.org or kde.org or on Google for Linux IDEs and you'll see that
there are a large variety, though most only support certain languages
and are relatively new.  Try several of them out and see what
combination you like best.

-D



Re: GUI for GCC

2001-07-16 Thread Nathan Weston
On Monday 16 July 2001 11:52 am, D-Man wrote:
 On Mon, Jul 16, 2001 at 12:56:34PM +0200, Ellenkamp, Guus wrote:
 | Hello Matthias,
 |
 | Thanks for the reply.
 |
 | Might be I'm looking for an ADE. I used to work with an Atari-ST, which
 | had a nice integrated editor/compiler/linker/debugger (edit sources,
 | compile, jump from errors to source, graphical debugger...)
 |
 | Which one do you recommend?


As someone else said... editor of choice (some flavor of emacs or vi), plus 
the command-line tools: make, a compiler, etc. 
I assume you are new to linux and looking for equivalents to the tools you 
are used to, but on linux things are done somewhat differently. Although 
there are IDEs available, most of them are pretty immature and tied to a few 
languages. Emacs/vi, OTOH, are highly customizable, and can be extended to 
work with any language, as well as integrating powerful command-line tools.
  Having used a number of Visual * programs on windows, I find that emacs + 
make + gcc beats all of them hands down (although the visual basic IDE had a 
few nice features). If you try to find clones of the tools you are used to 
from windows, you will most likely be disappointed. You will have much better 
luck trying to learn the unix way of doing things.

Good luck,
Nathan





Re: GUI for GCC

2001-07-16 Thread Erik Steffl
Ellenkamp, Guus wrote:
 
 Hello Matthias,
 
 Thanks for the reply.
 
 Might be I'm looking for an ADE. I used to work with an Atari-ST, which had
 a nice integrated editor/compiler/linker/debugger (edit sources, compile,
 jump from errors to source, graphical debugger...)
 
 Which one do you recommend?

  vi (vim or gvim are my favourite clones) or other text editor (emacs
with viper?-), make, set of xterms...

  also learn how to use tags...

  ddd is fairly usable front-end for gdb.

  linux is ide (in OS where tools work together you don't need IDE in
dos/windows sense)

erik