home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.emacs:2715 comp.unix.aix:8217
- Organization: Carnegie Mellon, Pittsburgh, PA
- Path: sparky!uunet!cis.ohio-state.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!<UNAUTHENTICATED>+
- Newsgroups: comp.emacs,comp.unix.aix
- Message-ID: <YeR2JuK00hPg8MmHUD@cs.cmu.edu>
- Date: Mon, 27 Jul 1992 12:34:02 -0400
- From: Sean.Levy@cs.cmu.edu
- Subject: compile.el hacks for AIX/XLC wierdo error message fmt?
- Lines: 26
-
- 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....................
- a - 1506-122: (S) Expecting pointer to struct/union.
- 174 | WriteSymbol(":tm-min", file); WriteLong(atime->tm_min, file);
- ..........................................a....................
- a - 1506-122: (S) Expecting pointer to struct/union.
- 175 | WriteSymbol(":tm-hour", file); WriteLong(atime->tm_hour, file);
- ...........................................a.....................
- a - 1506-122: (S) Expecting pointer to struct/union.
- 176 | WriteSymbol(":tm-mday", file); WriteLong(atime->tm_mday, file);
- ...........................................a.....................
- etc etc.
- ----
-
- TIA,
- -- Sean
- --
- Sean Levy, n-dim Group, EDRC, CMU, 5000 Forbes Ave, PGH, PA 15213
- Email: snl+@cmu.edu, Phone: +1 412 268 5221, Fax: +1 412 268 5229
-