KDE/kdelibs/kfile

Casper van Donderen casper.vandonderen at gmail.com
Mon Aug 24 08:12:58 CEST 2009


Then tell me why the error is gone with this fix? You indeed could have changed that yourself. But every library gives these debug error messages. Try to start Amarok. 

Casper 
------Original Message------
From: Christian Ehrlicher
To: kde-commits at kde.org
To: kde-windows at kde.org
ReplyTo: KDE on Windows
Subject: Re: KDE/kdelibs/kfile
Sent: Aug 24, 2009 08:08

-------- Original-Nachricht --------
> Datum: Mon, 24 Aug 2009 05:32:09 +0000
> Von: Casper van Donderen
> An: kde-commits at kde.org
> Betreff: KDE/kdelibs/kfile

> SVN commit 1014877 by cvandonderen:
> 
> Fix crash in Winodws where the kfilemodule was not found because it was
> called libkfilemodule.
> 
> 
>  M  +1 -1      CMakeLists.txt  
> 
> 
> --- trunk/KDE/kdelibs/kfile/CMakeLists.txt #1014876:1014877
> @@ -73,6 +73,6 @@
>  set(kfilemodule_SRCS
>    kfilemodule.cpp
>  )
> -kde4_add_plugin(kfilemodule WITH_PREFIX ${kfilemodule_SRCS})
> +kde4_add_plugin(kfilemodule ${kfilemodule_SRCS})
>  target_link_libraries(kfilemodule ${KDE4_KFILE_LIBS})
>  install(TARGETS kfilemodule DESTINATION ${PLUGIN_INSTALL_DIR})

Do you know that WITH_PREFIX wasn't added because someone needed it?
And it's still named 'libkfilemodule' when KPluginLoader is called and therefore it will produce an error.
I could have reomved the WITH_PREFIX by my own but did not because of the above problems...


Christian
-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser
_______________________________________________
Kde-windows mailing list
Kde-windows at kde.org
https://mail.kde.org/mailman/listinfo/kde-windows



More information about the Kde-windows mailing list