Uh oh!
There was an error while loading. Please reload this page.
gh-115383: Install ncurses in reusable macos workflow - #115389
Conversation
It, obviously, didn't help :( |
ned-deily
commented
Feb 13, 2024
@sobolevn, See the Install Homebrew Dependencies section of the workflow log. Just installing |
ned-deily
commented
Feb 13, 2024
And, of course, Homebrew uses different install paths for Intel Mac systems and Apple Silicon Mac systems so perhaps a better solution would be to adapt the GDBM_CFLAGS and GDBM_LIBS boilerplate from the devguide recipe. |
sobolevn
commented
Feb 13, 2024
We can continue to experiment here :) |
ambv
commented
Feb 13, 2024
You mean creating NCURSES_CFLAGS and NCURSES_LIBS? |
erlend-aasland
commented
Feb 13, 2024
That would be $ ./configure --help| grep -i curses CURSES_CFLAGS C compiler flags for CURSES, overriding pkg-config CURSES_LIBS linker flags for CURSES, overriding pkg-config |
Yeah, I meant adapting the devguide's GDBM_CFLAGS and GDBM_LIBS recipe for CURSES_FLAGS and CURSES_LIBS but, as it appears the root causes were actually a caching issue and using a newer Apple SDK on an older system, that we shouldn't need to use the Homebrew ncurses going forward so this can probably safely be closed. |
Let's try this!