cvs commit: src Makefile.inc1 src/lib Makefile src/lib/libncurses Makefile Makefile.inc ncurses_cfg.h pathnames.h termcap.c src/lib/libncurses/include MKterm.h.awk curses.head ncurses_cfg.h pathnames.h termcap.h unctrl.h src/lib/libncurses/libform Makefile ...
Chris Pressey
cpressey at catseye.mine.nu
Sun Mar 13 17:27:16 PST 2005
On Sat, 12 Mar 2005 11:13:54 -0800 (PST)
Eirik Nygaard <eirikn at xxxxxxxxxxxxxxxxxxxxxxx> wrote:
> eirikn 2005/03/12 11:13:54 PST
>
> DragonFly src repository
>
> Modified files:
> . Makefile.inc1
> lib Makefile
> lib/libncurses Makefile
> Added files:
> lib/libncurses Makefile.inc
> lib/libncurses/include MKterm.h.awk curses.head ncurses_cfg.h
> pathnames.h termcap.h unctrl.h
Hi Eirik,
MKterm.h.awk generates a term.h that contains an unterminated C comment.
This breaks anything that uses curses and builds with -Werror (such as
the installer :) See attached patch.
Also, I just noticed that now, arrow keys no longer work properly in ee.
Will test the installer itself in a little bit, as soon as I can build a
release image.
-Chris
Index: MKterm.h.awk
===================================================================
RCS file: /home/dcvs/src/lib/libncurses/include/MKterm.h.awk,v
retrieving revision 1.1
diff -u -r1.1 MKterm.h.awk
--- MKterm.h.awk 12 Mar 2005 19:13:54 -0000 1.1
+++ MKterm.h.awk 14 Mar 2005 01:01:29 -0000
@@ -50,7 +50,7 @@
print "#include <ncurses_dll.h>"
print "#else"
print "/* From ncurses_dll.h */"
- print "/* This is copied so we don't need to install"
+ print "/* This is copied so we don't need to install */"
print "/* ncurses_dll.h as well */"
print "/* Take care of non-cygwin platforms */"
print "#if !defined(NCURSES_IMPEXP)"
More information about the Commits
mailing list