libkeduvocdocument on harmattan

Roman Karlstetter roman.karlstetter at googlemail.com
Thu May 24 11:21:53 UTC 2012


Ok, thank you so much, now it works again.

And you actually were right, I have a local git checkout of libkdeedu, I used 
these headers for compilation
(INCLUDEPATH += ../kde/libkdeedu/keduvocdocument /usr/include/KDE), which I 
probably did for testing stuff on my laptop.
I now changed this line to 

INCLUDEPATH += /usr/include/libkdeedu /usr/include/KDE

and I can now build again for my device.

Thanks again and best regards,
Roman


On Donnerstag, 24. Mai 2012, Laszlo Papp wrote:
> Right, I think I am now having the full picture. You are using this
> library for development purposes, not just linking. You definitely
> need the development package for that. What I do not understand is
> that, why you are not getting compilation issue, if you use the
> library for development purposes. If you do not have the -dev package
> installed, you would get compilation time issues as well.
> 
> Unless, you do not actually use the library, just link against, which
> is not too useful. ;) I hope there are no stray header files around
> why the compilation works, but the linking due to the missing -dev
> package. That way, it would be necessary to clean up your system, but
> hopefully this is not the case.
> 
> Best Regards,
> Laszlo Papp
> 


More information about the kde-edu mailing list