digiKam 7.3.0 is released
Gilles Caulier
caulier.gilles at gmail.com
Tue Jul 13 08:00:30 BST 2021
Hi,
Thanks for the feedabck.
Look my patch :
https://invent.kde.org/graphics/digikam/commit/8587be8fbb5806a0c53ee2ad43ded389c3eaf524
It must fix your linking problem with digiKam core.
Best regards
Gilles Caulier
Le mar. 13 juil. 2021 à 05:32, Norbert Preining <norbert at preining.info> a
écrit :
> Hi Gilles,
>
> I am providing builds of latest digikam for Debian testing/unstable via
> OBS, and I see build failures now, mostly induced by
> undefined reference to `DIGIKAM_WEBSERVICES_LOG()'`
> in several files under
> core/dplugins/generic/webservices/vkontakte/backend/
>
> I could fix the build on my side by just commenting out the respective
> calls (part of the diff):
> ---
> a/core/dplugins/generic/webservices/vkontakte/backend/vkontakte_authenticationdialog.cpp
> +++
> b/core/dplugins/generic/webservices/vkontakte/backend/vkontakte_authenticationdialog.cpp
> @@ -181,7 +181,7 @@ void AuthenticationDialog::start()
>
> .arg(appPermissionsToStringList(d->permissions).join(QLatin1String(",")))
> .arg(d->displayMode);
>
> - qCDebug(DIGIKAM_WEBSERVICES_LOG) << "Showing" << url;
> + // qCDebug(DIGIKAM_WEBSERVICES_LOG) << "Showing" << url;
> d->webView->setUrl(QUrl::fromUserInput(url));
> show();
> }
> ...
>
>
> This is on Debian/sid with frameworks 5.84.
>
> Is this a known problem or some error on my side (although, 7.2 did
> built fine).
>
> Thanks
>
> Norbert
>
> --
> PREINING Norbert https://www.preining.info
> Fujitsu Research + IFMGA Guide + TU Wien + TeX Live + Debian Dev
> GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/digikam-devel/attachments/20210713/3832425b/attachment.htm>
More information about the Digikam-devel
mailing list