More MSVC stuff...

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Sat Feb 11 11:49:54 CET 2006


Alexander Neundorf schrieb:
> On Saturday 11 February 2006 02:32, Michael Drüing wrote:
>> 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)
> 
> I'll fix this later today.
> 
>> - 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"));
> 
> Although I'm not sure where this comes from, I think it will be fixed with the 
> changes I'll commit later today.
I had similar problem with other generated files. It looks like the
files is opened by two processes and both are writing to this file.
Simply regenerate the file and all works fine.

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-buildsystem/attachments/20060211/f1445c66/attachment.pgp 


More information about the Kde-buildsystem mailing list