[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Emacs-22.1 compilation-error-regexp
From: |
Bob McIsaac |
Subject: |
Emacs-22.1 compilation-error-regexp |
Date: |
Tue, 29 Apr 2008 23:13:47 -0400 |
User-agent: |
Thunderbird 2.0.0.6 (X11/20071022) |
The compilation-error-regexp works for gcc output but not for
Openwatcom. However, it worked fine for emacs-21. It seems the regexp
no longer accepts parentheses around the line number.
----- gcc example is ok ----
-*- mode: compilation; default-directory: "c:/altm/acp-7-3/build/" -*-
../src/vi/vi_main.c:53: `xint' undeclared (first use in this function)
../src/vi/vi_main.c:53: (Each undeclared identifier is reported only once
------- Open Watcom Make Version 1.7 -- not ok because of line number ======
..\src\ctrl\lister.c(109): Error! E1009: Expecting ';' but found '{'
..\src\ctrl\lister.c(120): Warning! W201: Unreachable code
..\src\ctrl\lister.c(109): Warning! W131: No prototype found for
function 'xif'
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Emacs-22.1 compilation-error-regexp,
Bob McIsaac <=