Windows x64 support
Ralf Habacker
ralf.habacker at freenet.de
Thu Apr 29 07:13:40 PDT 2010
Fridrich Strba schrieb:
> Is this modified patch working better?
>
yeah, works good for msvc- many thanks
mingw related fixes are appended.
Regards
Ralf
> Cheers
>
> Fridrich
>
> On Thu, 2010-04-29 at 13:03 +0200, Ralf Habacker wrote:
>
>> Fridrich Strba schrieb:
>>
>>> Hello, good people,
>>>
>>> This is not a definite proposal. Just one of the ways to not truncate
>>> pointers for windows 64-bits. I built it also on linux x86_64 and run
>>> make check and it looks ok.
>>>
>>> I would appreciate you commenting on this one.
>>>
>>>
>> I get compile errors on msvc 2008
>>
>> diff --git a/dbus/dbus-types.h b/dbus/dbus-types.h
>> index 54f348f..0f2bbb9 100644
>> --- a/dbus/dbus-types.h
>> +++ b/dbus/dbus-types.h
>> @@ -28,6 +28,7 @@
>> #define DBUS_TYPES_H
>>
>> #include <stddef.h>
>> +#include <stdint.h>
>> #include <dbus/dbus-arch-deps.h>
>>
>> stdint.h is not available on msvc < 2010
>>
>>
>>
>> dbus could be compiled on msvc 2008 without problems without stdint.h
>>
>>
>> Regards
>> Ralf
>>
>>
>> _______________________________________________
>> dbus mailing list
>> dbus at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/dbus
>>
>>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> dbus mailing list
> dbus at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dbus
More information about the dbus
mailing list