all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* flymake configuration error for C program
@ 2009-09-06 20:35 Corey Foote
  2009-09-06 20:40 ` Corey Foote
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Corey Foote @ 2009-09-06 20:35 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 830 bytes --]


When trying to run M-x Flymake-Mode in Emacs I get:

    Flymake: Configuration error has occured while running (make -s -C ./CHK_SOURCES=helloworld_flymake.c SYNTAX_CHECK_MODE=1 check-syntax). Flymake will be switched OFF

I am invoking the command in a buffer called helloworld.c:

#include <stdio.h>

    int main(void) {
      printf("Hello World");
      return 0;
    }

And have a file called Makefile in the same directory:

    helloworld: helloworld.c
        gcc helloworld.c -o helloworld

I'm running GNU Emacs 23.0.91.1 under Ubuntu 9.04.

Thanks in advance!


_________________________________________________________________
Hotmail® is up to 70% faster. Now good news travels really fast. 
http://windowslive.com/online/hotmail?ocid=PID23391::T:WLMTAGL:ON:WL:en-US:WM_HYGN_faster:082009

[-- Attachment #2: Type: text/html, Size: 1193 bytes --]

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

end of thread, other threads:[~2009-09-06 22:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-06 20:35 flymake configuration error for C program Corey Foote
2009-09-06 20:40 ` Corey Foote
     [not found] ` <mailman.6140.1252269616.2239.help-gnu-emacs@gnu.org>
2009-09-06 22:20   ` Anselm Helbig
2009-09-06 22:23 ` Andreas Politz

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.