placeholderitemproxymodel.h:27:31: fatal error:

Kevin Funk krf at gmx.de
Mon Dec 9 10:09:44 UTC 2013


Am Sonntag, 8. Dezember 2013, 15:59:40 schrieb Michael George Hart:
> I have kdelib 4.8.5 as installed from a default installation of openSuSE
> 12.2
> 
> Yes the replacement of KIdentityProxyMode with #include
> <kidentityproxymodel.h> worked
> 
> On Sun, Dec 8, 2013 at 2:42 PM, Milian Wolff <mail at milianw.de> wrote:
> > On Sunday 08 December 2013 13:29:42 Michael George Hart wrote:
> > > Just did a git pull of the latest kdevplatform
> > > and did a mike and got build errors
> > > 
> > > [  9%] Building CXX object
> > > util/CMakeFiles/kdevplatformutil.dir/placeholderitemproxymodel.cpp.o
> > > In file included from
> > 
> > /Projects/kdevelop4/src/kdevplatform/util/placeholderitemproxymodel.cpp:22
> > :0
> > 
> > 
> > /Projects/kdevelop4/src/kdevplatform/util/placeholderitemproxymodel.h:27:3
> > 1
> > 
> > > : fatal error: KIdentityProxyModel: No such file or directory
> > 
> > can you replace that with a #include <kidentityproxymodel.h> ?
> > 
> > What version of kdelibs do you have installed? Apparently the forward
> > include
> > is missing there.
> > 
> > Bye
> > --
> > Milian Wolff
> > mail at milianw.de
> > http://milianw.de

Oh. Apparently the forward include header for kidentityproxymodel.h has just 
been added recently in kdelibs v4.10.0.

I'll fix that and use the non-camelcase header.

Commit in kdelibs.git that added it:
commit addf5ed01ca643eb32b89b4943784f73d50c8e15
Author: Jekyll Wu <adaptee at gmail.com>
Date:   Sun Dec 9 11:02:59 2012 +0800

    Add and install more CamelCase headers

-- 
Kevin Funk


More information about the KDevelop-devel mailing list