From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: Re: Configure/compile failure on Solaris 10 Sparc Ultra 25 Date: Wed, 18 Apr 2007 13:14:42 -0400 Message-ID: References: <4ops65ry4a.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1176916655 4813 80.91.229.12 (18 Apr 2007 17:17:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 18 Apr 2007 17:17:35 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, rms@gnu.org To: "Glasser, Nathan" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Apr 18 19:17:29 2007 Return-path: Envelope-to: geb-bug-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 1HeDmT-0008Sz-O9 for geb-bug-gnu-emacs@m.gmane.org; Wed, 18 Apr 2007 19:17:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HeDrK-0005aI-I9 for geb-bug-gnu-emacs@m.gmane.org; Wed, 18 Apr 2007 13:22:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HeDrH-0005Xc-3r for bug-gnu-emacs@gnu.org; Wed, 18 Apr 2007 13:22:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HeDrG-0005XB-HH for bug-gnu-emacs@gnu.org; Wed, 18 Apr 2007 13:22:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HeDrG-0005X6-Bh for bug-gnu-emacs@gnu.org; Wed, 18 Apr 2007 13:22:18 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HeDmO-0006Yk-Rj for bug-gnu-emacs@gnu.org; Wed, 18 Apr 2007 13:17:16 -0400 Original-Received: from [127.0.0.1] (helo=localhost) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HeDju-00069k-KP; Wed, 18 Apr 2007 13:14:42 -0400 X-Spook: MD2 computer terrorism virus encryption industrial X-Ran: h0!5*`y8SkMG:S/``DvNZDXj}=Jt!4D(eg&^F5_,V,,eI=nso3qTt7h5j@@%"XdE*IJ4gu X-Hue: yellow X-Attribution: GM In-Reply-To: (Nathan Glasser's message of "Wed, 18 Apr 2007 12:04:07 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15680 Archived-At: "Glasser, Nathan" wrote: > 1: There are two places where it says > checking how to run the C preprocessor... /usr/ccs/lib/cpp > rather than cc -E -Xs. > 2: It gives this error > "/usr/include/sys/isa_defs.h", line 500: undefined control > which was indicative to me, before, of the C preprocessor not > having __sparc defined. That was a place that had trouble many times. > 3: There are a bunch of places with warnings like the following: > configure: WARNING: sys/time.h: accepted by the compiler, rejected by > the preprocessor! > configure: WARNING: sys/time.h: proceeding with the compiler's result You can find the solution to all these problems in the etc/PROBLEMS file. It will basically tell you to manually set CPP="cc -E -Xs". I'm sorry that the auto-detection is not yet perfect.