Time Nick Message 00:21 jSnake If I make a change to the source to disable text transparency to create a solid black backround with white text, what's the likelyhood of getting that change in the engine? 00:22 jSnake i can always fork, but having more accessibility options in the official would be really nice 08:56 Chklnk Would love to get flatpack 5.1.0 working. "WARNING[Main]: Irrlicht: No doublebuffering available". Have Intel graphics. Any ideas ? 17:52 stormchaser3000 Hello 17:53 df458 Hi! 21:10 electrodude512 Hi, I'm trying to compile Minetest git branch stable-5 on Gentoo. I'm getting the following error from the linker: 21:10 electrodude512 CMakeFiles/minetestserver.dir/terminal_chat_console.cpp.o: undefined reference to symbol 'keypad' 21:10 electrodude512 /lib64/libtinfow.so.6: error adding symbols: DSO missing from command line 21:12 electrodude512 I have =sys-libs/ncurses-6.1_p20181020 +cxx +gpm +split-usr +threads +tinfo +unicode 21:13 electrodude512 I'm compiling with sys-devel/gcc-9.2.0-r2 21:15 Krock maybe +tinfo isn't enough? 21:16 Krock or the library inclusion order is wrong 21:16 Krock also try compiling without ncurses 21:25 electrodude512 How do I tell it to compile without ncurses, or maybe with ncurses-5.9-r101, which I also have installed? I never really figured out how to use CMake. 21:27 electrodude512 I don't have cmake-gui installed because I'm mildly allergic to qt, but I can install it if necessary. I'd prefer to do this via command line, but I don't even know enough of CMake's terminology to know what to look for. 21:27 Krock cmake . -DENABLE_CURSES=false (other params here) 21:28 Krock https://github.com/minetest/minetest#cmake-options 21:30 Krock you can specify each option using -D