[Digikam-devel] [Bug 108838] make fails during link step

Thiago Macieira thiago at kde.org
Wed Jul 13 04:56:30 BST 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=108838         




------- Additional Comments From thiago kde org  2005-07-13 05:56 -------
Sorry, you're right. 3.3.1 is also affected:

$ svn cat svn://anonsvn.kde.org/home/kde/tags/KDE/3.3.0/kdelibs/kdecore/kdemacros.h | grep KDE_EXPORT\ __attribute__
#define KDE_EXPORT __attribute__ ((visibility("visible")))

$ svn cat svn://anonsvn.kde.org/home/kde/tags/KDE/3.3.1/kdelibs/kdecore/kdemacros.h | grep KDE_EXPORT\ __attribute__
#define KDE_EXPORT __attribute__ ((visibility("visible")))

$ svn cat svn://anonsvn.kde.org/home/kde/tags/KDE/3.3.2/kdelibs/kdecore/kdemacros.h | grep KDE_EXPORT\ __attribute__
#define KDE_EXPORT __attribute__ ((visibility("default")))

Please upgrade your kdelibs to >= 3.3.2, or manually patch kdemacros.h to reflect the correct value.



More information about the Digikam-devel mailing list