-
selsta
.merges
-
xmr-pr
3165 3487 3491 3502 3503 3504 3505 3544 3559 3562 3565 3580 3582 3588 3590 3598 3599 3601
-
selsta
w0w
-
Guest6033
hello
-
Guest6033
hello
-
Guest6033
any suggestion on what is happening here
paste.debian.net/1203145
-
luigi1111w
that's a lot of merges
-
Guest6033
hello
-
Guest6033
any help on whats going on here
paste.debian.net/1203145
-
moneromooo
I assume the include change did not help ?
-
moneromooo
Oh, actually, you might not be the same person. So: try, near the top: #include <qprinter>
-
moneromooo
Or QPrinter. Or similar, search the include files.
-
Guest6033
printout.cpp here
-
Guest6033
#include <QPrinter>
-
Guest6033
there is
-
Guest6033
-
moneromooo
Oh, that's in Qt actually. I missed that.
-
moneromooo
It might be picking some includes in your system tree rather than in the Qt tree. Not sure how to fix though (bar temp moving the OS Qt headres away).
-
» moneromooo guessing though
-
moneromooo
Weird though, I would not expect QPrinter to only forward define.
-
Guest6033
is docker
-
Guest6033
i must check for printout.cpp elsewhere not in my folder
-
Guest6033
in /usr for example
-
Guest6033
or for other file?
-
Guest6033
sorry other headers
-
moneromooo
I'd check the contents of QPrinter, see if it acrualy defines the QPrinter class.
-
moneromooo
I expect it to, but it looks like it's not.
-
moneromooo
Can you paste printout.h actually ?
-
Guest6033
-
moneromooo
Sorry, I could have worjed that one out :D
-
Guest6033
i didnt understand sorry
-
moneromooo
So it's finding the forward declaration on 41. Can you link QPrinter ?
-
Guest6033
how?
-
moneromooo
Well, find wherever it is in the tree, and paste the likn to it like you did above.
-
Guest6033
-
moneromooo
Assuming that gets included by QPrinter, it looks ok. Try adding "#warning kjshfkjsf" on that file, line 62. See it it gets printed when building.
-
moneromooo
It should. If not, then possibly some ifdef makarkey going on.
-
Guest6033
will need lot of time to insert and wait for that warning
-
Guest6033
better to insert include and hope that will work
-
Guest6033
i'll insert on printout.h ?
-
Guest6033
i hope that im not misunderstood
-
Guest6033
but i dont know what exactly to add and where
-
Guest6033
i just that some code with #include will work
-
moneromooo
I don't know either :) I assume the source is supposed to build, and there's some env issue somewhere.
-
Guest6033
if i do that wanring that u said we'll understand what to do next step?
-
Guest6033
i'll do it right now
-
moneromooo
It'll show whether the compiler sees that class.
-
moneromooo
If it doesn't, that's the problem. If it does, then... it might be the wrong version somehow.
-
Guest6033
sed -i '62a #warning kjshfkjsf' qtbase/src/printsupport/kernel/qprinter.h
-
Guest6033
is enough?
-
Guest6033
or to be sure sed -n '62p' qtbase/src/printsupport/kernel/qprinter.h
-
Guest6033
warning ddint appear anywhere
-
Guest6033
compile stops with same error
-
Guest6033
-
Guest6033
most probable compiler dont c that class
-
Guest6033
what to do
-
Guest6033
moneromooo what do u think