More MSVC stuff...

Michael Drüing michael at drueing.de
Sat Feb 11 02:51:13 CET 2006


...with "almost everything" I actually meant  "almost everything
important"... there's still a lot missing, now that I look at it a little
bit closer :)
But it's a huge improvement anyway!

--Michael

> -----Original Message-----
> From: Michael Drüing [mailto:michael at drueing.de] 
> Sent: Saturday, February 11, 2006 2:32 AM
> To: kde-buildsystem at kde.org
> Subject: More MSVC stuff...
> 
> Hi,
>  
> - kjs tries to link to m.lib, which is not available on 
> windows (at least
> not on msvc, don't know about msys). Leaving it out works 
> just fine (math
> functions are in libc on msvc)
>  
> - the generated file kdeui/kshortcutdialog_advanced.h has a 
> bug for me in
> line 85:
> 
>     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
> _txtAlternate = new KPushButton(m_frameMore);
>     
> m_txtAlternate->setObjectName(QString::fromUtf8("m_txtAlternate"));
> 
> should be
>  
>     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
>     m_txtAlternate = new KPushButton(m_frameMore);
>     
> m_txtAlternate->setObjectName(QString::fromUtf8("m_txtAlternate"));
> 
> although this could be a problem on my side, I'm not sure.
> Almost everything compiles for me now (except for kdesu, 
> which makes no sens
> on windows anyway I guess...)
> 
> --Michael
> 
> _______________________________________________
> Kde-buildsystem mailing list
> Kde-buildsystem at kde.org
> https://mail.kde.org/mailman/listinfo/kde-buildsystem
> 



More information about the Kde-buildsystem mailing list