=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for allegro-4.4.2nb2 Scanning dependencies of target allegro [ 0%] Building C object CMakeFiles/allegro.dir/src/allegro.c.obj In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/src/allegro.c:23: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro.h:25: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/base.h:41: /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:66:8: error: platform not supported #error platform not supported ^ In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/src/allegro.c:23: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro.h:25: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/base.h:41: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:70: /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/platform/astdint.h:44:5: error: I dunno how to get the definitions of fixed-width integer types on your platform. Please report this to your friendly Allegro developer. #error I dunno how to get the definitions of fixed-width integer types on your platform. Please report this to your friendly Allegro developer. ^ In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/src/allegro.c:23: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro.h:25: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/base.h:41: /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:381:5: error: endianess not defined #error endianess not defined ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:401:32: error: unknown type name 'uintptr_t' AL_INLINE(int, bmp_read24, (uintptr_t addr), ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:90:73: note: expanded from macro 'AL_INLINE' extern __inline__ __attribute__((__gnu_inline__)) type name args; \ ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:401:32: error: unknown type name 'uintptr_t' /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:91:73: note: expanded from macro 'AL_INLINE' extern __inline__ __attribute__((__gnu_inline__)) type name args code ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:406:11: warning: implicit declaration of function 'READ3BYTES' is invalid in C99 [-Wimplicit-function-declaration] c = READ3BYTES(p); ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:91:78: note: expanded from macro 'AL_INLINE' extern __inline__ __attribute__((__gnu_inline__)) type name args code ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:411:34: error: unknown type name 'uintptr_t' AL_INLINE(void, bmp_write24, (uintptr_t addr, int c), ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:90:73: note: expanded from macro 'AL_INLINE' extern __inline__ __attribute__((__gnu_inline__)) type name args; \ ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:411:34: error: unknown type name 'uintptr_t' /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:91:73: note: expanded from macro 'AL_INLINE' extern __inline__ __attribute__((__gnu_inline__)) type name args code ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:415:7: warning: implicit declaration of function 'WRITE3BYTES' is invalid in C99 [-Wimplicit-function-declaration] WRITE3BYTES(p, c); ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:91:78: note: expanded from macro 'AL_INLINE' extern __inline__ __attribute__((__gnu_inline__)) type name args code ^ In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/src/allegro.c:23: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro.h:38: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/gfx.h:462: /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/inline/gfx.inl:58:30: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] typedef AL_METHOD(uintptr_t, _BMP_BANK_SWITCHER, (BITMAP *bmp, int lyne)); ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:229:59: note: expanded from macro 'AL_METHOD' #define AL_METHOD(type, name, args) type (*name) args ^ In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/src/allegro.c:23: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro.h:38: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/gfx.h:462: /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/inline/gfx.inl:58:19: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] typedef AL_METHOD(uintptr_t, _BMP_BANK_SWITCHER, (BITMAP *bmp, int lyne)); ~~~~~~~ ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:229:52: note: expanded from macro 'AL_METHOD' #define AL_METHOD(type, name, args) type (*name) args ^ In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/src/allegro.c:23: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro.h:38: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/gfx.h:462: /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/inline/gfx.inl:58:9: error: function cannot return function type 'int (BITMAP *, int)' typedef AL_METHOD(uintptr_t, _BMP_BANK_SWITCHER, (BITMAP *bmp, int lyne)); ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:229:57: note: expanded from macro 'AL_METHOD' #define AL_METHOD(type, name, args) type (*name) args ^ In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/src/allegro.c:23: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro.h:38: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/gfx.h:462: /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/inline/gfx.inl:62:38: error: function cannot return function type 'uintptr_t' (aka 'int (int *)') AL_INLINE(uintptr_t, bmp_write_line, (BITMAP *bmp, int lyne), ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:90:73: note: expanded from macro 'AL_INLINE' extern __inline__ __attribute__((__gnu_inline__)) type name args; \ ^ In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/src/allegro.c:23: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro.h:38: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/gfx.h:462: /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/inline/gfx.inl:62:38: error: function cannot return function type 'uintptr_t' (aka 'int (int *)') /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:91:73: note: expanded from macro 'AL_INLINE' extern __inline__ __attribute__((__gnu_inline__)) type name args code ^ In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/src/allegro.c:23: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro.h:38: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/gfx.h:462: /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/inline/gfx.inl:64:4: error: unknown type name '_BMP_BANK_SWITCHER'; did you mean '_BMP_UNBANK_SWITCHER'? _BMP_BANK_SWITCHER switcher = (_BMP_BANK_SWITCHER)bmp->write_bank; ^~~~~~~~~~~~~~~~~~ _BMP_UNBANK_SWITCHER /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:91:78: note: expanded from macro 'AL_INLINE' extern __inline__ __attribute__((__gnu_inline__)) type name args code ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/inline/gfx.inl:59:25: note: '_BMP_UNBANK_SWITCHER' declared here typedef AL_METHOD(void, _BMP_UNBANK_SWITCHER, (BITMAP *bmp)); ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:229:59: note: expanded from macro 'AL_METHOD' #define AL_METHOD(type, name, args) type (*name) args ^ In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/src/allegro.c:23: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro.h:38: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/gfx.h:462: /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/inline/gfx.inl:64:35: error: use of undeclared identifier '_BMP_BANK_SWITCHER'; did you mean '_BMP_UNBANK_SWITCHER'? _BMP_BANK_SWITCHER switcher = (_BMP_BANK_SWITCHER)bmp->write_bank; ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:91:78: note: expanded from macro 'AL_INLINE' extern __inline__ __attribute__((__gnu_inline__)) type name args code ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/inline/gfx.inl:59:25: note: '_BMP_UNBANK_SWITCHER' declared here typedef AL_METHOD(void, _BMP_UNBANK_SWITCHER, (BITMAP *bmp)); ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:229:59: note: expanded from macro 'AL_METHOD' #define AL_METHOD(type, name, args) type (*name) args ^ In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/src/allegro.c:23: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro.h:38: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/gfx.h:462: /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/inline/gfx.inl:65:25: error: too many arguments to function call, expected 1, have 2 return switcher(bmp, lyne); ~~~~~~~~ ^~~~ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:91:78: note: expanded from macro 'AL_INLINE' extern __inline__ __attribute__((__gnu_inline__)) type name args code ^ In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/src/allegro.c:23: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro.h:38: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/gfx.h:462: /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/inline/gfx.inl:69:37: error: function cannot return function type 'uintptr_t' (aka 'int (int *)') AL_INLINE(uintptr_t, bmp_read_line, (BITMAP *bmp, int lyne), ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:90:73: note: expanded from macro 'AL_INLINE' extern __inline__ __attribute__((__gnu_inline__)) type name args; \ ^ In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/src/allegro.c:23: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro.h:38: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/gfx.h:462: /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/inline/gfx.inl:69:37: error: function cannot return function type 'uintptr_t' (aka 'int (int *)') /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:91:73: note: expanded from macro 'AL_INLINE' extern __inline__ __attribute__((__gnu_inline__)) type name args code ^ In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/src/allegro.c:23: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro.h:38: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/gfx.h:462: /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/inline/gfx.inl:71:4: error: unknown type name '_BMP_BANK_SWITCHER'; did you mean '_BMP_UNBANK_SWITCHER'? _BMP_BANK_SWITCHER switcher = (_BMP_BANK_SWITCHER)bmp->read_bank; ^~~~~~~~~~~~~~~~~~ _BMP_UNBANK_SWITCHER /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:91:78: note: expanded from macro 'AL_INLINE' extern __inline__ __attribute__((__gnu_inline__)) type name args code ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/inline/gfx.inl:59:25: note: '_BMP_UNBANK_SWITCHER' declared here typedef AL_METHOD(void, _BMP_UNBANK_SWITCHER, (BITMAP *bmp)); ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:229:59: note: expanded from macro 'AL_METHOD' #define AL_METHOD(type, name, args) type (*name) args ^ In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/src/allegro.c:23: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro.h:38: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/gfx.h:462: /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/inline/gfx.inl:71:35: error: use of undeclared identifier '_BMP_BANK_SWITCHER'; did you mean '_BMP_UNBANK_SWITCHER'? _BMP_BANK_SWITCHER switcher = (_BMP_BANK_SWITCHER)bmp->read_bank; ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:91:78: note: expanded from macro 'AL_INLINE' extern __inline__ __attribute__((__gnu_inline__)) type name args code ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/inline/gfx.inl:59:25: note: '_BMP_UNBANK_SWITCHER' declared here typedef AL_METHOD(void, _BMP_UNBANK_SWITCHER, (BITMAP *bmp)); ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:229:59: note: expanded from macro 'AL_METHOD' #define AL_METHOD(type, name, args) type (*name) args ^ In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/src/allegro.c:23: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro.h:38: In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/gfx.h:462: /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/inline/gfx.inl:72:25: error: too many arguments to function call, expected 1, have 2 return switcher(bmp, lyne); ~~~~~~~~ ^~~~ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:91:78: note: expanded from macro 'AL_INLINE' extern __inline__ __attribute__((__gnu_inline__)) type name args code ^ In file included from /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/src/allegro.c:24: /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/aintern.h:322:39: error: function cannot return function type 'uintptr_t' (aka 'int (int *)') AL_FUNC(uintptr_t, _stub_bank_switch, (BITMAP *bmp, int lyne)); ^ /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2/include/allegro/internal/alconfig.h:221:62: note: expanded from macro 'AL_FUNC' #define AL_FUNC(type, name, args) type name args ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 4 warnings and 20 errors generated. *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/work/devel/allegro/work/allegro-4.4.2 *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/devel/allegro *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/devel/allegro