Problems compiling kdepimlibs/syndication with msvc
Christian Ehrlicher
Ch.Ehrlicher at gmx.de
Fri Oct 27 15:45:18 CEST 2006
Hello,
I've once more a problem compiling kde4 with msvc :-(
This time it's kdepimlibs/syndication/sharedptr.h:195 when msvc needs to
compile such functions:
QList<Syndication::ItemPtr> FeedRSS2Impl::items() const
ItemPtr is a typedef of SharedPtr<Item> and Item is an abstract class.
because of this, msvc complains that it cannot instantiate this class in
sharedptr.h:195:
return SharedPtr<T>( new T( *d->obj ) );
Why does it work with mingw?
Christian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://mail.kde.org/pipermail/kde-windows/attachments/20061027/2f60c7be/attachment.pgp
More information about the Kde-windows
mailing list