[Patch] fro kdelibs/kdecore

Ralf Habacker ralf.habacker at freenet.de
Fri Oct 21 23:11:01 BST 2005


Am Donnerstag, 20. Oktober 2005 21:54 schrieb Christian Ehrlicher:
> Thiago Macieira schrieb:
> > Thiago Macieira wrote:
> >>Christian Ehrlicher wrote:
> >>>Here a patch to compile kdecore/kdelibs with msvc.net
> >>>- change some 'class Private' to 'struct Private' because the private
> >>>vars are defined in a struct and not a class
> >>
> >>This doesn't make sense. Why should they be moved to a struct?
> >
> > Oops, never mind. I've just noticed that the .cpp in trunk changed:
> > 	class KAboutDataPrivate
> > to
> > 	struct KAboutData::Private
> >
> > The .cpp should be changed to class and a public: be added. Everything
> > else uses "class".
>
> And once more a new one...
> Some more changes struct -> class
> Sconscript:
> - removed /GX and /GR -> now global in bksys
> - added ktoolinvocation.cpp to core_files to resolve linker errors
> - removed ktoolinvocation.h from env.Moc() to avoid scons warnings
> - libltdl.a -> ltdlc.lib for msvc
mostly applied. 
One  question left with kglobal.h and KDE3_SUPPORT. Don't knwo for what this 
is good ? 
Another issue. I have added an updated patch using platform independent form 
of ltdl.c . Can you check if this is working ? 

Regards
 Ralf 



 







-------------- next part --------------
A non-text attachment was scrubbed...
Name: kdecore.patch
Type: text/x-diff
Size: 1795 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20051022/0baefc02/attachment.patch>


More information about the kde-core-devel mailing list