On Sat, Feb 20, 2016 at 09:09:16PM +0530, Aniket Bhattacharyea wrote: > KDE4 is installed in /opt/kde > My host system is Kali Linux 2016.1 amd64
Ah, a penetration tester. <sarcasm> Do all penetration testers top post ? > my PATH > is > /usr/local/sbin:/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin:/opt/kde/bin:/opt/kf5/bin:/opt/qt4/bin:/opt/qt5/bin > Well, kde4 is being found before kde5, and similarly qt4 before qt5. Building kf5 will be less painful if the qt4 and kde4 directories are not on your PATH. You might also need to fix PKG_CONFIG_PATH. > > So where did /usr/include/kconfiggroup.h come from ? > > Well ? I have no idea what comes with kali, and one of their screenshots shows a desktop that looks like gnome, but that file is apparently from kdelibs. So although you think you are building kf6 independently of kde4, you have parts of kde4 in both /opt and /usr and they are currently on your PATH. When packages are installed in /usr it becomes much harder to avoid pulling in their headers. ĸen -- This email was written using 100% recycled letters. -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
