home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / emacs / 2715 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  1.7 KB

  1. Xref: sparky comp.emacs:2715 comp.unix.aix:8217
  2. Organization: Carnegie Mellon, Pittsburgh, PA
  3. Path: sparky!uunet!cis.ohio-state.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!<UNAUTHENTICATED>+
  4. Newsgroups: comp.emacs,comp.unix.aix
  5. Message-ID: <YeR2JuK00hPg8MmHUD@cs.cmu.edu>
  6. Date: Mon, 27 Jul 1992 12:34:02 -0400 
  7. From: Sean.Levy@cs.cmu.edu
  8. Subject: compile.el hacks for AIX/XLC wierdo error message fmt?
  9. Lines: 26
  10.  
  11. Does anyone out there have some hacks to GNU Emacs/Epoch compile.el to
  12. handle AIX-style error messages so that I can C-x` to walk through the
  13. errors? It looks like sort of a pain to parse, but I'll do it if no one
  14. has already. Here's an example:
  15. ----
  16.     cc -w -g -I/usr/snl/src/wais/wais-8-b4/ir -I../ir -DSECURE_SERVER
  17. -DRELEVANCE_FEEDBACK -DSYSV -DUSG -DRS_AIX31 -DANSI_LIKE -c irfileio.c
  18.       173 |   WriteSymbol(":tm-sec", file); WriteLong(atime->tm_sec, file);
  19.             ..........................................a....................
  20. a - 1506-122: (S) Expecting pointer to struct/union.
  21.       174 |   WriteSymbol(":tm-min", file); WriteLong(atime->tm_min, file);
  22.             ..........................................a....................
  23. a - 1506-122: (S) Expecting pointer to struct/union.
  24.       175 |   WriteSymbol(":tm-hour", file); WriteLong(atime->tm_hour, file);
  25.             ...........................................a.....................
  26. a - 1506-122: (S) Expecting pointer to struct/union.
  27.       176 |   WriteSymbol(":tm-mday", file); WriteLong(atime->tm_mday, file);
  28.             ...........................................a.....................
  29. etc etc.
  30. ----
  31.  
  32. TIA,
  33.         -- Sean
  34. --
  35. Sean Levy, n-dim Group, EDRC, CMU, 5000 Forbes Ave, PGH, PA 15213
  36. Email: snl+@cmu.edu, Phone: +1 412 268 5221, Fax: +1 412 268 5229
  37.