Skip to content

macOS 11.7.10: ISO C++17 error under Big Sur #1865

Answered by brndnmtthws
steamfan asked this question in Q&A
Discussion options

You must be logged in to vote

Try installing gperf from homebrew with brew install gperf, then recompile Conky, and you should be good to go.

It looks like you hit an issue with older versions of gperf: https://savannah.gnu.org/bugs/?53028.

Most likely it's because macOS include gperf, and your version is unpatched. It's fixed in gperf 3.1 (https://git.savannah.gnu.org/gitweb/?p=gperf.git;a=commit;h=baf89d87f0d94b83e7764569da9d84dd36f82ba9), which is available from Homebrew: https://formulae.brew.sh/formula/gperf.

We can perhaps disable the warning when building that particular file, however, to make it compile with older versions.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@brndnmtthws
Comment options

@steamfan
Comment options

Answer selected by brndnmtthws
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants