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: Tue, 06 Jul 2010 08:42:38 +0200 Message-ID: <4C32D05E.1030701@swipnet.se> References: <4C323177.4050205@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1278398591 26016 80.91.229.12 (6 Jul 2010 06:43:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 6 Jul 2010 06:43:11 +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 Tue Jul 06 08:43:08 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 1OW1s1-0001X3-Dc for ged-emacs-devel@m.gmane.org; Tue, 06 Jul 2010 08:43:05 +0200 Original-Received: from localhost ([127.0.0.1]:55244 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OW1s0-0002TU-HR for ged-emacs-devel@m.gmane.org; Tue, 06 Jul 2010 02:43:04 -0400 Original-Received: from [140.186.70.92] (port=52142 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OW1rd-0002SG-Oa for emacs-devel@gnu.org; Tue, 06 Jul 2010 02:42:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OW1rc-0003sV-8Q for emacs-devel@gnu.org; Tue, 06 Jul 2010 02:42:41 -0400 Original-Received: from smtprelay-h32.telenor.se ([213.150.131.5]:41435) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OW1rb-0003sH-Vu for emacs-devel@gnu.org; Tue, 06 Jul 2010 02:42:40 -0400 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-h32.telenor.se (Postfix) with ESMTP id B2A1FEBD9B for ; Tue, 6 Jul 2010 08:42:38 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8wANpsMkxV4S0jPGdsb2JhbACHbpgQDAEBAQE1Lb5DhSUE X-IronPort-AV: E=Sophos;i="4.53,544,1272837600"; d="scan'208";a="101260574" Original-Received: from c-232de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.35]) by ipb1.telenor.se with ESMTP; 06 Jul 2010 08:42:38 +0200 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id C2C3F7FA05A; Tue, 6 Jul 2010 08:42:37 +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:126825 Archived-At: Send the config.log file. Also do % ls -l /usr/include/*curses.h It should show two files. Jan D. Marcelo de Moraes Serpa skrev 2010-07-05 22.13: > Yeah, I have XCode 3.2.2. Also, I do have ncurses installed, check it o= ut: > > /usr/lib$ ls *cur* > libcurl.2.dylib libcurl.4.dylib libcurses.dylib > libncurses.5.dylib > libcurl.3.dylib libcurl.dylib libncurses.5.4.dylib > libncurses.dylib > > Am I missing any other lib ? What about libterminfo ? > > Thanks, > > Marcelo. > > On Mon, Jul 5, 2010 at 2:24 PM, Jan Dj=E4rv > wrote: > > 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, a= nd 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 ins= talling > 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 fr= om > somewhere else? > > The strange thing is that for 23.1, I could configure/make/make= install > without any issues. > > Any ideas? > > Thanks, > > Marcelo. > >