[Kde-imaging] Problem Building from SVN

Renchi Raju renchi at pooh.tam.uiuc.edu
Fri Jun 10 15:59:13 CEST 2005



On Fri, 10 Jun 2005, Vardhman Jain wrote:

> Finally the problem is solved. There seems to be a big BUG in
> kdemacros.h supplied with Fedora Core 3. I finally read about this
> visibility arg and read the file kdemacros.h to see the definition of
> KDE_EXPORT and of-course this is what was creating all the problem
>
> #define KDE_EXPORT __attribute__((visibility("visible"))); //KDE
> MACROS.h line number 39
>                                                                   -------------
> on changing the "visible" string to default compilation is working
> well. Now as the compiler says visibility arg must be "default",
> "hidden", "protected" or "internal", I don't understand how
> kdemacros.h can have it as "visible".

there is a bug in kdemacros.h for kde < 3.3.2 . all these hoops we are 
jumping is to avoid making the user modify his kdemacros.h

renchi



More information about the Kde-imaging mailing list