[Kde-imaging] extragear/libs

Vardhman Jain vardhman at gmail.com
Fri Jun 10 20:14:04 CEST 2005


> Unfortunately it still doesn't work! BTW can i see the effect of the
> IF ELSE case when the configure etc is running? I mean something like
> testing if KDE_EXPORT is sets or something will be printed on the
> console? So I can verify what is happening?
> I am getting the exact same error of visibility arg now.

I was wondering why we can simply check if KDE_EXPORT is defined and
it it just undef it and define it as this:
#ifdef KDE_EXPORT
#undef KDE_EXPORT
#define KDE_EXPORT -__attribute__((visibility("default")))
#else
#define KDE_EXPORT
#endif

Vardhman
--


More information about the Kde-imaging mailing list