Ticket #1608 (closed defect: wontfix)
build with ncurses broken
Reported by: | iNode | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.7.0-pre3 |
Component: | mc-tty | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #1622 | |
Branch state: | Votes for changeset: |
Description
configure params:
--without-subshell --with-screen=ncurses
error:
tty-ncurses.c: In function ‘tty_draw_hline’: tty-ncurses.c:220: error: ‘ugly_frm_thinhoriz’ undeclared (first use in this function) tty-ncurses.c:220: error: (Each undeclared identifier is reported only once tty-ncurses.c:220: error: for each function it appears in.) tty-ncurses.c: In function ‘tty_print_anychar’: tty-ncurses.c:298: error: ‘ugly_frm_rightmiddle’ undeclared (first use in this function) tty-ncurses.c:302: error: ‘ugly_frm_leftmiddle’ undeclared (first use in this function) tty-ncurses.c:313: warning: pointer targets in passing argument 1 of ‘str_term_form’ differ in signedness ../../src/strutil.h:367: note: expected ‘const char *’ but argument is of type ‘unsigned char *’ make[3]: *** [libmctty_la-tty-ncurses.lo] Error 1
$ git describe
4.7.0-pre2-48-g5108664
Change History
Note: See
TracTickets for help on using
tickets.
(In #1622) well... PCRE_CFLAGS already in Makefile.am.
Reason of unsucessfull build is a #1608
But in #380 now we have lot of changes (as fact, #380 ready now for review, bay be some little bugs present in this branch:) ). In #380 bug from #1608 now fixed (and bug from this ticket fixed too). But if we will fix this ticket (and ticket:1608) may be some bugs added into #380 after rebasing of branch.
Just wait for merge #380 into master, please :).