Yeah, I have XCode 3.2.2. Also, I do have ncurses installed, check it out:

/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ärv <jan.h.d@swipnet.se> 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, 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.