From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: cc-create-define-alist on w32 Date: Wed, 4 May 2005 10:12:45 +1200 Message-ID: <17015.63325.373861.328593@farnswood.snap.net.nz> References: <42770FFC.2020203@gmx.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1115235922 3495 80.91.229.2 (4 May 2005 19:45:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 May 2005 19:45:22 +0000 (UTC) Cc: Eduardo Dominguez , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 04 21:45:21 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DTPnJ-0001yB-OO for ged-emacs-devel@m.gmane.org; Wed, 04 May 2005 21:44:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DTPuf-0000mD-T1 for ged-emacs-devel@m.gmane.org; Wed, 04 May 2005 15:52:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DT96w-0002J2-5P for emacs-devel@gnu.org; Tue, 03 May 2005 21:55:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DT96s-0002GU-Nv for emacs-devel@gnu.org; Tue, 03 May 2005 21:55:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DT96s-0002Ds-10 for emacs-devel@gnu.org; Tue, 03 May 2005 21:55:34 -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 1DT9AB-00068p-V1 for emacs-devel@gnu.org; Tue, 03 May 2005 21:59:00 -0400 Original-Received: from [202.37.101.8] (helo=viper.snap.net.nz) by mx20.gnu.org with esmtp (Exim 4.34) id 1DT5ea-0005ac-1Y for emacs-devel@gnu.org; Tue, 03 May 2005 18:14:08 -0400 Original-Received: from farnswood.snap.net.nz (p171-tnt2.snap.net.nz [202.124.108.171]) by viper.snap.net.nz (Postfix) with ESMTP id 1BAD74B07D6; Wed, 4 May 2005 10:12:33 +1200 (NZST) Original-Received: by farnswood.snap.net.nz (Postfix, from userid 501) id 7C80362A9B; Tue, 3 May 2005 23:12:46 +0100 (BST) Original-To: martin rudalics In-Reply-To: <42770FFC.2020203@gmx.at> X-Mailer: VM 7.19 under Emacs 22.0.50.36 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:36649 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36649 > 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. and > I'm running emacs from CVS and php-mode (which depends on c-mode) is > failling with the following error: > cc-create-define-alist: Searching for program: no such file or > directory, /lib/cpp Please update from the repository, recompile your lisp files, and rebuild Emacs (just make). The problem should be fixed. Eduardo, what system are you running? Does it have cpp and/or gcc? If so what directory are they in? Nick