trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: February 2011

Re: [trinity-users] After kdebase - pykde3 build complains about dcopobject.sip - Worry about it -- or move on?

From: "Timothy Pearson" <kb9vqf@...>
Date: Wed, 16 Feb 2011 10:06:24 -0600
> On 02/15/2011 09:41 PM, David C. Rankin wrote:
>> checking for KDE... configure: error:
>> in the prefix, you've chosen, are no KDE libraries installed. This will
>> fail.
>> So, check this please and use another prefix!
>>     Aborting...
>> <snip>
>
> kdeaccessibility gives the same error. Maybe I'm screwing up the
> configure? I'm
> prepping and configuring as follows:
>
>   cd ${startdir}
>   cp -Rp /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
>   cp -Rp /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
>   make -f admin/Makefile.common
>
>   # set --enable-closure configure option if needed (needed for
<snip>

Hmm...you're using CMake to build kdelibs/kdebase, correct?  You can't mix
CMake and Automake, it won't work.

If kdeaccessibility does not yet have CMake available, then it can't be
built on your system at this time.  We need more people to help with the
CMake port (from what I hear it is relatively simple/mind numbing work).

Tim