From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eduardo Dominguez Newsgroups: gmane.emacs.devel Subject: Re: cc-create-define-alist on w32 Date: Tue, 3 May 2005 18:47:45 -0500 Message-ID: References: <42770FFC.2020203@gmx.at> <17015.63325.373861.328593@farnswood.snap.net.nz> Reply-To: Eduardo Dominguez NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1115235385 939 80.91.229.2 (4 May 2005 19:36:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 May 2005 19:36:25 +0000 (UTC) Cc: martin rudalics , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 04 21:36:22 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DTPek-0000fL-VV for ged-emacs-devel@m.gmane.org; Wed, 04 May 2005 21:35:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DTPm6-0005rz-N6 for ged-emacs-devel@m.gmane.org; Wed, 04 May 2005 15:43:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DT8qx-0004L2-Bf for emacs-devel@gnu.org; Tue, 03 May 2005 21:39:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DT8qf-000468-Un for emacs-devel@gnu.org; Tue, 03 May 2005 21:38:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DT8qV-0003jE-ET for emacs-devel@gnu.org; Tue, 03 May 2005 21:38:39 -0400 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_ARCFOUR_SHA:16) (Exim 4.34) id 1DT8t3-0000sr-NT for emacs-devel@gnu.org; Tue, 03 May 2005 21:41:17 -0400 Original-Received: from [64.233.184.203] (helo=wproxy.gmail.com) by mx20.gnu.org with esmtp (Exim 4.34) id 1DT797-0001an-Nh for emacs-devel@gnu.org; Tue, 03 May 2005 19:49:45 -0400 Original-Received: by wproxy.gmail.com with SMTP id 36so127132wra for ; Tue, 03 May 2005 16:47:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=htUUa+pl23iyzaYtyLdDkfL28kRxP9ODnrNqxslZQPuTBx5/u0kG/m2jglfzEd/DXxLSxzBSCMzz2uLTUYRnEY0VdH1mU9rfz+mk3RUdJKRbCJv8qcL4GJJLK24CvCUjcHNF6ZND2pUUxwm6sY+iUgbTuZFxQ+/3RflUlbU/+Fk= Original-Received: by 10.54.97.12 with SMTP id u12mr6723wrb; Tue, 03 May 2005 16:47:45 -0700 (PDT) Original-Received: by 10.54.21.52 with HTTP; Tue, 3 May 2005 16:47:45 -0700 (PDT) Original-To: Nick Roberts In-Reply-To: <17015.63325.373861.328593@farnswood.snap.net.nz> Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:36646 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36646 I'm running Mac OSX 10.4. It has both cpp and gcc, both in /usr/bin. Thanks! On 5/3/05, Nick Roberts wrote: >=20 > > The recently introduced `cc-create-define-alist' causes the following > > problem with Emacs on MinGW: When I load a C program into a buffer the > > process "/lib/cpp" gets called. However, with MinGW "cpp.exe" is by > > default in "...\MinGW\bin\" and an error is reported. >=20 > and >=20 > > I'm running emacs from CVS and php-mode (which depends on c-mode) is > > failling with the following error: >=20 > > cc-create-define-alist: Searching for program: no such file or > > directory, /lib/cpp >=20 > Please update from the repository, recompile your lisp files, and rebuild > Emacs (just make). The problem should be fixed. >=20 > Eduardo, what system are you running? Does it have cpp and/or gcc? If so > what directory are they in? >=20 > Nick >=20 --=20 Eduardo