all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Adding support for GCC's new "note" messages in Compilations
@ 2009-11-12 13:55 Nordlöw
  2009-11-12 14:47 ` Helmut Eller
  0 siblings, 1 reply; 4+ messages in thread
From: Nordlöw @ 2009-11-12 13:55 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-11-12 20:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-12 13:55 Adding support for GCC's new "note" messages in Compilations Nordlöw
2009-11-12 14:47 ` Helmut Eller
2009-11-12 19:45   ` Nordlöw
2009-11-12 20:29     ` Helmut Eller

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.