Sean and Mars,
Thanks to you both for your prompt reply.
>
> As you have noticed termcap support is broken. I suggest that you for
> tty support install the development package for ncurses. (I don't know
> what it is called but there ought to be one in Ubuntu) XEmacs
> configure will detect and use that instead of termcap.
IIRC Matts is correct, you must have ncurses install on Ubuntu to get
XEmacs working. I don't remember *which* exact packages and my notes
are at work. But here is what I have installed:
% dpkg --get-selections | fgrep curses
libncurses5 install
libncurses5-dbg install
libncurses5-dev install
libncursesw5 install
ncurses-base install
ncurses-bin install
Cheers,
Sean
% dpkg --get-selections | fgrep curses
lib64ncurses5 deinstall
libncurses5 install
libncursesw5 install
ncurses-base install
ncurses-bin install
ncurses-term install
(I am on AMD64 hardware but I am running 32bit linux. I think the
lib64ncurses5 was the result of trying to install what I may have
already had.)
If I ./configure --with-ncurses, I get:
*** PANIC *** The C compiler can no longer build working executables.
*** PANIC *** Please examine the tail of config.log for runtime errors.
*** PANIC *** The most likely reason for this problem is that configure
*** PANIC *** links with shared libraries, but those libraries cannot be
*** PANIC *** found at run time.
*** PANIC ***
*** PANIC *** On a Linux system, edit /etc/ld.so.conf and re-run ldconfig.
*** PANIC *** On other systems, try telling configure where to find the
*** PANIC *** shared libraries using the --with-site-runtime-libraries option
*** PANIC ***
*** PANIC *** Another way to shoot yourself in the foot is to specify
*** PANIC *** --with-FEATURE when FEATURE is not actually installed
*** PANIC *** on your system. Don't do that.
I think gcc -lncurses is causing this.
./configure --with-ncurses5 warns of unrecognized option.
./configure ; sudo make clean ; sudo make install gets me back to
IO Error: Terminal type undefined (or can't access database?), "xterm"
Reinstalled lib64ncurses5 and got same results.
Thanks in advance for any help,
Bruce
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta