Package: dbus-1-dev
Version: 0.22-4
Severity: normal
Tags: upstream

The file dbus-types.h contains very silly typedefs that will probably
break on any architecture where an int does not have the same size or
signedness as on i386:

typedef unsigned int   dbus_bool_t;
typedef unsigned short dbus_uint16_t;
typedef short          dbus_int16_t;
typedef unsigned int   dbus_uint32_t;
typedef int            dbus_int32_t;
typedef dbus_uint32_t  dbus_unichar_t;

It also introduces its own types, while there are perfectly well defined
and standardised types that do exactly what dbus needs in stdint.h
(int16_t, uint16_t, etc.) and stdbool.h (bool). At best DBus's
proprietary typedefs will confuse a programmer, and in the worst case it
will break on other architectures.


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-skas3-v7
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)

Versions of packages dbus-1-dev depends on:
ii  dbus-1                        0.22-4     simple interprocess messaging syst
ii  pkg-config                    0.15.0-4   Manage compile and link flags for 

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to