From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jan D." Newsgroups: gmane.emacs.bugs Subject: bug#18779: 24.4; Compilation error on Mac OS X Yosemite Date: Thu, 05 Feb 2015 18:39:27 +0100 Message-ID: <54D3AACF.6070802@swipnet.se> References: <54D388FF.5020802@swipnet.se> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1423158022 10632 80.91.229.3 (5 Feb 2015 17:40:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2015 17:40:22 +0000 (UTC) Cc: 18779@debbugs.gnu.org, Constantine Vetoshev To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Feb 05 18:40:17 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YJQPX-0004pb-1B for geb-bug-gnu-emacs@m.gmane.org; Thu, 05 Feb 2015 18:40:15 +0100 Original-Received: from localhost ([::1]:43493 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJQPW-0007qI-By for geb-bug-gnu-emacs@m.gmane.org; Thu, 05 Feb 2015 12:40:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49762) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJQPP-0007it-Ed for bug-gnu-emacs@gnu.org; Thu, 05 Feb 2015 12:40:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJQPK-0004FP-Co for bug-gnu-emacs@gnu.org; Thu, 05 Feb 2015 12:40:07 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:43720) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJQPK-0004FH-A1 for bug-gnu-emacs@gnu.org; Thu, 05 Feb 2015 12:40:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YJQPJ-0004HK-TD for bug-gnu-emacs@gnu.org; Thu, 05 Feb 2015 12:40:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: "Jan D." Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 05 Feb 2015 17:40:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18779 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18779-submit@debbugs.gnu.org id=B18779.142315798716419 (code B ref 18779); Thu, 05 Feb 2015 17:40:01 +0000 Original-Received: (at 18779) by debbugs.gnu.org; 5 Feb 2015 17:39:47 +0000 Original-Received: from localhost ([127.0.0.1]:34960 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YJQP5-0004Gl-C3 for submit@debbugs.gnu.org; Thu, 05 Feb 2015 12:39:47 -0500 Original-Received: from mailfe08.swip.net ([212.247.154.225]:53710 helo=swip.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YJQOz-0004GT-0h for 18779@debbugs.gnu.org; Thu, 05 Feb 2015 12:39:45 -0500 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe08.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 571721522; Thu, 05 Feb 2015 18:39:31 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:99072 Archived-At: Glenn Morris skrev den 2015-02-05 17:59: > "Jan D." wrote: > >> If you don't have anything in /usr/include you havent installed the >> command line tools, which Emacs kind of assumes you have, i.e. > > Is it possible/worth it to add some basic sanity-checking to > configure.ac that tests this? > Normally, configure fails badly, can't find compiler and such, if command line tools are not installed. I guess you can compile without them, using homebrew or some such (have not tried it), so it is not an absolute requirement. The test for libxml should add -I/Applications/Xcode.app/.... to where libxml is, if not in /usr/include. It is hard to know what failed without the full config.log. I suspect that the config.log is lost. Jan D.