xkb-file cmake check missing.

Alexander Neundorf neundorf at kde.org
Mon Oct 22 16:55:41 BST 2007


On Monday 22 October 2007 15:10, Andriy Rysin wrote:
> 2007/10/22, Thomas Zander <zander at kde.org>:
> > Hi,
> >
> > (bugreport time...)
> >
> > I just had a failing kdebase compile with the error;
> > Linking CXX shared module ../../../lib/kcm_keyboard.so
> > /usr/bin/ld: cannot find -lxkbfile
> > collect2: ld returned 1 exit status
> >
> > I have this installed (kubuntu gutsy)
> >   libxkbfile1                       1:1.0.4-1
> > but not the -dev package.
> >
> > Doing an install of libxkbfile-dev made the compile succeed.
> >
> > So my guess is that cmake fails to complain about missing packages in the
> > checks.
>
> this is strange, I've just added this weekend FindXKBFile.cmake module in
> kdebase/workspace and it does not look for libxkbfile1 - just for
> libxkbfile (I'll try to fix that) but it should have detected that you
> don't have X11/extensions/XKBfile.h and skipped kxkb compiling...

If this is part of X11 then the check should be added in kdelibs/FindX11.cmake

Alex




More information about the kde-core-devel mailing list