Kate Compilation errors
libc
libc.mail at gmail.com
Fri Jan 12 05:38:55 CET 2007
2007/1/12, Ryan Loebs <obsidianx at gmail.com>:
> 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.
__ctor is the name for consturctor )
I think it claim about
KateViewDocumentProxyModel::KateViewDocumentProxyModel::slotColumnsAboutToBeRemoved
because KateViewDocumentProxyModel::KateViewDocumentProxyModel - looks
like constructor :)
try to kill first KateViewDocumentProxyModel
and how did it compiles in other os?
>
> Cheers,
> Ryan
> _______________________________________________
> Kde-windows mailing list
> Kde-windows at kde.org
> https://mail.kde.org/mailman/listinfo/kde-windows
>
More information about the Kde-windows
mailing list