On Sun, Oct 13, 2013 at 02:24:29AM +0100, Ken Moffat wrote:
>  I was ploughing slowly through the desktop packages, looking for
> problems with make-4.0.  But I've come to a halt in kdelibs :
> 
> [ 14%] Building CXX object
> kdeui/CMakeFiles/kdeui.dir/widgets/kcapacitybar.o
> /scratch/working/kdelibs-4.11.1/kdeui/widgets/kcapacitybar.cpp: In
> member function ‘void KCapacityBar::setText(const QString&)’:
> /scratch/working/kdelibs-4.11.1/kdeui/widgets/kcapacitybar.cpp:96:27:
> error: ‘setAccessibleName’ was not declared in this scope
>      setAccessibleName(text);
>                            ^
 Sorted:  due to an inadequate qt build - I'd only needed qt for vlc,
so I was passing -no-accessibility.  KDE needs the accessibility
functions in qt.

<rant>I guess the kde devs are spoiled - they assume everybody
enables all the options of everything, so they don't test to see
whether headers/libraries are not only present, but contain the
functions they want to use.</rant>

ĸen
-- 
das eine Mal als Tragödie, dieses Mal als Farce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to