home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.emacs:2728 comp.unix.aix:8261
- Newsgroups: comp.emacs,comp.unix.aix
- Path: sparky!uunet!decwrl!csus.edu!csusac!cdsac!scotte
- From: scotte@cdsac.uucp (L. Scott Emmons)
- Subject: Re: compile.el hacks for AIX/XLC wierdo error message fmt?
- Message-ID: <1992Jul28.152035.28885@cdsac.uucp>
- Date: Tue, 28 Jul 1992 15:20:35 GMT
- References: <YeR2JuK00hPg8MmHUD@cs.cmu.edu>
- Organization: Cable Data (U.S. Computer Services), Sacramento, CA
- Lines: 21
-
- In article <YeR2JuK00hPg8MmHUD@cs.cmu.edu> Sean.Levy@cs.cmu.edu writes:
- >Does anyone out there have some hacks to GNU Emacs/Epoch compile.el to
- >handle AIX-style error messages so that I can C-x` to walk through the
- >errors? It looks like sort of a pain to parse, but I'll do it if no one
- >has already. Here's an example:
- >----
- > cc -w -g -I/usr/snl/src/wais/wais-8-b4/ir -I../ir -DSECURE_SERVER
- >-DRELEVANCE_FEEDBACK -DSYSV -DUSG -DRS_AIX31 -DANSI_LIKE -c irfileio.c
- > 173 | WriteSymbol(":tm-sec", file); WriteLong(atime->tm_sec, file);
- > ..........................................a....................
- [...]
-
- Once you upgrade to AIX 3.2 this problem will go away. The C compiler
- in 3.2 uses the 'standard' format for error messages.
-
- I kind of liked the old method, since it shows exactly where the
- errors occured. Interestingly, this format for error messages is
- identical to that on IBM's VM/CMS C compiler...
- --
- L. Scott Emmons
- csusac.csus.edu!cdsac!scotte
-