JonAnder Peñalba wrote:
> I've been doing some experiments with the KDE_NO_DEPRECATED define and I
> have some doubts.
> 
> What is it exactly supposed to mean?
> As I understand it, when compiling with this define, all deprecated code
> should be ignored and the application should work as expected. So if an
> application builds with KDE_NO_DEPRECATED, you can be sure it's not using
> any deprecated code that might be removed in future versions.
> This is not the result I get. When I compile with this define, I get
> strange results that vary from weird behavior to segfaults.

I don't know if this is intended behavior, but as far as I can tell, kdelibs 
built with and without KDE_NO_DEPRECATED have *incompatible ABIs*. So there 
will be problems if kdelibs is built with it defined and the app without it, 
or viceversa.

-- 
Nicolas


 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Reply via email to