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: RE: flymake configuration error for C program Date: Sun, 6 Sep 2009 16:40:10 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="_1e12d644-faa2-4d77-b7a9-f419d3618b14_" X-Trace: ger.gmane.org 1252269649 8794 80.91.229.12 (6 Sep 2009 20:40:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Sep 2009 20:40:49 +0000 (UTC) To: Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 06 22:40:40 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 1MkOXM-0000DO-GL for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Sep 2009 22:40:36 +0200 Original-Received: from localhost ([127.0.0.1]:45242 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MkOXL-0007yZ-Tm for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Sep 2009 16:40:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MkOX1-0007yH-O4 for help-gnu-emacs@gnu.org; Sun, 06 Sep 2009 16:40:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MkOWx-0007wz-Cc for help-gnu-emacs@gnu.org; Sun, 06 Sep 2009 16:40:15 -0400 Original-Received: from [199.232.76.173] (port=51896 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MkOWx-0007ww-1T for help-gnu-emacs@gnu.org; Sun, 06 Sep 2009 16:40:11 -0400 Original-Received: from snt0-omc4-s35.snt0.hotmail.com ([65.55.90.238]:49260) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MkOWw-0005yW-K9 for help-gnu-emacs@gnu.org; Sun, 06 Sep 2009 16:40:10 -0400 Original-Received: from SNT122-W52 ([65.55.90.201]) by snt0-omc4-s35.snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 6 Sep 2009 13:40:10 -0700 X-Originating-IP: [75.67.96.217] Importance: Normal In-Reply-To: X-OriginalArrivalTime: 06 Sep 2009 20:40:10.0199 (UTC) FILETIME=[3A088E70:01CA2F32] 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:67916 Archived-At: --_1e12d644-faa2-4d77-b7a9-f419d3618b14_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable And=2C of course=2C I'm using tabs in the makefiile as necessary. It compil= es fine when I just run "make" from the shell. From: coreyfoote@hotmail.com To: help-gnu-emacs@gnu.org Date: Sun=2C 6 Sep 2009 16:35:36 -0400 Subject: flymake configuration error for C program 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. Try it = now. _________________________________________________________________ Windows Live: Keep your friends up to date with what you do online. http://windowslive.com/Campaign/SocialNetworking?ocid=3DPID23285::T:WLMTAGL= :ON:WL:en-US:SI_SB_online:082009= --_1e12d644-faa2-4d77-b7a9-f419d3618b14_ Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable And=2C of course=2C I'm using tabs in the makefiile as necessary. It compil= es fine when I just run "make" from the shell.


From: coreyfoote@hotmail.com
To: help-gnu-emacs@gnu.org
Date: Sun= =2C 6 Sep 2009 16:35:36 -0400
Subject: flymake configuration error for C= program

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. Now go= od news travels really fast. Try it no= w.

Windows Live: Keep your friends up to date with what you = do online. Fin= d out more. = --_1e12d644-faa2-4d77-b7a9-f419d3618b14_--