[Kst] Re: branches/work/kst/portto4/kst
Peter Kümmel
syntheticpp at gmx.net
Fri Jan 7 13:57:21 CET 2011
On 07.01.2011 13:36, Barth Netterfield wrote:
> Thanks for adding the TODO.
>
> When I try it, as
> cd kst-cmakebuild/
> cmake -G"CodeBlocks - Unix Makefiles" ../kst/cmake
> make -j 3
>
> make fails late in the build with the following error:
>
> /home/cbn/programs/KDE/portto4/kst/src/libkstapp/exportvectorsdialog.cpp: In
> constructor ‘Kst::ExportVectorsDialog::ExportVectorsDialog(QWidget*)’:
> /home/cbn/programs/KDE/portto4/kst/src/libkstapp/exportvectorsdialog.cpp:31:
> error: no matching function for call to ‘QLabel::setBuddy(QLineEdit*&)’
> /usr/include/qt4/QtGui/qlabel.h:105: note: candidates are: void
> QLabel::setBuddy(QWidget*)
> make[2]: ***
> [src/libkstapp/CMakeFiles/kstapp.dir/home/cbn/programs/KDE/portto4/kst/src/libkstapp/exportvectorsdialog.cpp.o]
> Error 1
Fixed, a missing #include <QLineEdit>
>
> Commenting out the line allows it to build. qmake does not fail in this
> way.
> Ideas?
>
> On Sat, Jan 8, 2011 at 1:18 AM, Peter Kümmel <syntheticpp at gmx.net> wrote:
>
>>> Also, can you report on the status of cmake for kst?
>>
>> I've changed INSTALL before I read your mail :)
>>
>> Peter
>> _______________________________________________
>> Kst mailing list
>> Kst at kde.org
>> https://mail.kde.org/mailman/listinfo/kst
>>
>
>
>
>
>
> _______________________________________________
> Kst mailing list
> Kst at kde.org
> https://mail.kde.org/mailman/listinfo/kst
More information about the Kst
mailing list