all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Corey Foote <coreyfoote@hotmail.com>
To: <help-gnu-emacs@gnu.org>
Subject: flymake configuration error for C program
Date: Sun, 6 Sep 2009 16:35:36 -0400	[thread overview]
Message-ID: <SNT122-W3725371D79F2541C0E93ADAEC0@phx.gbl> (raw)

[-- 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 --]

             reply	other threads:[~2009-09-06 20:35 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-06 20:35 Corey Foote [this message]
2009-09-06 20:40 ` flymake configuration error for C program 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=SNT122-W3725371D79F2541C0E93ADAEC0@phx.gbl \
    --to=coreyfoote@hotmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.