HumanDynamo

Results 96 comments of HumanDynamo

Hi, In digiKam project i used successfully this KDE Qt5 LTS compilation patches repository to compile the official Linux AppImage bundle. This allow to fix plenty of bugs in application...

Well, it can be a first step, but to be honest i don't know the side effects to mix "qtbase 5.15.3" with all the rest in 5.15.2. Also i seen...

Hi, Good news. Qt 5.15.3 have been just released in open source, one year later 5.15.2. https://lists.qt-project.org/pipermail/development/2022-March/042262.html Note: the current Qt5 release is 5.15.8, only available for Qt company customer....

[harfbuzz_x86_64-w64-mingw32.shared.log.txt](https://github.com/mxe/mxe/files/8417340/harfbuzz_x86_64-w64-mingw32.shared.log.txt)

Confirmed. It fix the problem: [done] lzo x86_64-w64-mingw32.shared 7112 KiB 0m32.223s [download] pixman-0.33.6.tar.gz [build] pixman x86_64-w64-mingw32.shared [done] pixman x86_64-w64-mingw32.shared 24364 KiB 0m25.300s [download] cairo-1.16.0.tar.xz [build] cairo x86_64-w64-mingw32.shared [done] cairo x86_64-w64-mingw32.shared...

Some updates : I tried to re-compile on the same system all from scratch using GCC10 plugin (originally i use GCC9), and the problem still the same. Log files are...

Note : i just re-compiled all from scratch with GCC9 plugin under Linux Mageia 7.1, and all work as expected. So there is a difference between both system which break...

From the yasm config log file there are few interresting information: /mnt/devel/GIT/7.x/project/bundles/mxe/build.win64/tmp-yasm-x86_64-pc-linux-gnu/yasm-1.3.0.build_/config.log. Zipped file is attached... Gilles Caulier [config.zip](https://github.com/mxe/mxe/files/6236827/config.zip)

```text [gilles@localhost src]$ cat yasm.mk # This file is part of MXE. See LICENSE.md for licensing information. PKG := yasm $(PKG)_WEBSITE := https://yasm.tortall.net/ $(PKG)_DESCR := Yasm $(PKG)_VERSION := 1.3.0 $(PKG)_CHECKSUM...

Yes, native Mageia8 compilation work as expected : ```text [gilles@localhost yasm-1.3.0]$ pwd /mnt/data/yasm-1.3.0 [gilles@localhost yasm-1.3.0]$ ll total 1316 drwxrwxr-x 12 gilles gilles 4096 août 11 2014 ./ drwxrwxrwx 11 root...