From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Compiling 23.2 on OSX configure error Date: Mon, 05 Jul 2010 21:24:39 +0200 Message-ID: <4C323177.4050205@swipnet.se> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1278357894 19165 80.91.229.12 (5 Jul 2010 19:24:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Jul 2010 19:24:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Marcelo de Moraes Serpa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 05 21:24:53 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OVrHf-0007Qm-3j for ged-emacs-devel@m.gmane.org; Mon, 05 Jul 2010 21:24:51 +0200 Original-Received: from localhost ([127.0.0.1]:56971 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVrHe-0001Ko-EA for ged-emacs-devel@m.gmane.org; Mon, 05 Jul 2010 15:24:50 -0400 Original-Received: from [140.186.70.92] (port=36530 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVrHY-0001Kj-J8 for emacs-devel@gnu.org; Mon, 05 Jul 2010 15:24:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OVrHX-0007Fw-Id for emacs-devel@gnu.org; Mon, 05 Jul 2010 15:24:44 -0400 Original-Received: from smtprelay-h31.telenor.se ([213.150.131.4]:36898) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVrHX-0007Fj-Df for emacs-devel@gnu.org; Mon, 05 Jul 2010 15:24:43 -0400 Original-Received: from ipb2.telenor.se (ipb2.telenor.se [195.54.127.165]) by smtprelay-h31.telenor.se (Postfix) with ESMTP id A2D38EB292 for ; Mon, 5 Jul 2010 21:24:41 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnI2AKjOMUxV4S0jPGdsb2JhbACHbpgGDAEBAQE1Lb8ThSUE X-IronPort-AV: E=Sophos;i="4.53,542,1272837600"; d="scan'208";a="99465740" Original-Received: from c-232de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.35]) by ipb2.telenor.se with ESMTP; 05 Jul 2010 21:24:41 +0200 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 7EBA17FA05A; Mon, 5 Jul 2010 21:24:40 +0200 (CEST) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:126798 Archived-At: I have libncurses in /usr/lib and /usr/include, don't you? Did you install XCode? Jan D. Marcelo de Moraes Serpa skrev 2010-07-05 20.20: > Hello list, > > I am trying to compile Emacs 23.2 on my Snow Leopard machine, and I am getting > the following error on the configure step: > > checking for library containing tputs... no > configure: error: I couldn't find termcap functions (tputs and friends). > Maybe some development libraries/packages are missing? Try installing > libncurses-dev(el), libterminfo-dev(el) or similar. > > I have installed ncurses through port but it does not solve it. Also, could > not find the libterminfo-dev on port. Should I download them from somewhere else? > > The strange thing is that for 23.1, I could configure/make/make install > without any issues. > > Any ideas? > > Thanks, > > Marcelo.