Cmake error while building lxmlGUI

2019-01-01 Thread vidhyanshu jain
While I was tring to build the kxmlgui package from the source code. I recieved the following error. I am new to cmake -- -- The following OPTIONAL packages have been found: * KF5Attica (required version >= 5.53.0), A Qt library that implements the Open Collaboration Services API,

Re: Cmake error while building lxmlGUI

2019-01-01 Thread René J . V . Bertin
Hi, You'll probably need to verify if you have all dev packages for Qt5 installed. On debian-based distros it can be practical to do identify how the distribution calls the package of which you want to build a version from source (say, kf5-kxmlgui in this case) and then do > apt-get build-dep

Re: Cmake error while building lxmlGUI

2019-01-01 Thread vidhyanshu jain
Hey, Thanks, but there is no packagenamed as kf5-kxmlgui

Re: Cmake error while building lxmlGUI

2019-01-01 Thread René J . V . Bertin
> Thanks, but there is no packagenamed as kf5-kxmlgui Probably not no. That was just an example, you'd have to figure out how it's called by your distribution, if it even exists.