From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Dziulko Newsgroups: gmane.emacs.help Subject: using c-macro-expand Date: Fri, 4 Oct 2002 12:46:30 -0400 (EDT) Sender: help-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1033750065 3507 127.0.0.1 (4 Oct 2002 16:47:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 4 Oct 2002 16:47:45 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17xVc4-0000tb-00 for ; Fri, 04 Oct 2002 18:47:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17xVbg-0000KP-00; Fri, 04 Oct 2002 12:47:16 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17xVaz-000812-00 for help-gnu-emacs@gnu.org; Fri, 04 Oct 2002 12:46:33 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17xVay-00080i-00 for help-gnu-emacs@gnu.org; Fri, 04 Oct 2002 12:46:32 -0400 Original-Received: from klaatu.canisius.edu ([138.92.8.100]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17xVax-0007zA-00 for help-gnu-emacs@gnu.org; Fri, 04 Oct 2002 12:46:31 -0400 Original-Received: from localhost (dziulko@localhost) by klaatu.canisius.edu (8.11.2/8.11.2) with ESMTP id g94GkUL09013 for ; Fri, 4 Oct 2002 12:46:31 -0400 Original-To: Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2266 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2266 When I run to c-macro-expand command, I get the following: ---------------------------------------- /* Preprocessor terminated with status 1 Messages from `/lib/cpp -C ': /lib/cpp: Command not found */ Preprocessor produced no output ---------------------------------------- I'm running GNU Emacs 20.2.3 (sparc-sun-solaris2.6, X toolkit). I don't know what cpp -C is. Do I need to set a path to my c compiler (/usr/ucb/cc) or something? Thanks! Kevin