Jonas Kvinge

Results 185 comments of Jonas Kvinge

The error is: ``` make[4]: Leaving directory '/home/paulomesquita/cg/mxe/tmp-qtbase-i686-w64-mingw32.static/qtbase-everywhere-src-5.15.1/src/tools/moc' cd corelib/ && ( test -e Makefile || /home/paulomesquita/cg/mxe/tmp-qtbase-i686-w64-mingw32.static/qtbase-everywhere-src-5.15.1/bin/qmake -o Makefile /home/paulomesquita/cg/mxe/tmp-qtbase-i686-w64-mingw32.static/qtbase-everywhere-src-5.15.1/src/corelib/corelib.pro ) && make -f Makefile g++ -Wl,-O1 -Wl,--gc-sections -o ../../../bin/uic...

It looks like bootstrap-dbus is trying to download something. qtbase is probably missing some dependency, maybe @mabrand knows.

opengl should be in the feature off list here: https://github.com/mxe/mxe/blob/master/src/qt/qt6/qt6-qtbase.mk#L77

Add `-nomake tests` to the build build configure.

Pretty sure it's for building the qtbase tools.: moc, rcc, uic, etc that are required for compiling Qt. The same applies to qttools linguist for lconvert, lrelease, lupdate etc. For...

Did you check `$(PREFIX)/$(BUILD)/qt6/libexec` ? The problem I ran into was that cmake picked the target versions, as a workaround I just copied them to `$(PREFIX)/$(TARGET)/qt6/bin` See: https://github.com/jonaski/mxe-qt/blob/master/src/qt6-qttools.mk

OK, it works in my fork so you can possibly look at it to see what I'm doing different.

Qt doesn't use GitHub, this needs to be submitted to Gerrit codereview (https://codereview.qt-project.org/). For instructions see: https://wiki.qt.io/Setting_up_Gerrit and https://wiki.qt.io/Gerrit_Introduction

Qt doesn't use GitHub, this needs to be submitted to Gerrit codereview (https://codereview.qt-project.org/). For instructions see: https://wiki.qt.io/Setting_up_Gerrit and https://wiki.qt.io/Gerrit_Introduction