Make failure 'span' file not found #1520
-
|
New to submitting issues so please be patient. Im trying to make btop but the build fails when it can't find the file 'span'. The entire make output is shown below. I will note that I modified the makefile to use clang by appending " export CC=clang export CXX=clang++" to the top. PLATFORM ?| Linux Building btop++ (v1.4.6) Linux x86_64 sc>yesptlu> ad
mt | | ^~~~~~~~ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Your compiler is too old, you need Clang 19 or later. |
Beta Was this translation helpful? Give feedback.
Your compiler is too old, you need Clang 19 or later.