Ticket #1608 (closed defect: wontfix)

Opened 15 years ago

Last modified 15 years ago

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

comment:1 Changed 15 years ago by slavazanko

  • Blocking 1622 added

(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 :).

comment:2 Changed 15 years ago by slavazanko

  • Blocked By 380 added

comment:3 Changed 15 years ago by slavazanko

  • Status changed from new to closed
  • Resolution set to wontfix

comment:4 Changed 15 years ago by slavazanko

  • Blocked By 380 removed
Note: See TracTickets for help on using tickets.