Time Nick Message 16:15 MinetestBot 02[git] 04jordan4ibanez -> 03minetest/minetest: Document openSUSE Required Packages 1314441a2 https://github.com/minetest/minetest/commit/14441a289e871824f05d29e4eff2af78a923239a (152023-08-14T16:13:36Z) 16:15 MinetestBot 02[git] 04Desour -> 03minetest/minetest: Make touchscreengui compile 137f9de5d https://github.com/minetest/minetest/commit/7f9de5db0b72d7ed5e2bf5fda0d9aec22dd055c6 (152023-08-14T16:13:47Z) 16:15 MinetestBot 02[git] 04Desour -> 03minetest/minetest: GUIButton: Use default member initializers 132903f69 https://github.com/minetest/minetest/commit/2903f692ba4d6ef1cf07f677e5ce1e47dda12b5e (152023-08-14T16:13:47Z) 16:15 MinetestBot 02[git] 04Desour -> 03minetest/minetest: GUIButton: Default BgColor to white, as opposed to unintialized 13124d064 https://github.com/minetest/minetest/commit/124d064015f63987a4f0ed4140409290e1c051a0 (152023-08-14T16:13:47Z) 16:15 MinetestBot 02[git] (7 newer commits not shown) 16:17 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Add two missing classes to async environment 13f9c881e https://github.com/minetest/minetest/commit/f9c881eb5a3cb58b5886c61e0c2ce047179819e8 (152023-08-14T16:16:36Z) 16:17 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Fix registered_craftitems not populated in async env 13f6bddc4 https://github.com/minetest/minetest/commit/f6bddc4e8d4744052286ae1570a9c10242f8fb53 (152023-08-14T16:16:36Z) 16:17 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Fix itemdef defaults not being applied in async env 1343c9c38 https://github.com/minetest/minetest/commit/43c9c38a281f1aa88c3fc37c826176f5a716be1a (152023-08-14T16:16:36Z) 16:17 MinetestBot 02[git] 04sfan5 -> 03minetest/minetest: Optimize Mapgen::updateLiquid() 13bf36a90 https://github.com/minetest/minetest/commit/bf36a90579016ad145a1725abea2e1683de799f2 (152023-08-14T16:16:36Z) 16:17 MinetestBot 02[git] (2 newer commits not shown) 16:19 MinetestBot 02[git] 04Montandalar -> 03minetest/minetest: Persist text inputs in mainmenu local tab 137b3ed32 https://github.com/minetest/minetest/commit/7b3ed3200325ce913a6a2d884ae1ba1ccb08aad5 (152023-08-14T16:17:53Z) 18:20 Bombo hi 18:21 Bombo trying to compile 5.7.0 with irrlichtmt 1.9.0mt12 but i get: /mnt/mt/minetest/src/client/tile.h:237:13: error: 'class irr::video::SMaterial' has no member named 'TextureLayer'; did you mean 'TextureLayers'? 18:22 Bombo which one is the right irrlichtmt for stable-5? 18:24 Bombo trying mt11... 18:30 sfan5 https://github.com/minetest/minetest/releases/tag/5.7.0 written here 18:33 sfan5 the build will also abort when you try to compile with the wrong version 18:33 sfan5 (before anything is ever compiled) 18:37 Bombo ok thx 18:37 Bombo yes i got the gcc error at 38% 18:38 Bombo cmake didn't throw an error 18:39 Bombo (with mt12 or mt11) 18:44 sfan5 are you sure you're compiling 5.7.0 release? 18:52 Bombo git clone --branch stable-5 https://github.com/minetest/minetest.git 18:52 Bombo -- *** Will build version 5.7.0 *** 18:52 Bombo -- *** Building IrrlichtMt 1.9.0.10 *** 18:52 Bombo You have called ADD_LIBRARY for library IrrlichtMt without any source files. This typically indicates a problem with your CMakeLists.txt file 18:52 Bombo -- Found IrrlichtMt 1.9.0.10 18:54 Bombo with the newer irr i didn't get the version in cmake 18:54 Bombo (irrlicht version) 20:05 sfan5 something must be wrong with the version detection then 20:05 sfan5 if I try to build 5.7.0 with a more recent irrlicht cmake throws an error 20:10 Bombo maybe it's the old cmake version 3.7.2, i compiled on an old debian