Despite having ncurses installed, `make menuconfig` fails with:

 *** Unable to find the ncurses libraries or the
 *** required header files.
 *** 'make menuconfig' requires the ncurses libraries.
 ***
 *** Install ncurses (ncurses-devel) and try again.
 ***

Debugging this led me to this error coming from `check-lxdialog.sh`:

<stdin>:2:1: error: return type defaults to ‘int’ [-Wimplicit-int]

It seems gcc 14 has made this an error rather than a warning. Fix is easy
as adding a return type on line 49:

int main() {}


-- 

<https://www.google.com/url?q=https://www.acumera.com/&source=gmail-imap&ust=1688481504000000&usg=AOvVaw0D8e2lo1XnsnQheWisoH3N>

*Tyler Cook*
Senior Linux Software Developer
3307 Northland Dr., Ste. 500
Austin, TX 78731

The *VOICE *of Acumera:
*       Vigilant* - Ever watchful, we solve issues before they become
problems
*       Owner* - As owners, we act with speed, accountability and results
*       Integrity* - Doing the right thing creates value for all
*       Champion* - We support our client's success with innovative services
        *Empower* - We share what we know and enable our team and clients
to be leaders
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to