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 16:15:11 +0100 Message-ID: <54D388FF.5020802@swipnet.se> References: 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 1423149410 16917 80.91.229.3 (5 Feb 2015 15:16:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2015 15:16:50 +0000 (UTC) Cc: Constantine Vetoshev To: 18779@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Feb 05 16:16:50 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 1YJOAi-0003iE-TZ for geb-bug-gnu-emacs@m.gmane.org; Thu, 05 Feb 2015 16:16:49 +0100 Original-Received: from localhost ([::1]:42622 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJOAi-00020G-7b for geb-bug-gnu-emacs@m.gmane.org; Thu, 05 Feb 2015 10:16:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJOA3-00019Q-FZ for bug-gnu-emacs@gnu.org; Thu, 05 Feb 2015 10:16:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJO9y-0000pU-8S for bug-gnu-emacs@gnu.org; Thu, 05 Feb 2015 10:16:07 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:43638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJO9y-0000pO-69 for bug-gnu-emacs@gnu.org; Thu, 05 Feb 2015 10:16:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YJO9y-0000p9-0X for bug-gnu-emacs@gnu.org; Thu, 05 Feb 2015 10:16:02 -0500 X-Loop: help-debbugs@gnu.org In-Reply-To: Resent-From: "Jan D." Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 05 Feb 2015 15:16: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.14231493233113 (code B ref 18779); Thu, 05 Feb 2015 15:16:01 +0000 Original-Received: (at 18779) by debbugs.gnu.org; 5 Feb 2015 15:15:23 +0000 Original-Received: from localhost ([127.0.0.1]:34878 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YJO9K-0000o9-Pq for submit@debbugs.gnu.org; Thu, 05 Feb 2015 10:15:23 -0500 Original-Received: from mailfe07.swip.net ([212.247.154.193]:60142 helo=swip.net) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YJO9I-0000nw-Ex for 18779@debbugs.gnu.org; Thu, 05 Feb 2015 10:15:20 -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 mailfe07.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 569421525; Thu, 05 Feb 2015 16:15:13 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 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:99061 Archived-At: > With the latest Xcode 6.1, symlinking > /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include > to /usr/include makes the compilation error go away. The compiled > binary seems to work. > 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. xcode-select --install Can you confirm this? Jan D.