-
Guest6033hello
-
Guest6033i tried to avoid this error but deleting line 36,54 github.com/qt/qttools/blob/dev/src/linguist/linguist/printout.cpp
-
Guest6033but didnt work
-
Guest6033any suggestion
-
Guest6033thank you
-
Guest6033paste.debian.net/1203232 error here
-
selsta.merge+ 3602
-
xmr-prAdded
-
Guest6033hello
-
tobtohtGuest6033: Try removing --no-feature-cups
-
tobtohtJust missed you I think
-
tobtohtGuest6033: Try removing --no-feature-cups
-
Guest6033yep
-
Guest6033i did smth else
-
tobtohtwhat did you do?
-
Guest6033-skip qttranslations -skip qttools
-
Guest6033and compile was succesful
-
tobtohtYou need qttranslations for GUI, pretty sure
-
Guest6033but after i had this paste.debian.net/1203256
-
Guest6033i did a sed recursive qt5/qt6
-
Guest6033on monero-gui folder
-
Guest6033what do u think
-
tobtohtwhere did you install qt?
-
Guest6033on /qt5
-
Guest6033linux docker
-
tobtohtshare dockerfile
-
Guest6033
-
Guest6033i removed --no-feature-cups but qprinter stopped compiling again!
-
tobtohtyou should also remove -no-opengl btw
-
tobtoht"but after i had this" -> Not sure about this. Looks like Qt is installed in the correct dir
-
tobtohtYou could try starting a shell in that image and
-
tobtohtfind /usr -name "Qt6QuickConfig.cmake"
-
tobtohtto check if it exists
-
Guest6033i did that and there is no such file
-
tobtohtdon't think the build succeeded then
-
tobtohtCan you check for Qt6CoreConfig.cmake ?
-
Guest6033the same
-
tobtohtsomething went wrong during build and/or installation
-
Guest6033i did compile with removed -no-opengl --no-feature-cups but same qprinter error
-
Guest6033"/usr/lib/cmake/Qt6Core/Qt6CoreConfig.cmake"
-
Guest6033so install was ok without qttranslations
-
tobtohtQt6QuickConfig.cmake also exists?
-
Guest6033no!
-
tobtohtCan you paste the ./configure output?
-
tobtohtat the end it shows you which modules are enabled
-
Guest6033ok
-
Guest6033i must install again because i didnt save output somewhere
-
Guest6033tobtoht if u are here thats my qt6 config paste.debian.net/1203317
-
tobtohtGuest6033: Qt Quick support ....................... no
-
tobtohtThere's your problem
-
tobtohtHm so it looks like it's the missing qsb tool thing again
-
Guest6033how to install this qsb
-
tobtohtI have no clue
-
Guest6033i asked on #qt but no one asnwered!
-
Guest6033i remember before some days
-
tobtohtTry removing -nomake tools
-
Guest6033ok
-
Guest6033same again with -nomake tools
-
Guest6033maybe is compiler issue
-
Guest6033if i use clang i'll be more lucky