[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#2829: emacs: gdb says: slashes aren't allowed (/etc/termcap)



In message <[🔎] 199604271426.QAA08924@bambi.zdv.Uni-Mainz.DE>, Dominik Kubla writes:
>> Current directory is /mnt/d/home/joost/c/disp/ "/etc/termcap", line
>> 1697: terminal 'aaa-24-rv-ctxt', slashes aren't allowed in names or
>> aliases
>Yep, i got that too.  Ncurses should be compiled without termcap
>fallback!  So the bug needs to be reassigned to ncurses.

BOGUS!  Emacs is probably your culprit, since ncurses _is_ compiled
without termcap fallback.  From ncurses-1.9.8a-5.diff.gz:

+ # Builds the binary package.
+ build:
+ 	./configure \
+ 		--with-shared \
+ 		--disable-termcap \
                ^^^^^^^^^^^^^^^^^^^
+ 		--enable-warnings \
+ 		--prefix=/usr \
+ 		--with-includedir=/usr/include \
+ 		--with-normal \
+ 		--with-debug
+ 	( cd ncurses ; ./MKfallback.sh > fallback.c )
+ 	make all "LIB_CURSES=../lib/libncurses.so"
+ 	( cd ncurses ; ./MKfallback.sh linux > fallback.c )
+ 	make all "LIB_CURSES=../lib/libncurses.so"
+ 	touch stamp-build


Mike.
--
"Don't let me make you unhappy by failing to be contrary enough...."


Reply to: