20:16:59 Hey there, the README for monero-gui says that qt 5.7.9 or newer is require, but compiling with qt 5.15.2 results in the wallet not starting at all 20:17:33 Any errors showing up ? 20:18:00 yes 20:18:05 the only error is "E Error: no root objects" 20:18:44 before that there are a bunch of warnings 20:19:03 Might be useful. Please paste to paste.debian.net or similar. 20:19:24 Linux ? 20:21:12 https://ghostbin.com/UfTB6 20:21:45 yes, gentoo 20:23:35 selsta: ^ 20:24:01 dont_thread_on_m: install the missing modules 20:25:40 https://packages.gentoo.org/packages/dev-qt/qtxmlpatterns 20:31:19 selsta: same result 20:32:12 if it still says something about "QtQuick.XmlListModel" it means it isn't installed correctly 20:32:21 the gui definitely works with 5.15.2 20:32:32 our release binaries are built with it 20:32:58 but I'm not familiar with gentoo so I can't help you 20:58:40 I made some progress 20:59:02 the qml use flag is probably required 21:20:29 yes, it's a qml application 21:21:43 it's not obvious 21:22:53 the guide implies that you would need to have it enabled only if you build with the flag WITH_SCANNER 21:29:01 don't think any of the devs use gentoo, so PR welcome :) 21:32:36 thanks! 21:38:13 thank you