Skip to content

ncurses version mismatch and yacc binaries missing #4

Open
@tititototutu

Description

@tititototutu

hello,

i tried to use your work on a debian 12 OS.

there is a little bug in your script with ncurses (something with version) . It searches the 6.5 version of curses but it's the 6.3 that available

A quick and dirty patch is to replace in line 327:

#cd ncurses-${NCURSES_VERSION} || exit 1
cd ncurses-* || exit 1

and yacc was missing

apt install yacc

After that, everything works very smoothly, Thanks a lot for your work :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions