Suggestion to add options to the CXXFLAGS to silence compiler warnings during build: -Wno-template-id-cdtor -Wno-deprecated-copy -Wno-implicit-fallthrough -Wno-class-memaccess -Wno-redundant-move -Wno-nonnull, patch to the PKGBUILD:
--- PKGBUILD.orig 2026-01-20 14:51:55.104776841 +0100
+++ PKGBUILD 2026-01-20 16:35:09.268583084 +0100
@@ -66,3 +66,3 @@
local _flags=(
- -DCMAKE_CXX_FLAGS="${CXXFLAGS} -DNDEBUG"
+ -DCMAKE_CXX_FLAGS="${CXXFLAGS} -DNDEBUG -Wno-template-id-cdtor -Wno-deprecated-copy -Wno-implicit-fallthrough -Wno-class-memaccess -Wno-redundant-move -Wno-nonnull"
-DPORT=Qt
Regards!
Pinned Comments
FabioLolix commented on 2024-08-20 14:12 (UTC)
btw patches are welcome here https://github.com/FabioLolix/PKGBUILD-AUR_fix/tree/master/q
FabioLolix commented on 2023-12-27 15:49 (UTC)
btw, depends on
libicuuc.sohave been added so you are obliged to uninstall and rebuild when there is a new icu update instead of keeping a non-working qt5-webkit (which lead to other build issues)xiota commented on 2023-11-12 17:30 (UTC)
Or read: makepkg: Improving build times.
FabioLolix commented on 2023-01-06 17:06 (UTC)
Pre builded (in clean chroot) package here https://sourceforge.net/projects/fabiololix-os-archive/files/Packages/ for who is interested