Hi,
My compiler AIX 5.2, complained about the following:
        cc -qlanglvl=ansi -DHAVE_CONFIG_H -I. -I../../../..  
-I../../../../src/lib -I../../../../src/lib-mail -I../../../../src/lib-imap 
-I../../../../src/lib-index -I../../../../src/lib-storage 
-I../../../../src/lib-storage/index -I/usr/local/include  -O2  -c mbox-file.c
"mbox-sync-private.h", line 50.17: 1506-009 (S) Bit-field uid_broken must be of 
type signed int, unsigned int or int.
"mbox-sync-private.h", line 51.17: 1506-009 (S) Bit-field expunged must be of 
type signed int, unsigned int or int.
"mbox-sync-private.h", line 52.17: 1506-009 (S) Bit-field pseudo must be of 
type signed int, unsigned int or int.

After changing these variables to uint32_t everything went fine, AND
workts fine too.

        Adrian


-- 
        Adrian P. van Bloois
Postbus 2575                 email:   [EMAIL PROTECTED]
3500 GN  Utrecht             voice:   +31-(0)-30-68-94649
The Netherlands              fax:     +31-30-68-94649

The whole point of cooking is to get as much flavour out of the
ingredients as possible.
        -- Delia Smith

Reply via email to