kio-related build error in plasma-framework

Sebastian Kügler sebas at kde.org
Thu Oct 10 23:25:18 UTC 2013


On Friday, October 04, 2013 17:56:52 Sebastian Kügler wrote:
> I'm getting a build error in a few places in plasma-framework, kio isn't
> found. I can't seem to figure out why, maybe someone who has a better
> overview of what in KIO is where, and what I need to tell cmake to figure
> this out?
> 
> The error is:
> /usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../x86_64-suse-linux/bin/ld:
> cannot find -lkio
> collect2: error: ld returned 1 exit status

I've figured it out: using add_library(...) this fails, using 
kde4_add_library(...) it succeeds, same for add_executable(...) vs 
kde4_add_executable(...). It's only needed in a few places, once everything 
has moved into its final place, we'll just keep it like that.

Thanks everybody for the input!
-- 
sebas

http://www.kde.org | http://vizZzion.org | GPG Key ID: 9119 0EF9


More information about the Kde-frameworks-devel mailing list