From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marcelo de Moraes Serpa Newsgroups: gmane.emacs.devel Subject: Compiling 23.2 on OSX configure error Date: Mon, 5 Jul 2010 13:20:09 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=000e0cd32f0ca5ac94048aa7fc88 X-Trace: dough.gmane.org 1278354021 3758 80.91.229.12 (5 Jul 2010 18:20:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 5 Jul 2010 18:20:21 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 05 20:20:20 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 1OVqHE-0003Mj-Ft for ged-emacs-devel@m.gmane.org; Mon, 05 Jul 2010 20:20:20 +0200 Original-Received: from localhost ([127.0.0.1]:33201 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVqHD-00042w-Tr for ged-emacs-devel@m.gmane.org; Mon, 05 Jul 2010 14:20:19 -0400 Original-Received: from [140.186.70.92] (port=37913 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVqH7-00042o-8x for emacs-devel@gnu.org; Mon, 05 Jul 2010 14:20:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OVqH6-0006Fl-1f for emacs-devel@gnu.org; Mon, 05 Jul 2010 14:20:13 -0400 Original-Received: from mail-px0-f169.google.com ([209.85.212.169]:38597) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVqH5-0006FU-TW for emacs-devel@gnu.org; Mon, 05 Jul 2010 14:20:12 -0400 Original-Received: by pxi7 with SMTP id 7so879969pxi.0 for ; Mon, 05 Jul 2010 11:20:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=hpFtTmV5tEC/ap9d20YgglGB+40weA90gSkDbBbNojw=; b=leotq/hJbQuf8U2YvuBNCWF4dZDw+M3AeCnuPlQpRyGbRjhedT2QoRwQr44eqtfzkl 7+CP23pEhZvBky53xhBbBi2d196Zgd2FLTdm2D1XpWs/KeFw7FIFPraBXD5zfQ+yHegz 1HCThwjVFOeI5O49DrzNWKlnaaCNdq66g8htg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=bm2asn15mMvCFEEdO/nFuw5nK2ErCpnCzkqNp/AKUW6amgV3vg3b1jvkxgkCzffxok Y0ty2TMuopD67aV+jduv0KLkSubC8hj1d/XrGC+9SvvJ6zJRH2HbxGir7LTfcKRrPK1E 8d80yc3EJpu5IwnS9KFMlKZbvlHYIeyPBSHKI= Original-Received: by 10.142.193.19 with SMTP id q19mr2501608wff.0.1278354009729; Mon, 05 Jul 2010 11:20:09 -0700 (PDT) Original-Received: by 10.143.156.2 with HTTP; Mon, 5 Jul 2010 11:20:09 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:126792 Archived-At: --000e0cd32f0ca5ac94048aa7fc88 Content-Type: text/plain; charset=ISO-8859-1 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. --000e0cd32f0ca5ac94048aa7fc88 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello list,

I am trying to compile Emacs 23.2 on my Snow Leopard=20 machine, and I am getting the following error on the configure step:
checking for library containing tputs... no
configure: error: I couldn't fin= d termcap functions (tputs and friends).
Maybe some development libraries/packages are missing?=A0 Try installinglibncurses-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=20 install without any issues.

Any ideas?

Thanks,

Marcelo.
--000e0cd32f0ca5ac94048aa7fc88--