all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* flymake mode does not work for header file in C++
@ 2008-09-28  7:06 laser
  0 siblings, 0 replies; only message in thread
From: laser @ 2008-09-28  7:06 UTC (permalink / raw
  To: help-gnu-emacs

I work C++ with Emacs and flymake,flymake mode work well when I open
an .cpp file but not for the  .h file. Bellow is my Makefile and the
error message, popped out when I open an .h file. How could I fix
that?

Makefile:
CXX=g++
.PHONY: check-syntax
check-syntax:
        $(CXX) -Wall -S -fsyntax-only $(CHK_SOURCES)

error message:

Flymake: Configuration error has occured while running (make -s -C ./
CHK_SO
URCES=./blurb_flymake.h SYNTAX_CHECK_MODE=1 chec\k-syntax). Flymake
will be
switched OFF


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-28  7:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-28  7:06 flymake mode does not work for header file in C++ laser

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.