Re: gpgme git - qt6 build fails - help
Ingo Klöcker <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.devel |
|---|---|
| Message-ID | <2335226.ElGaqSPkdT@daneel> |
On Mittwoch, 10. Juli 2024 16:43:57 CEST Genes Lists via Gnupg-devel wrote: > In addition to regular release builds we also build git HEAD. > Recently gpgme fails to build qt (neither qt5 nor qt6). > > Build on archlinux using: > > gcc - 14.1 > qt6 - 6.7.3 > gpgme git commit - f6d020e24fb64cfba5e80cef7f80cad15f08cc3c > > Configured: > > git clean -fdx > git fetch; git pull origin > ./autogen.sh --force > > ./configure --prefix=/usr --disable-fd-passing --disable-gpgsm-test > --disable-gpg-test --enable-languages=cpp,qt6 > > cpp builds complete fine as does python. But qt6 now has: > > Any suggestions? Try an out-of-source build, i.e. ``` ./autogen.sh --force mkdir build cd build ../configure ... make ``` Regards, Ingo _______________________________________________ Gnupg-devel mailing list [email protected] https://lists.gnupg.org/mailman/listinfo/gnupg-devel
signature.asc
(application/pgp-signature, 228 B)
-----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQTbjgIOMowwlCBgvyGxb1mVFkdKugUCZo7pHQAKCRCxb1mVFkdK ukx6AQDMvZb91ZXG6CerZA3JjzAXebH+ZkwdSp2XjtfoxQu/AQEAkmxtfNhkEuHV a2EufKMD68QAUo7a7dxC/HZfZCAyRQw= =WZj8 -----END PGP SIGNATURE-----