Skip to content

libcurses build failure fix#36

Open
Parithi098 wants to merge 1 commit into
mainfrom
bugfix/libcurses-guard
Open

libcurses build failure fix#36
Parithi098 wants to merge 1 commit into
mainfrom
bugfix/libcurses-guard

Conversation

@Parithi098
Copy link
Copy Markdown
Collaborator

  • Added #else case for #if HAVE_LIBCURSES in eye_plot_graph
  • Updated README

@Parithi098 Parithi098 force-pushed the bugfix/libcurses-guard branch from 9ea7d19 to 6a365d0 Compare May 27, 2026 08:26
Comment thread cli/graph.c
int eye_plot_graph(int *data, bool plot_6p_points, unsigned int w2h_score)
{
printf("eye plot requires libcurses support when velocitypci-cli is built\n");
return 0;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as discussed, can we also give an info during compilation itself?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants