BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] IDE for GNU Makefile auto-tools
- Subject: [Discuss] IDE for GNU Makefile auto-tools
- From: worley at alum.mit.edu (Dale R. Worley)
- Date: Sun, 25 Sep 2022 20:08:15 -0400
- In-reply-to: <mailman.56888.1664119969.7345.discuss@lists.blu.org> (discuss-request@driftwood.blu.org)
> From: Rich Pieri <richard.pieri at gmail.com> > On Fri, 23 Sep 2022 11:23:11 -0400 markw at mohawksoft.com wrote: >> I'd like an IDE that can run make, parse the compiler output, find the >> errors, and open the source file at the location of the error? > > GNU Emacs has been able to do this for literally decades. Bonus: > gdb-mode. I was going to say that the Emacs "compile" and "next-error" commands do a lot of that. And as Rich says, "gdb-mode" and its commands will show you the source code wherever GDB stops. The downside is that you're likely to have to configure some regexps to make the commands work with all the tools you use. The upside is that you *can* configure some regexps to make the commands work with all the tools you use. Dale
- Prev by Date: [Discuss] IDE for GNU Makefile auto-tools
- Next by Date: [Discuss] IDE for GNU Makefile auto-tools
- Previous by thread: [Discuss] IDE for GNU Makefile auto-tools
- Next by thread: [Discuss] Discuss Digest, Vol 136, Issue 6
- Index(es):