phonon-msvc 4.1.0 package does not have ds9 support

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Wed Aug 13 11:48:07 CEST 2008


Thierry Bastian schrieb:
> Hi Christian,
> 
> I didn't remove all your commits. But I'd need maybe more info on what's
> needed to make it compile with mingw. Integration between svn and p4 is not
> the easiest thing to do anyway.
> 
> So in short, please give me facts (change, warnings...) and I'll do my best
> to fix that.
> 
Ok, I'll try :)

First it doesn't compile with plain mingw headers at all - therefore 
Saro used some headers from the wine project. But this should not be 
your problem.
- static_cast<unsigned short*>(foo) doesn't work with mingw (and also 
not with msvc without the ugly wchar_t compiler switch). Better use 
c-style casts or reinterpret_cast<>
- wchar_t should be avoided at all. I don't know the exact reasons why 
tt decided to use /Zwchar_t- but it makes things complicated. Better use 
WCHAR and QString::fromUtf16(). btw: this switch was already there in qt3...
- all #include changes I did are needed for mingw - see my last commits
- plz try to avoid tabs :)

r846104, r846096 and parts of r846093 are needed for mingw and msvc 
without the wchar_t switch.


Thx for your interest :)
Christian

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 258 bytes
Desc: OpenPGP digital signature
Url : http://mail.kde.org/pipermail/kde-windows/attachments/20080813/e0889b2a/attachment.pgp 


More information about the Kde-windows mailing list