-
Hello, I'm not proficient in C, but in mac to build from sources I need to specify both flags like this to make successfully:
otherwise, only with
My question is: is it specific to my machine, or should the wiki be updated on this topic? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
This is due to homebrew installing libraries into non-standard locations which aren't part of the default library+include search path: https://github.com/orgs/Homebrew/discussions/1600 |
Beta Was this translation helpful? Give feedback.
-
@krykra7 btw, what output do you get when you run the following command: $ pkg-config --variable version ncurses Is it picking the system ncurses over the homebrew one? (also, you've installed |
Beta Was this translation helpful? Give feedback.
This is due to homebrew installing libraries into non-standard locations which aren't part of the default library+include search path: https://github.com/orgs/Homebrew/discussions/1600