trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: February 2011

Re: [trinity-users] ./configure kdebindings - checking if UIC has KDE plugins available... no?

From: Robert Xu <robxu9@...>
Date: Wed, 2 Feb 2011 02:07:08 -0500
On Feb 2, 2011, at 1:47, "David C. Rankin"
<drankinatty@...> wrote:

> All,
>
>    After what appeared to be a successful build and install of kdelibs, I moved on
> to configure kdebindings (I remembered --enable-closure). During the configure with:
>
>  trinity_prefix="/opt/trinity"
>  ./configure --prefix=${trinity_prefix} \
>    --includedir=${trinity_prefix}/include/kde \
>    --mandir=${trinity_prefix}/share/man \
>    --infodir=${trinity_prefix}/share/info \
>    --with-extra-libs=${trinity_prefix}/lib \
>    --sysconfdir=/etc \
>    --localstatedir=/var \
>    --libexecdir=${trinity_prefix}/lib/kdebase-kde3 \
>    --disable-rpath \
>    --enable-closure
>
> I received the following error:
>
> <snip>
> checking for rpath... no
> checking for KDE... libraries /opt/trinity/lib, headers /opt/trinity/include
> checking if UIC has KDE plugins available... no
> configure: error:
> you need to install kdelibs first.
>
> If you did install kdelibs, then the Qt version that is picked up by
> this configure is not the same version you used to compile kdelibs.
> The Qt Plugin installed by kdelibs is *ONLY* loadable if it is the
> _same Qt version_, compiled with the _same compiler_ and the same Qt
> configuration settings.
>
>    Aborting...
>
> Huh? I did install kdelibs, and I didn't do anything (that I know of) to have it
> use some other Qt, so I'm a bit stumped. I did install kdelibs as
> trinity-kdelibs (if that matters - I'll check the provides() line), but the
> package is installed:
>
> 00:33 archangel:/dat_e/david/bld/trinity/kdelibs/pkg> pacman -Q trinity-kdelibs
> trinity-kdelibs 1218332-1.0
>
> The full file list for the package is here:
>
> http://www.3111skyline.com/dl/dt/trinity/filelists/kdelibs-filelist.txt
>
> Any idea of what file isn't being located when UIC is checking for KDE plugins?
> At least that way I can look and see if I have what it needs. Thanks.
>

If I recall correctly (which i usually don't ;P), kdebindings is no
longer required.

This error usually pops up when you don't have autoconf <= 2.63
anyway. Idk if there are cmake scripts for it, I'll have to check svn.