[Kde-pim] QgpgME

Volker Krause vkrause at kde.org
Mon Sep 28 12:00:04 BST 2009


On Monday 28 September 2009 12:29:08 Matthias Fuchs wrote:
> Hi,
>
> I try to use QgpgME in KGet, yet when I compile I get the follolwing error:
>
> CMakeFiles/kgetcore.dir/core/verifier.o: In function
> `boost::detail::shared_count::shared_count<QFile>(QFile*)':
> verifier.cpp:
> (.text._ZN5boost6detail12shared_countC1I5QFileEEPT_[boost::detail::shared_c
>ount::shared_count<QFile>(QFile*)]+0x62): undefined reference to
> `boost::throw_exception(std::exception const&)'
>
>
> Does anybody know what I might be doing wrong?

Looks like you don't have exceptions enabled, try adding the following to your 
CMakeLists.txt:

set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}" )

regards
Volker
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20090928/89853f64/attachment.sig>
-------------- next part --------------
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/


More information about the kde-pim mailing list