Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report the absence of ncurses library on CMake stage #2847

Open
nurmukhametov opened this issue May 10, 2024 · 0 comments · May be fixed by #2848
Open

Report the absence of ncurses library on CMake stage #2847

nurmukhametov opened this issue May 10, 2024 · 0 comments · May be fixed by #2848
Assignees
Labels
Building Compiler Issues with build scripts & building the compiler on Windows and Linux

Comments

@nurmukhametov
Copy link
Collaborator

Consider the scenario when ISPC is built with ISPC_STATIC_LINK=ON. It happens, e.g., with ISPC_PREPARE_PACKAGE=ON. If tinfo.a and curses.a are missing then it is reported only on linking stage. See here

list(APPEND LINK_LIBRARIES pthread tinfo.a curses.a)

It is better to report that immediately on configuration stage.

@nurmukhametov nurmukhametov added the Building Compiler Issues with build scripts & building the compiler on Windows and Linux label May 10, 2024
@nurmukhametov nurmukhametov self-assigned this May 10, 2024
@nurmukhametov nurmukhametov linked a pull request May 10, 2024 that will close this issue
@nurmukhametov nurmukhametov linked a pull request May 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Building Compiler Issues with build scripts & building the compiler on Windows and Linux
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant