From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Corey Foote Newsgroups: gmane.emacs.help Subject: flymake configuration error for C program Date: Sun, 6 Sep 2009 16:35:36 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_e5517468-4a8d-4f60-8949-eb8e8fe98e5e_" X-Trace: ger.gmane.org 1252269375 7411 80.91.229.12 (6 Sep 2009 20:36:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Sep 2009 20:36:15 +0000 (UTC) To: Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 06 22:36:08 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MkOT0-0007JU-TS for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Sep 2009 22:36:07 +0200 Original-Received: from localhost ([127.0.0.1]:52478 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MkOT0-0006TS-2C for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Sep 2009 16:36:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MkOSc-0006T8-Rt for help-gnu-emacs@gnu.org; Sun, 06 Sep 2009 16:35:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MkOSY-0006So-D8 for help-gnu-emacs@gnu.org; Sun, 06 Sep 2009 16:35:42 -0400 Original-Received: from [199.232.76.173] (port=47878 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MkOSY-0006Sl-A8 for help-gnu-emacs@gnu.org; Sun, 06 Sep 2009 16:35:38 -0400 Original-Received: from snt0-omc4-s22.snt0.hotmail.com ([65.55.90.225]:36528) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MkOSX-0004j4-JR for help-gnu-emacs@gnu.org; Sun, 06 Sep 2009 16:35:37 -0400 Original-Received: from SNT122-W3 ([65.55.90.199]) by snt0-omc4-s22.snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 6 Sep 2009 13:35:36 -0700 X-Originating-IP: [75.67.96.217] Importance: Normal X-OriginalArrivalTime: 06 Sep 2009 20:35:36.0012 (UTC) FILETIME=[969AF0C0:01CA2F31] X-detected-operating-system: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:67915 Archived-At: --_e5517468-4a8d-4f60-8949-eb8e8fe98e5e_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable When trying to run M-x Flymake-Mode in Emacs I get: Flymake: Configuration error has occured while running (make -s -C ./CH= K_SOURCES=3Dhelloworld_flymake.c SYNTAX_CHECK_MODE=3D1 check-syntax). Flyma= ke will be switched OFF I am invoking the command in a buffer called helloworld.c: #include int main(void) { printf("Hello World")=3B return 0=3B } 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=AE is up to 70% faster. Now good news travels really fast.=20 http://windowslive.com/online/hotmail?ocid=3DPID23391::T:WLMTAGL:ON:WL:en-U= S:WM_HYGN_faster:082009= --_e5517468-4a8d-4f60-8949-eb8e8fe98e5e_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable When trying to run M-x Flymake-Mode in Emacs I get:

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

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

#include <=3Bstdio.h>=3B

 =3B&nbs= p=3B =3B int main(void) {
 =3B =3B =3B =3B =3B p= rintf("Hello World")=3B
 =3B =3B =3B =3B =3B return = 0=3B
 =3B =3B =3B }

And have a file called Makefile i= n the same directory:

 =3B =3B =3B helloworld: helloworl= d.c
 =3B =3B  =3B =3B =3B  =3Bgcc helloworld.c -= o helloworld

I'm running GNU Emacs 23.0.91.1 under Ubuntu 9.04.
<= br>Thanks in advance!



Hotmail=AE is up to 70% faster. No= w good news travels really fast. Try it now. = --_e5517468-4a8d-4f60-8949-eb8e8fe98e5e_--