kdelibs win x64 patches

Ralf Habacker ralf.habacker at freenet.de
Tue Apr 27 11:00:34 BST 2010


Rolf Eike Beer schrieb:
> Am Montag 26 April 2010 13:37:14 schrieb Ralf Habacker:
>   
>> Hi,
>>
>> Patrick von Reth sent me patches for compiling kdelibs with x64 mingw
>> compiler. They mostly covers "loss presision" errors by using
>> (u)intptr_t  types instead of (unsigned)long
>>
>> Are there any problems with this patches ? Otherwise I would commit them
>> into kdelibs svn trunk
>>     
>
> --- khtml/misc/arena.h  (Revision 1118962)
> +++ khtml/misc/arena.h  (Arbeitskopie)
> @@ -40,6 +40,7 @@
>  #define ARENA_H
>  
>  #include <config-khtml.h>
> +#include <stdint.h>
>
> This will break on any MS Visual Studio before 2010.
>   
KDE on windows depends on the kdewin package which includes a stdint.h 
for compiles which do not have such system file.

Ralf





More information about the kde-core-devel mailing list