Time Nick Message 15:20 sfan5 except #15883 everything else for the release is mostly ready 15:20 ShadowBot https://github.com/luanti-org/luanti/issues/15883 -- Font texture turns black after app is in background (Android) 15:20 sfan5 I guess we need to update weblate 15:21 sfan5 I might have time to do that later today 17:09 [MatrxMT] I'm using USE_SYSTEM_JSONCPP and when I try to compile AndroidStudio it says that this file doesn't exist https://github.com/luanti-org/luanti/blob/master/src/json-forwards.h#L10 17:09 [MatrxMT] However I checked my cmake cache and the path indicated is correct (the file exists). What the heck? 17:09 [MatrxMT] *compile with Android Studio 17:11 sfan5 that's logical, since android does not ship with jsoncpp 17:11 sfan5 (android the OS) 17:11 sfan5 either way, don't use USE_SYSTEM_JSONCPP 17:28 [MatrxMT] TIL, ty sfan5 18:06 [MatrxMT] after having turned off Curses, openSSL and Gmp, now it says that malloc_trim doesn't exist https://github.com/luanti-org/luanti/blob/master/src/porting.cpp#L967. This is very annoying. I'm using Android Studio 18:07 sfan5 you are doing something fundamentally wrong 18:07 [MatrxMT] our instructions suck, don't blame me 18:09 sfan5 have you built luanti for the desktop from the same folder? 18:10 sfan5 that could explain why the build is apparently thinking that you have things enabled that would never be enabled on android 18:12 [MatrxMT] yes, from the CLI. So I should remove the cache and compile (I'll find how) from Android Studio? 18:12 [MatrxMT] *find out 18:13 sfan5 the problem is src/cmake_config.h exists and the android build is reading it, when it shouldn't be 18:14 sfan5 `git clean -fx src` (try -n first for a dry run) might help, no guarantees 18:28 sfan5 good news: https://github.com/luanti-org/luanti/commit/94dd3da2aa42680345594812e3d03442d5f7f3f9 18:33 [MatrxMT] Thank you 18:49 sfan5 the new buttons look good 18:49 sfan5 glad we did this 19:36 MTDiscord 2 years in the making