Changes between Initial Version and Version 1 of Ticket #61498


Ignore:
Timestamp:
Nov 16, 2020, 5:32:28 PM (3 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Thanks for reporting.

I can verify the problem. The configure script doesn't include the headers it needs, so the tests fail with error like:

configure:13188:1: error: implicit declaration of function 'putwc' is invalid in C99 [-Werror,-Wimplicit-function-declaration]

This is common problem affecting many older software packages, when using Xcode 12 or later, which is required for Big Sur.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61498

    • Property Cc pejaham added; Peter Jacobsen removed
    • Property Keywords catalina bigsur added; dialog w/ ncurses removed
    • Property Summary changed from dialog 1.3 does not compile unter macOS Big Sur 11.0.1 to dialog @1.3: configure: error: No curses header-files found
  • Ticket #61498 – Description

    initial v1  
    66Peter
    77
    8 
     8{{{
    99:info:configure checking pkg-config for ncursesw... yes
    1010:info:configure checking if the ncursesw package files work... no
     
    1919:error:configure Failed to configure dialog: configure failure: command execution failed
    2020:debug:configure Error code: NONE
    21 
     21}}}