From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: /lib/cpp not found in c-mode Date: Sun, 01 May 2005 12:47:37 -0400 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1114972475 7200 80.91.229.2 (1 May 2005 18:34:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 May 2005 18:34:35 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 01 20:34:33 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DSJGb-00018O-OU for ged-emacs-devel@m.gmane.org; Sun, 01 May 2005 20:34:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSJNM-0003F6-21 for ged-emacs-devel@m.gmane.org; Sun, 01 May 2005 14:41:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DSIQw-0003SD-Lm for emacs-devel@gnu.org; Sun, 01 May 2005 13:40:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DSIQf-0003F7-Rt for emacs-devel@gnu.org; Sun, 01 May 2005 13:40:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DSIB5-0003dN-Vx for emacs-devel@gnu.org; Sun, 01 May 2005 13:24:24 -0400 Original-Received: from [206.47.199.163] (helo=simmts5-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DSHfh-00059v-Iy for emacs-devel@gnu.org; Sun, 01 May 2005 12:51:57 -0400 Original-Received: from empanada.home ([67.71.118.90]) by simmts5-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050501164738.VJNU1614.simmts5-srv.bellnexxia.net@empanada.home>; Sun, 1 May 2005 12:47:38 -0400 Original-Received: by empanada.home (Postfix, from userid 502) id 236BD54AE55; Sun, 1 May 2005 12:47:37 -0400 (EDT) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) 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:36546 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36546 I just got the following backtrace. Any idea what's up? I indeed don't have /lib/cpp (this is on MacOSX) but it shouldn't prevent me from opening a C file, Stefan Debugger entered--Lisp error: (file-error "Searching for program" "no such file or directory" "/lib/cpp") call-process("/lib/cpp" "/Users/monnier/src/emacs/work/src/xterm.c" t nil "-dM") cc-create-define-alist() c-mode() set-auto-mode-0(c-mode nil) set-auto-mode() normal-mode(t) after-find-file(nil t) find-file-noselect-1(# "~/src/emacs/work/src/xterm.c" nil nil "~/src/emacs/work/src/xterm.c" (5067662 234881033)) find-file-noselect("xterm.c") gdb-info-breakpoints-custom() gdb-info-breakpoints-handler() gdb-prompt("") gud-gdba-marker-filter("\npre-prompt\n(gdb) \nprompt\n") apply(gud-gdba-marker-filter "\npre-prompt\n(gdb) \nprompt\n") gud-marker-filter("\npre-prompt\n(gdb) \nprompt\n") gud-filter(# "\npre-prompt\n(gdb) \nprompt\n")