-
ArticMine
-
ArticMine
-
ArticMine
There is a link to the proposal in the issue.
-
wqsbtr
hello
-
wqsbtr
trying to compile linux version with scanner but i have CMake Error at CMakeLists.txt:356 (find_library):
-
wqsbtr
Could not find Qt5MultimediaQuick_p_LIBRARY using the following names:
-
wqsbtr
Qt5MultimediaQuick_p
-
moneromooo
Is it installed ?
-
moneromooo
It sounds like a package called something like qt5multimedia or similar
-
wqsbtr
if i remove "with_scanner" on makefile compile is ok
-
wqsbtr
i'm trying from docker
-
wqsbtr
-
xiphon
We might not support it in docker builds yet
-
xiphon
AT least, i didn't test this explicitly
-
xiphon
Btw, what would be your use case?
-
wqsbtr
is not compiling with scanner
-
wqsbtr
and qrcode is very important...
-
xiphon
Yep, is not guaranteed in docker builds
-
xiphon
But you can build it locally
-
xiphon
"and qrcode is very important..." -> Btw, what would be your use case?
-
wqsbtr
i have linux on tablet
-
wqsbtr
i want to pay someone that accept monero
-
wqsbtr
why to bother copy paste
-
xiphon
will probably add it *soon*
-
rbrunner
I try to compile for debugging. As per instruction, I use: "make debug". But neither the resulting 'monero-wallet-gui' binary nor any of the core binaries like 'monerod' produced seem to carry any debug info. What gives?
-
rbrunner
(compiled directly on a Debian Linux, without any Docker or similar)
-
xiphon
-
rbrunner
Thanks, will try. I was already thinking I was "holding it wrong" :)
-
rbrunner
Hmmm ... with that modified Makefile I get an error now that wasn't there before:
-
rbrunner
var/git/monero-core/src/main/filter.cpp:35:14: fatal error: private/qabstractanimation_p.h: No such file or directory
-
rbrunner
Seems to happen when compiling this:
-
rbrunner
[ 95%] Building CXX object src/CMakeFiles/monero-wallet-gui.dir/main/filter.cpp.o
-
xiphon
Stip two #ifdef QT_DEBUG sections in that file
-
xiphon
*strip
-
xiphon
rbrunner: ^
-
rbrunner
Thanks again, compiling.
-
rbrunner
monero-gui-wallet does not like me :( It finally compiled, but now at start it refuses with:
-
rbrunner
./monero-wallet-gui: error while loading shared libraries: libblockchain_db.so: cannot open shared object file: No such file or directory
-
rbrunner
Something missing in the makefile when linking perhaps=
-
rbrunner
*perhaps?
-
rbrunner
If I put that into $LD_LIBRARY_PATH it complains about the next one, libhardforks.so ...
-
rbrunner
I guess a Linux crack would know immediately what to do, but alas ...
-
rbrunner
If I copy *all* .so files from the various Monero directories, the GUI starts but complains:
-
rbrunner
2021-04-23 14:24:48.998 W qrc:/main.qml:29 module "QtQml.Models" version 2.12 is not installed
-
selsta
rbrunner: which Qt version are you using?
-
selsta
Also make sure you use latest master
-
rbrunner
I try to debug some problem in Benevanoff's multisig PR:
monero-project/monero-gui #3319
-
rbrunner
A very strange problem where the multisig wallets change restore height. All I want is put a breakpoint at the relevant wallet2 method
-
rbrunner
and see who the hell is calling it, and for this I guess I need a debug version
-
rbrunner
But it also means probably that I have to stick to their code, and can't just take master
-
rbrunner
qmae --version gives: Using Qt version 5.11.3 in /usr/lib/x86_64-linux-gnu
-
rbrunner
Release version compiles and runs without problems, strangely
-
rbrunner
Or at least did 3 weeks ago or so
-
rbrunner
Never mind Qt, but any idea about that strange problem to miss Monero .so files?
-
moneromooo
Oooh, that could be the reason why so many peple end up with a wrong restore height and are missing txes...
-
xiphon
-
xiphon
^ rbrunner apply this
-
rbrunner
Not sure. I think I get a restore height *in the future* with that multisig PR code, which completely throws off tx processing
-
rbrunner
Thanks, xiphon. The longer the journey, the bigger the reward :)
-
xiphon
the patch has already been merged into master :)
-
bevanoff[m]
rbrunner: perhaps try merging my branch into master locally to include newer patches?
-
rbrunner
Yeah, I may try that if nothing else helps. Introduces other uncertainties perhaps.