Kate Compilation errors
Ryan Loebs
obsidianx at gmail.com
Fri Jan 12 00:17:20 CET 2007
Alright, it's been a successful day in that i got kdelibs and
kdepimlibs build and installed, and now im moving to get kdebase
compiled and installed.
First priority is Kate. It gets to about 87% done then hits an error
on `kateviewdocumentproxymodel.cpp`:
> C:\OSS\KDE\svn2\trunk\KDE\kdebase\kate\app\kateviewdocumentproxymodel.cpp(339) :
> error C2039: '__ctor' : is not a member of 'KateViewDocumentProxyModel'
> c:\OSS\KDE\svn2\trunk\KDE\kdebase-build\kate\app\../../../kdebase\kate\app\kateviewdocumentproxymodel.h(31) > :see declaration of 'KateViewDocumentProxyModel'
> C:\OSS\KDE\svn2\trunk\KDE\kdebase\kate\app\kateviewdocumentproxymodel.cpp(340) : error C3861: 'beginRemoveColumns': identifier not found, even with argument-dependent lookup
> C:\OSS\KDE\svn2\trunk\KDE\kdebase\kate\app\kateviewdocumentproxymodel.cpp(340) : error C3861: 'mapFromSource': identifier not found, even with argument-dependent lookup
I don't know what to make of this error... line 339 contains:
> void KateViewDocumentProxyModel::slotColumnsAboutToBeInserted ( const QModelIndex & parent, int start, int end ){
> beginInsertColumns(QModelIndex(),start,end);
> }
and no files even contain '__ctor' in the kate folder.
Cheers,
Ryan
More information about the Kde-windows
mailing list