help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Adding support for GCC's new "note" messages in Compilations


From: Nordlöw
Subject: Adding support for GCC's new "note" messages in Compilations
Date: Thu, 12 Nov 2009 05:55:06 -0800 (PST)
User-agent: G2/1.0

I would like to add support for GCC's new note: messages so that I can
reach them with previous and next-error. Any hints or recommendations?

/Nordlöw

Heres a sample output from the compilation:

-*- mode: compilation; default-directory: "/home/per/pnw/pnware/" -*-
Comint started at Thu Nov 12 14:51:43

\nice -n 10 make -j 1 CFLAGS='-g -DDEBUG -DDEBUG_CHECK_ALL' CXXFLAGS='-
g -DDEBUG -DDEBUG_CHECK_ALL' t_pmdb
  CC     utils.o
  CC     pnw_types.o
  CXX    paptfile.o
In file included from pmdb/paptfile.cpp:2:
pmdb/paptfile.hpp: In constructor ‘pAPTFile::pAPTFile()’:
pmdb/paptfile.hpp:21: error: no matching function for call to
‘pURI::pURI()’
pmdb/puri.hpp:20: note: candidates are: pURI::pURI(ccstring&)
pmdb/puri.hpp:17: note:                 pURI::pURI(const pURI&)
make: *** [paptfile.o] Fel 1

Comint exited abnormally with code 2 at Thu Nov 12 14:51:44


reply via email to

[Prev in Thread] Current Thread [Next in Thread]