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

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