Subj : Re: Thanks see forward to maybe have fmail as well from git ? To : Benny Pedersen From : Wilfred van Velzen Date : Sun Jul 21 2024 10:17 pm Hi Benny, On 2024-07-21 17:17:20, you wrote to me: WvV>> 'stdscr' is defined in ncurses/ncurses.h as extern. BP> this file does not exits on gentoo BP> while /usr/include/ncurses.h does That doesn't matter. It's a link problem, because it doesn't link to the right library file. cmake should take care of that if the right library file is present on your system. CMakeLists.txt has these lines: if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") target_link_libraries(fconfig ncurses) endif () Maybe that is different on gentoo? Try removing the 'if' and 'endif' lines... Bye, Wilfred. --- FMail-lnx64 2.3.2.4-B20240523 * Origin: FMail development HQ (2:280/464) .