Open jeromecst opened 3 years ago
I did some changes here when i updated the ebuild to not require the unicode flag for ncurses anymore (since it was removed).
https://github.com/fulhax/fulhax-overlay/commit/957e856f3c2665fd2ae81e4cd67530c7a60a5e7f
There should be a discussion about it on the gentoo forum i think, or maybe it was the issue tracker.
I tried to build manually ncpamixer from source on my Gentoo machine (kernel 5.10.61, ncurse-6.2-r1) but had the following error : https://github.com/fulhax/ncpamixer/issues/46
After I tried to build using portage but the same problem happened.
For some reason it compiles with -lncurses and -ltinfo instead of -lncursesw and -ltinfow because the WIDE variable is ignored. Do you have any clue ?