=> Bootstrap dependency digest>=20010302: found digest-20160304 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for xf86-video-ati6-6.14.6nb7 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/data/scratch/x11/xf86-video-ati6/work/xf86-video-ati-6.14.6' Making all in src gmake[2]: Entering directory '/data/scratch/x11/xf86-video-ati6/work/xf86-video-ati-6.14.6/src' CC atimodule.lo CC radeon_accel.lo CC radeon_cursor.lo CC radeon_driver.lo CC radeon_bios.lo CC radeon_mm_i2c.lo CC radeon_legacy_memory.lo CC legacy_output.lo CC radeon_video.lo CC radeon_probe.lo CC radeon_xvmc.lo CC radeon_vip.lo CC radeon_textured_video.lo CC ati.lo CC radeon_misc.lo CC legacy_crtc.lo In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:40: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:40: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:40: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:40: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:40: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ In file included from radeon_bios.c:34: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: warning: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.htype specifier missing, defaults to 'int' [-Wimplicit-int]: 307:15: error: use of undeclared identifier 'x' bswap_64(uint64_t x) ^ ((x & 0x0000000000FF0000ull) << 24) | ^ /usr/include/sys/stdint.h:75:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_bios.c:34: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: warning: :308:type specifier missing, defaults to 'int' [-Wimplicit-int] 15: bswap_64(uint64_t x) error: ^ use of undeclared identifier 'x' ../config.h:156:18: note: expanded from macro 'bswap_64' ((x & 0x000000000000FF00ull) << 40) | ^ #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hradeon_bios.c::34309: :In file included from 15/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:: 44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37error: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:use of undeclared identifier 'x' 300:1: error: expected ')' ((x & 0x00000000000000FFull) << 56)); ../config.h:156:18 ^: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^ :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h319:300:1::10 note:: warning: to match this '('type specifier missing, defaults to 'int' [-Wimplicit-int] ../config.h:156:18:bswap_32(uint32_t x) note ^: expanded from macro 'bswap_64' /usr/include/sys/types.h:80:#define bswap_64 bswap6418 : ^ note/usr/include/sys/bswap.h:64:2:: expanded from macro 'uint32_t'note : expanded from macro 'bswap64' #define uint32_t __uint32_t ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:40/usr/include/sys/cdefs.h:606: :In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h35:37: : note: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:expanded from macro '__CAST'319 :1: warning: #define __CAST(__dt, __st) ((__dt)(__st)) ^ type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' In file included from radeon_bios.c#define bswap_32 bswap32 :34 ^: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h/usr/include/sys/bswap.h:68::1944:: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hnote: :37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300expanded from macro 'bswap32':1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ __CAST(uint32_t, __builtin_constant_p((x)) ? \ ../config.h ^ :156:In file included from 18radeon_probe.c: :43note: : expanded from macro 'bswap_64' In file included from ./radeon_probe.h:40: #define bswap_64 bswap64In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h ^ :/usr/include/sys/bswap.h:6437:9: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h note: expanded from macro 'bswap64': 319:1: error: __CAST(uint64_t, __builtin_constant_p((x)) ? \expected ')' ^ /usr/include/sys/stdint.h:75../config.h::18153:: note: expanded from macro 'uint64_t'18 : note: expanded from macro 'bswap_32'#define uint64_t __uint64_t ^ #define bswap_32 bswap32 ^ /usr/include/sys/common_int_types.h:52:27/usr/include/sys/bswap.h: note: previous definition is here :68:45: typedef __UINT64_TYPE__ __uint64_t; note ^ : expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' In file included from ../config.hradeon_mm_i2c.c::1537:: 18In file included from :./radeon.h :note46: : expanded from macro 'bswap_32'In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: #define bswap_32 bswap32/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :300 ^: 10/usr/include/sys/bswap.h::68: 2warning: : note: type specifier missing, defaults to 'int' [-Wimplicit-int]expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' bswap_64(uint64_t x) ^ #define __CAST(__dt, __st) ((__dt)(__st)) ^ /usr/include/sys/types.h:90:18:In file included from radeon_probe.c:note43: : In file included from expanded from macro 'uint64_t' ./radeon_probe.h:40: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h#define uint64_t __uint64_t In file included from :radeon_bios.c ^37 :: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h34In file included from : :In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.hradeon_mm_i2c.c:31944:: :7In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: 1In file included from ./radeon.h::: 4637: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.herrorIn file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:302::redefinition of '__uint32_t' as different kind of symbol1537: : errorbswap_32(uint32_t x)/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :use of undeclared identifier 'x'300 :^1 : ../config.h: return (((x & 0xFF00000000000000ull) >> 56) |warning : 153 ^:type specifier missing, defaults to 'int' [-Wimplicit-int]18 : note: expanded from macro 'bswap_32' bswap_64(uint64_t x) ^ #define bswap_32 bswap32 ^../config.h:156: 18/usr/include/sys/bswap.h: :68:note: 9:expanded from macro 'bswap_64' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote :303:#define bswap_64 bswap64: 15expanded from macro 'bswap32': error: ^use of undeclared identifier 'x' /usr/include/sys/bswap.h __CAST(uint32_t, __builtin_constant_p((x)) ? \: 64 ((x & 0x00FF000000000000ull) >> 40) | ^ : ^19 : /usr/include/sys/types.h :note: expanded from macro 'bswap64'80 :18: note: expanded from macro 'uint32_t' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ #define uint32_t __uint32_t ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/usr/include/sys/common_int_types.h:304::1550:: 27errorIn file included from :: use of undeclared identifier 'x'radeon_mm_i2c.cnote : :previous definition is here7 : ((x & 0x0000FF0000000000ull) >> 24) |In file included from ^typedef __UINT32_TYPE__ __uint32_t; ./radeon.h ^: 46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:156:18: note: expanded from macro 'bswap_64'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :305:15#define bswap_64 bswap64: ^error: In file included from use of undeclared identifier 'x'radeon_probe.c :/usr/include/sys/bswap.h :4364 ((x & 0x000000FF00000000ull) >> 8) |: : 45 ^In file included from :./radeon_probe.h :note40: : expanded from macro 'bswap64'In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:321: __CAST(uint64_t, __builtin_constant_p((x)) ? \15 : ^ error/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.huse of undeclared identifier 'x': 1306:: 15 return (((x & 0xFF000000) >> 24) |note: ^: to match this '('error : use of undeclared identifier 'x'../config.h :156:18: note: expanded from macro 'bswap_64' ((x & 0x00000000FF000000ull) << 8) | ^ #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: __CAST(uint64_t, __builtin_constant_p((x)) ? \ 322 ^: 15:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :error307: :15use of undeclared identifier 'x': /usr/include/sys/cdefs.herror:: ((x & 0x00FF0000) >> 8) |use of undeclared identifier 'x' 606 ^: 35 ((x & 0x0000000000FF0000ull) << 24) |: ^ note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_mm_i2c.c:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h7/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :In file included from :./radeon.h308323:15::46:15 : errorIn file included from : :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.huse of undeclared identifier 'x' :error37: : ((x & 0x000000000000FF00ull) << 40) |/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.huse of undeclared identifier 'x' ^ :300:1: ((x & 0x0000FF00) << 8) | error ^: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:156:18: note: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpanded from macro 'bswap_64': 309:15: error#define bswap_64 bswap64 : ^use of undeclared identifier 'x' /usr/include/sys/bswap.h:64/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: ((x & 0x00000000000000FFull) << 56));: 324 ^:9 :15: noteerror: : expanded from macro 'bswap64'use of undeclared identifier 'x' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319: ((x & 0x000000FF) << 24)); __CAST(uint64_t, __builtin_constant_p((x)) ? \ 10 ^ : ^ warning/usr/include/sys/types.h: :type specifier missing, defaults to 'int' [-Wimplicit-int]90: 18: bswap_32(uint32_t x)note : ^expanded from macro 'uint64_t' /usr/include/sys/stdint.h:65:#define uint64_t __uint64_t18 : ^ note: expanded from macro 'uint32_t' /usr/include/sys/common_int_types.h:52#define uint32_t __uint32_t: 27 ^: note: previous definition is hereIn file included from radeon_bios.c:34: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:typedef __UINT64_TYPE__ __uint64_t;44 : ^In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :warning: 363type specifier missing, defaults to 'int' [-Wimplicit-int]: 10:bswap_32(uint32_t x) ^ warning: ../config.htype specifier missing, defaults to 'int' [-Wimplicit-int]:153 :18: bswap_16(uint16_t x)note : expanded from macro 'bswap_32' ^ #define bswap_32 bswap32/usr/include/sys/types.h: ^ 70/usr/include/sys/bswap.h::68:1819: :note: expanded from macro 'bswap32' note: expanded from macro 'uint16_t' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ #define uint16_t __uint16_t In file included from ^radeon_bios.c:34 : In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.hIn file included from radeon_probe.c::4344: : In file included from In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h./radeon_probe.h::4037: : In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::319:137:: error: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpected ')': 363:../config.h1::153 :18warning: : note: type specifier missing, defaults to 'int' [-Wimplicit-int]expanded from macro 'bswap_32' bswap_16(uint16_t x) #define bswap_32 bswap32^ ^ /usr/include/sys/bswap.h:68../config.h::45:150 note:18: note: : expanded from macro 'bswap_16'expanded from macro 'bswap32' #define bswap_16 bswap16 ^ __CAST(uint32_t, __builtin_constant_p((x)) ? \/usr/include/sys/bswap.h : ^ 72/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::19319: :note1: : note: expanded from macro 'bswap16'to match this '(' ../config.h:153:18: note: expanded from macro 'bswap_32' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^#define bswap_32 bswap32 ^ In file included from /usr/include/sys/bswap.h:radeon_probe.c68::432:: In file included from note: expanded from macro 'bswap32'./radeon_probe.h :40: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37 __CAST(uint32_t, __builtin_constant_p((x)) ? \: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^ :363/usr/include/sys/cdefs.h::1606:: error35: : In file included from noteexpected ')': radeon_mm_i2c.cexpanded from macro '__CAST':../config.h :7150: :#define __CAST(__dt, __st) ((__dt)(__st))18In file included from ./radeon.h ^:: 46noteIn file included from : radeon_bios.cIn file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hexpanded from macro 'bswap_16': 37: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h34:: #define bswap_16 bswap16302 :15In file included from ^:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h error/usr/include/sys/bswap.h: :use of undeclared identifier 'x': 4472: :In file included from 45/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h return (((x & 0xFF00000000000000ull) >> 56) |: : ^ 37 : note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319: :expanded from macro 'bswap16'1: error: redefinition of '__uint32_t' as different kind of symbol __CAST(uint16_t, __builtin_constant_p((x)) ? \bswap_32(uint32_t x) ^ ^ ../config.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:153::18:363: 1note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: ::expanded from macro 'bswap_32' 303note:: 15#define bswap_32 bswap32 to match this '(': ^ error/usr/include/sys/bswap.h: :use of undeclared identifier 'x'68../config.h ::9In file included from :radeon_driver.c ((x & 0x00FF000000000000ull) >> 40) |: 150 note ^: 72 expanded from macro 'bswap32': 18: __CAST(uint32_t, __builtin_constant_p((x)) ? \In file included from : ^./radeon.h :/usr/include/sys/stdint.h46:: 65In file included from note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: ::expanded from macro 'bswap_16'37 : 18/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h#define bswap_16 bswap16: :: 300304:note: ^: 1510expanded from macro 'uint32_t' : :/usr/include/sys/bswap.h :error #define uint32_t __uint32_t72warning:: 2: :use of undeclared identifier 'x' type specifier missing, defaults to 'int' [-Wimplicit-int] ^ note/usr/include/sys/common_int_types.h: :expanded from macro 'bswap16'50 ((x & 0x0000FF0000000000ull) >> 24) |: 27 ^: note: previous definition is herebswap_64(uint64_t x) __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ ^typedef __UINT32_TYPE__ __uint32_t; ^ /usr/include/sys/cdefs.h/usr/include/sys/types.h::60690::3518:: note: noteexpanded from macro '__CAST' : expanded from macro 'uint64_t' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:305:#define __CAST(__dt, __st) ((__dt)(__st))15#define uint64_t __uint64_t: ^ error : In file included from use of undeclared identifier 'x'radeon_bios.c ^In file included from :radeon_probe.c 34:: In file included from ((x & 0x000000FF00000000ull) >> 8) |/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.hIn file included from :43radeon_driver.c44: : ^In file included from : ./radeon_probe.h72In file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hIn file included from ::4037./radeon.h: : :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h46In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: 321:In file included from 15/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h::37:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.herror: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.huse of undeclared identifier 'x'::300 363::/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h1 return (((x & 0xFF000000) >> 24) |:1306::: ^ warningerror15: : redefinition of '__uint16_t' as different kind of symbol type specifier missing, defaults to 'int' [-Wimplicit-int]: error bswap_16(uint16_t x): use of undeclared identifier 'x' bswap_64(uint64_t x)^ ^../config.h :150:../config.h ((x & 0x00000000FF000000ull) << 8) |18 : ^156/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: : 32218:15::note : note : errorexpanded from macro 'bswap_16' : use of undeclared identifier 'x' expanded from macro 'bswap_64' #define bswap_16 bswap16 ^ ((x & 0x00FF0000) >> 8) | #define bswap_64 bswap64/usr/include/sys/bswap.h ^: ^72/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :307:915::/usr/include/sys/bswap.h : note64: :expanded from macro 'bswap16'error19 : : noteuse of undeclared identifier 'x': /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h expanded from macro 'bswap64': 323 __CAST(uint16_t, __builtin_constant_p((x)) ? \: ((x & 0x0000000000FF0000ull) << 24) |15 : ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \/usr/include/sys/types.h ^ error: ^: 70 use of undeclared identifier 'x': 18: note: expanded from macro 'uint16_t' ((x & 0x0000FF00) << 8) | ^ #define uint16_t __uint16_t In file included from ^radeon_driver.c: 72/usr/include/sys/common_int_types.h: :In file included from 48:./radeon.h27/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::46:: 308 noteIn file included from :: 15/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:previous definition is here:37:: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h324 :error15: typedef __UINT16_TYPE__ __uint16_t;:use of undeclared identifier 'x': ^300error: 1: :use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | error ^ : ((x & 0x000000FF) << 24)); expected ')' ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:In file included from radeon_probe.c45:43:: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnoteIn file included from : ./radeon_probe.h::309expanded from macro 'bswap64':40 : 15In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h :error __CAST(uint64_t, __builtin_constant_p((x)) ? \37: use of undeclared identifier 'x': /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: ^365 :15/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ((x & 0x00000000000000FFull) << 56));::300 :error1: : ^note /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.huse of undeclared identifier 'x':: 363to match this '(': 10 return (((x & 0xFF00) >> 8) | :../config.h ^ warning:: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h156type specifier missing, defaults to 'int' [-Wimplicit-int]: :31918::bswap_16(uint16_t x)10 note ^ : :/usr/include/sys/stdint.h expanded from macro 'bswap_64'warning:55: :18:type specifier missing, defaults to 'int' [-Wimplicit-int] note: expanded from macro 'uint16_t' bswap_32(uint32_t x) #define bswap_64 bswap64 ^fatal error#define uint16_t __uint16_t: ^ /usr/include/sys/types.h ^too many errors emitted, stopping now [-ferror-limit=]: In file included from 80/usr/include/sys/bswap.h:radeon_bios.c18::: 6434:: 2noteIn file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.hexpanded from macro 'uint32_t': 44: :In file included from #define uint32_t __uint32_t/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h : 37: ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :363note:In file included from 1radeon_mm_i2c.c:: : expanded from macro 'bswap64'warning7: type specifier missing, defaults to 'int' [-Wimplicit-int]: In file included from ./radeon.h:46bswap_16(uint16_t x): __CAST(uint64_t, __builtin_constant_p((x)) ? \In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h ^ ^: 37: ../config.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::150/usr/include/sys/cdefs.h::18:319 606note::35: 1expanded from macro 'bswap_16': : note#define bswap_16 bswap16: warningexpanded from macro '__CAST' : ^type specifier missing, defaults to 'int' [-Wimplicit-int] /usr/include/sys/bswap.h:#define __CAST(__dt, __st) ((__dt)(__st))72bswap_32(uint32_t x):19 : ^^ note : ../config.hexpanded from macro 'bswap16': 153:18: note: expanded from macro 'bswap_32' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ #define bswap_32 bswap32 ^In file included from radeon_bios.c: 34/usr/include/sys/bswap.h: In file included from :68/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h::1944:: In file included from In file included from radeon_driver.c /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:note72: :expanded from macro 'bswap32'37 : : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hIn file included from :./radeon.h363:: __CAST(uint32_t, __builtin_constant_p((x)) ? \1 : ^46 error: : In file included from expected ')'In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hradeon_mm_i2c.c: 7:: In file included from 37../config.h: :./radeon.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::150300::46181: ::In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hnote:: expanded from macro 'bswap_16'37 : error/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :redefinition of '__uint64_t' as different kind of symbol319#define bswap_16 bswap16 : 1 ^bswap_64(uint64_t x) : ^/usr/include/sys/bswap.h :error72: :../config.h45::expected ')' 156 :note../config.h18: :expanded from macro 'bswap16'153 ::18 :note __CAST(uint16_t, __builtin_constant_p((x)) ? \: expanded from macro 'bswap_64'note ^ : expanded from macro 'bswap_32'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: #define bswap_64 bswap64363: #define bswap_32 bswap321 ^ ^/usr/include/sys/bswap.h :/usr/include/sys/bswap.h ::note64: 68:to match this '(': 9../config.h::15045::18 note: : notenoteexpanded from macro 'bswap32': expanded from macro 'bswap_16': expanded from macro 'bswap64' #define bswap_16 bswap16 __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ ^ /usr/include/sys/bswap.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: __CAST(uint64_t, __builtin_constant_p((x)) ? \: 319 ^:721 ::/usr/include/sys/types.h2 :note : noteto match this '(': expanded from macro 'bswap16':../config.h :90153:18:18: __CAST(uint16_t, __builtin_constant_p((x)) ? \: note ^note : /usr/include/sys/cdefs.h:expanded from macro 'uint64_t': 606expanded from macro 'bswap_32': 35#define uint64_t __uint64_t: #define bswap_32 bswap32note : ^ ^expanded from macro '__CAST' /usr/include/sys/bswap.h: 68:2#define __CAST(__dt, __st) ((__dt)(__st)): ^note : expanded from macro 'bswap32'/usr/include/sys/common_int_types.h :In file included from 52radeon_bios.c::27 __CAST(uint32_t, __builtin_constant_p((x)) ? \: 34 ^: In file included from /usr/include/sys/cdefs.hnote/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h: :44previous definition is here:: 606In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h35 :37: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote:typedef __UINT64_TYPE__ __uint64_t;: 363 :expanded from macro '__CAST'1 ^: error: #define __CAST(__dt, __st) ((__dt)(__st)) redefinition of '__uint16_t' as different kind of symbol ^ bswap_16(uint16_t x)In file included from radeon_mm_i2c.c^: 7: ../config.hIn file included from :150./radeon.h::18:46 : noteIn file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:expanded from macro 'bswap_16'37 : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319#define bswap_16 bswap16: ^1: /usr/include/sys/bswap.herror:: redefinition of '__uint32_t' as different kind of symbol 72:9: bswap_32(uint32_t x) note: ^expanded from macro 'bswap16' ../config.h:153:18: __CAST(uint16_t, __builtin_constant_p((x)) ? \note : ^expanded from macro 'bswap_32' /usr/include/sys/stdint.h:55:18#define bswap_32 bswap32 : ^ /usr/include/sys/bswap.hnote: :expanded from macro 'uint16_t' 68:9:#define uint16_t __uint16_t note: expanded from macro 'bswap32' ^ /usr/include/sys/common_int_types.h:48:27: __CAST(uint32_t, __builtin_constant_p((x)) ? \ note ^ : /usr/include/sys/types.hprevious definition is here: 80:18: notetypedef __UINT16_TYPE__ __uint16_t;: expanded from macro 'uint32_t' ^ #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from radeon_bios.c:34: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' In file included from radeon_mm_i2c.c: return (((x & 0xFF00) >> 8) |In file included from 7 ^: In file included from radeon_driver.c./radeon.h::46: In file included from 72/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: :37In file included from : ./radeon.h:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h46:321:15:: error: In file included from use of undeclared identifier 'x'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h :37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:302fatal error return (((x & 0xFF000000) >> 24) |: :too many errors emitted, stopping now [-ferror-limit=] ^ 15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:306:15/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: 363:error10: :use of undeclared identifier 'x' warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ((x & 0x00000000FF000000ull) << 8) | ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from radeon_mm_i2c.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hwarning: type specifier missing, defaults to 'int' [-Wimplicit-int]: 307:15bswap_16(uint16_t x): ^ error: ../config.h:150use of undeclared identifier 'x': 18: note: ((x & 0x0000000000FF0000ull) << 24) |expanded from macro 'bswap_16' ^ #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_mm_i2c.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h363:1:: error308: :15expected ')': error: ../config.huse of undeclared identifier 'x': 150:18: note: expanded from macro 'bswap_16' ((x & 0x000000000000FF00ull) << 40) | ^ #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:150:18: note: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpanded from macro 'bswap_16': 309:15: #define bswap_16 bswap16error : ^use of undeclared identifier 'x' /usr/include/sys/bswap.h:72:2: ((x & 0x00000000000000FFull) << 56));note ^ : expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :319:10: warning: #define __CAST(__dt, __st) ((__dt)(__st))type specifier missing, defaults to 'int' [-Wimplicit-int] ^ bswap_32(uint32_t x)In file included from radeon_mm_i2c.c ^: 7: /usr/include/sys/types.hIn file included from ./radeon.h::4680: :In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: 18/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: note363: :1: expanded from macro 'uint32_t'error : redefinition of '__uint16_t' as different kind of symbol #define uint32_t __uint32_t bswap_16(uint16_t x) ^^ ../config.h:150In file included from :18:radeon_driver.c :note: 72expanded from macro 'bswap_16': In file included from ./radeon.h:46: In file included from #define bswap_16 bswap16/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: ^37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/usr/include/sys/bswap.h:319::721::9: notewarning: : type specifier missing, defaults to 'int' [-Wimplicit-int]expanded from macro 'bswap16' bswap_32(uint32_t x) ^ __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ ../config.h/usr/include/sys/types.h::70153::1818:: notenote: : expanded from macro 'bswap_32'expanded from macro 'uint16_t' #define bswap_32 bswap32 #define uint16_t __uint16_t ^ ^ /usr/include/sys/common_int_types.h/usr/include/sys/bswap.h::4868::19:27: note: previous definition is herenote : expanded from macro 'bswap32' typedef __UINT16_TYPE__ __uint16_t; ^ __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_driver.c:72: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:In file included from 153radeon_mm_i2c.c:7:: In file included from 18./radeon.h::46: In file included from note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: : expanded from macro 'bswap_32'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :365:15: #define bswap_32 bswap32error: use of undeclared identifier 'x' ^ /usr/include/sys/bswap.h:68: return (((x & 0xFF00) >> 8) | 45 ^ : note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:153:18: note: fatal error: expanded from macro 'bswap_32'too many errors emitted, stopping now [-ferror-limit=] #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_driver.c:72: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from radeon_driver.c:72: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from radeon_driver.c:72: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_driver.c:72: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_driver.c:72: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from radeon_driver.c:72: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from legacy_crtc.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/stdint.h:75:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from legacy_crtc.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from legacy_crtc.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from legacy_crtc.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:156:In file included from 18ati.c:: note65: : expanded from macro 'bswap_64' In file included from ./ati.h#define bswap_64 bswap64:28 : In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h ^ :/usr/include/sys/bswap.h:64107: :9/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::300 note: :10: expanded from macro 'bswap64'warning: type specifier missing, defaults to 'int' [-Wimplicit-int] __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:bswap_64(uint64_t x)75 :18 ^: note: expanded from macro 'uint64_t'/usr/include/stdint.h :#define uint64_t __uint64_t75 :18 ^: /usr/include/sys/common_int_types.hnote: :expanded from macro 'uint64_t' 52:27: #define uint64_t __uint64_tnote: previous definition is here ^typedef __UINT64_TYPE__ __uint64_t; In file included from ^ati.c :65: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from ati.c:65: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:In file included from 64:45legacy_crtc.c:: note: expanded from macro 'bswap64'37 : In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h __CAST(uint64_t, __builtin_constant_p((x)) ? \: 37 ^: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::300302::15: error1: :use of undeclared identifier 'x' note: to match this '(' ../config.h:156 return (((x & 0xFF00000000000000ull) >> 56) | ^: 18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303:/usr/include/sys/cdefs.h15: error:606:: use of undeclared identifier 'x' 35: note: expanded from macro '__CAST' ((x & 0x00FF000000000000ull) >> 40) | ^ #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from ati.c:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h65:: 304In file included from ./ati.h::2815: :In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h :107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300error:1: :use of undeclared identifier 'x' error: redefinition of '__uint64_t' as different kind of symbol ((x & 0x0000FF0000000000ull) >> 24) | ^ bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/stdint.h:75:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ In file included from ati.c:65: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : ((x & 0x0000FF0000000000ull) >> 24) | ^ 306:15: error: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/stdint.h:65:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from ati.c:65: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from ati.c:65: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from ati.c:65: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 : ^ /usr/include/sys/bswap.h307::68:9: note: expanded from macro 'bswap32' 15 __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/stdint.h:65:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here :typedef __UINT32_TYPE__ __uint32_t; ^ error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^In file included from ati.c:65: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :308: ((x & 0x000000FF) << 24)); 15 ^: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from ati.c:65: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x)/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^ :../config.h:150:18309:: note: 15: expanded from macro 'bswap_16'error: use of undeclared identifier 'x' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' ((x & 0x00000000000000FFull) << 56)); ^ __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from ati.c:65: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:1:: 319:error: 10expected ')': warning: ../config.htype specifier missing, defaults to 'int' [-Wimplicit-int]:150 :18: notebswap_32(uint32_t x) : ^expanded from macro 'bswap_16' /usr/include/sys/stdint.h:#define bswap_16 bswap16 65: ^18 :/usr/include/sys/bswap.h :72note:: 45: expanded from macro 'uint32_t'note : expanded from macro 'bswap16' #define uint32_t __uint32_t ^ __CAST(uint16_t, __builtin_constant_p((x)) ? \ In file included from legacy_crtc.c ^ :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h37:363: :In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h1::44 note: : In file included from to match this '(' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:../config.h37: :150/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:18:: note319: :expanded from macro 'bswap_16' 1: warning: #define bswap_16 bswap16type specifier missing, defaults to 'int' [-Wimplicit-int] ^ /usr/include/sys/bswap.hbswap_32(uint32_t x) :^72: 2:../config.h: 153note:: 18expanded from macro 'bswap16' : note: expanded from macro 'bswap_32' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ #define bswap_32 bswap32/usr/include/sys/cdefs.h: 606 ^ :35:/usr/include/sys/bswap.h :68note:: 19expanded from macro '__CAST' : note: expanded from macro 'bswap32' #define __CAST(__dt, __st) ((__dt)(__st)) ^ __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from ati.c:65In file included from : In file included from ./ati.hlegacy_crtc.c:28:: 37In file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.hIn file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:107: 44/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h::363:37: 1/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::319 :1error:: redefinition of '__uint16_t' as different kind of symbolerror : expected ')' bswap_16(uint16_t x) ../config.h^:153: 18: ../config.hnote:: 150expanded from macro 'bswap_32' :18: note: expanded from macro 'bswap_16'#define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:#define bswap_16 bswap1668 : ^ 45: note/usr/include/sys/bswap.h: :expanded from macro 'bswap32'72: 9: note: expanded from macro 'bswap16' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1 __CAST(uint16_t, __builtin_constant_p((x)) ? \ : ^ note: to match this '('/usr/include/stdint.h: 55:18../config.h:: 153note:18: :expanded from macro 'uint16_t' note: expanded from macro 'bswap_32' #define uint16_t __uint16_t ^ #define bswap_32 bswap32/usr/include/sys/common_int_types.h ^ :/usr/include/sys/bswap.h48::6827:2: :note: previous definition is herenote : expanded from macro 'bswap32' typedef __UINT16_TYPE__ __uint16_t; ^ __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from legacy_crtc.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:In file included from 319:ati.c1:65: :In file included from ./ati.h:28: errorIn file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.hredefinition of '__uint32_t' as different kind of symbol:107 : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:365:15bswap_32(uint32_t x): ^error: use of undeclared identifier 'x' ../config.h:153:18: note: expanded from macro 'bswap_32' return (((x & 0xFF00) >> 8) | ^ #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:65:18: note: expanded from macro 'uint32_t' fatal error: too many errors emitted, stopping now [-ferror-limit=]#define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from legacy_crtc.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from legacy_crtc.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from legacy_crtc.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from legacy_crtc.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from legacy_crtc.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16In file included from legacy_output.c ^: 37: /usr/include/sys/bswap.hIn file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h72::44: In file included from 19/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:: 37note: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpanded from macro 'bswap16': 300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_vip.c:7: In file included from ./radeon.hbswap_64(uint64_t x): 46 ^: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37/usr/include/sys/stdint.h: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h75::36318::1 :note : errorexpanded from macro 'uint64_t': expected ')' ../config.h#define uint64_t __uint64_t: 150 ^: 18: noteIn file included from : legacy_output.cexpanded from macro 'bswap_16': 37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44#define bswap_16 bswap16: In file included from ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h :37/usr/include/sys/bswap.h: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h72::30045::1 :note : warningexpanded from macro 'bswap16': type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^../config.h :156/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::18363:: 1note:: expanded from macro 'bswap_64' note: to match this '(' #define bswap_64 bswap64 ../config.h ^: 150:/usr/include/sys/bswap.h18::64 :note19: :expanded from macro 'bswap_16' note: expanded from macro 'bswap64' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72 __CAST(uint64_t, __builtin_constant_p((x)) ? \ : ^2 : note: expanded from macro 'bswap16' In file included from legacy_output.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44 __CAST(uint16_t, __builtin_constant_p((x)) ? \: In file included from ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h :37/usr/include/sys/cdefs.h: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h606::30035::1 :note : errorexpanded from macro '__CAST': expected ')' ../config.h:156#define __CAST(__dt, __st) ((__dt)(__st)): 18 ^ : note: expanded from macro 'bswap_64' In file included from radeon_vip.c:7#define bswap_64 bswap64: In file included from ^./radeon.h :/usr/include/sys/bswap.h46:: 64In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h45:37:: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote:: 363expanded from macro 'bswap64': 1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ ^ ../config.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::150300::181:: notenote: : expanded from macro 'bswap_16'to match this '(' ../config.h:156:#define bswap_16 bswap1618: ^note : /usr/include/sys/bswap.hexpanded from macro 'bswap_64': 72:9:#define bswap_64 bswap64 note ^: expanded from macro 'bswap16'/usr/include/sys/bswap.h :64:2: note: expanded from macro 'bswap64' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h: __CAST(uint64_t, __builtin_constant_p((x)) ? \70 : ^18: note: expanded from macro 'uint16_t' /usr/include/sys/cdefs.h:606#define uint16_t __uint16_t: 35: ^ note/usr/include/sys/common_int_types.h: :expanded from macro '__CAST'48 :27: note: previous definition is here #define __CAST(__dt, __st) ((__dt)(__st)) ^ typedef __UINT16_TYPE__ __uint16_t; ^ In file included from legacy_output.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' In file included from radeon_vip.c:7: __CAST(uint64_t, __builtin_constant_p((x)) ? \In file included from ./radeon.h ^: 46/usr/include/sys/stdint.h: :In file included from 75:18/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:: 37note: : expanded from macro 'uint64_t'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :365:15:#define uint64_t __uint64_t error ^: use of undeclared identifier 'x' /usr/include/sys/common_int_types.h:52:27: return (((x & 0xFF00) >> 8) |note : ^previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from legacy_output.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/sys/stdint.h:65:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from legacy_output.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from legacy_output.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from legacy_output.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:65:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from legacy_output.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:324:15bswap_64(uint64_t x) : ^error : use of undeclared identifier 'x' /usr/include/sys/types.h:90:18 ((x & 0x000000FF) << 24)); : ^ note : expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363In file included from :10: warning: atimodule.ctype specifier missing, defaults to 'int' [-Wimplicit-int]: 27: In file included from ./ati.h:bswap_16(uint16_t x)28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h :107 ^ : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/usr/include/sys/stdint.h::30055:18: :note: expanded from macro 'uint16_t'1 : error: expected ')' #define uint16_t __uint16_t ../config.h ^:156: 18: note: expanded from macro 'bswap_64'In file included from legacy_output.c:37: #define bswap_64 bswap64 In file included from ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h: 44/usr/include/sys/bswap.h: :64:In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h45:37: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: 363note: expanded from macro 'bswap64':1 : warning: type specifier missing, defaults to 'int' [-Wimplicit-int] __CAST(uint64_t, __builtin_constant_p((x)) ? \ bswap_16(uint16_t x) ^^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:../config.h300::1501:18:: notenote: : to match this '(' expanded from macro 'bswap_16'../config.h :156:18:#define bswap_16 bswap16 note: expanded from macro 'bswap_64' ^ /usr/include/sys/bswap.h#define bswap_64 bswap64 ^: 72/usr/include/sys/bswap.h::64:192:: note: expanded from macro 'bswap64' note: expanded from macro 'bswap16' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606In file included from legacy_output.c::37: In file included from 35/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h::44 : noteIn file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:: 37expanded from macro '__CAST' : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:#define __CAST(__dt, __st) ((__dt)(__st)) ^ 1: error: expected ')' ../config.hIn file included from :atimodule.c:27150: :18In file included from ./ati.h:28:: In file included from note: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107expanded from macro 'bswap_16' : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300#define bswap_16 bswap16:1: error: redefinition of '__uint64_t' as different kind of symbol ^ /usr/include/sys/bswap.h:72:bswap_64(uint64_t x)45 :^ note: ../config.hexpanded from macro 'bswap16' :156:18: note: expanded from macro 'bswap_64' __CAST(uint16_t, __builtin_constant_p((x)) ? \ #define bswap_64 bswap64 ^ ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :/usr/include/sys/bswap.h:36364::19:: note : expanded from macro 'bswap64'note : to match this '(' ../config.h: __CAST(uint64_t, __builtin_constant_p((x)) ? \ 150 ^ :/usr/include/sys/types.h18:90::18 note: :expanded from macro 'bswap_16' note: expanded from macro 'uint64_t' #define bswap_16 bswap16 ^ #define uint64_t __uint64_t /usr/include/sys/bswap.h: ^ 72:2/usr/include/sys/common_int_types.h:: note52:: expanded from macro 'bswap16' 27: note: previous definition is here __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.htypedef __UINT64_TYPE__ __uint64_t;: 606 ^: 35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from legacy_output.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:In file included from 27atimodule.c:27: note: : In file included from ./ati.hprevious definition is here: 28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: typedef __UINT16_TYPE__ __uint16_t;/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : ^302: 15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ In file included from legacy_output.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::303365::15:15 : errorerror: use of undeclared identifier 'x': use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ((x & 0x00FF000000000000ull) >> 40) | ^ ^ fatal error/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: too many errors emitted, stopping now [-ferror-limit=]:304: 15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 6 warnings and 20 errors generated. In file included from radeon_xvmc.c:32: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: In file included from warningradeon_video.c: :type specifier missing, defaults to 'int' [-Wimplicit-int]11 : In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hbswap_64(uint64_t x): 300 ^: 10: /usr/include/sys/stdint.hwarning:: 75type specifier missing, defaults to 'int' [-Wimplicit-int]:18 : note: expanded from macro 'uint64_t' bswap_64(uint64_t x) ^#define uint64_t __uint64_t ^ /usr/include/sys/types.h:In file included from 90:radeon_xvmc.c18::32 : noteIn file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.hexpanded from macro 'uint64_t': 44: In file included from #define uint64_t __uint64_t/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h :37 ^: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300In file included from :radeon_video.c1:: 11warning: : In file included from type specifier missing, defaults to 'int' [-Wimplicit-int]./radeon.h :46: In file included from bswap_64(uint64_t x)/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h :^37 : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300../config.h::1156:: 18warning:: type specifier missing, defaults to 'int' [-Wimplicit-int]note : expanded from macro 'bswap_64' bswap_64(uint64_t x) ^#define bswap_64 bswap64 ^../config.h :156/usr/include/sys/bswap.h::1864::19 :note : noteexpanded from macro 'bswap_64': expanded from macro 'bswap64' #define bswap_64 bswap64 ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \/usr/include/sys/bswap.h : ^64 :19: note: expanded from macro 'bswap64' In file included from radeon_xvmc.c:32: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h: __CAST(uint64_t, __builtin_constant_p((x)) ? \44 : ^In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1:In file included from radeon_video.cerror:: 11expected ')' : In file included from ../config.h./radeon.h::46156: :In file included from 18/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:: 37note: : expanded from macro 'bswap_64'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :300:1: #define bswap_64 bswap64error : ^expected ')' /usr/include/sys/bswap.h:64../config.h::45156:: 18note:: expanded from macro 'bswap64' note: expanded from macro 'bswap_64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ #define bswap_64 bswap64 ^ ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :/usr/include/sys/bswap.h300::641::45 :note : noteto match this '(': expanded from macro 'bswap64' ../config.h:156:18: note: expanded from macro 'bswap_64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ #define bswap_64 bswap64/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : ^300 :/usr/include/sys/bswap.h1::64:2 :note : noteto match this '(': expanded from macro 'bswap64' ../config.h:156:18: note: expanded from macro 'bswap_64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: /usr/include/sys/cdefs.hnote:: 606expanded from macro 'bswap64': 35: note: expanded from macro '__CAST' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ #define __CAST(__dt, __st) ((__dt)(__st)) ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_video.c:11: In file included from In file included from radeon_xvmc.c./radeon.h::3246: : In file included from In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h::37: 44/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :In file included from 300/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h::137:: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.herror:: 300redefinition of '__uint64_t' as different kind of symbol: 1: error: bswap_64(uint64_t x)redefinition of '__uint64_t' as different kind of symbol ^ bswap_64(uint64_t x)../config.h :^156 :18:../config.h :note: 156expanded from macro 'bswap_64': 18:#define bswap_64 bswap64 note : ^expanded from macro 'bswap_64' /usr/include/sys/bswap.h:64:#define bswap_64 bswap64 9 ^: /usr/include/sys/bswap.hnote:: 64expanded from macro 'bswap64': 9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \/usr/include/sys/types.h : ^90 :/usr/include/sys/stdint.h18:75:: 18note:: expanded from macro 'uint64_t'note : expanded from macro 'uint64_t' #define uint64_t __uint64_t#define uint64_t __uint64_t ^ ^ /usr/include/sys/common_int_types.h:52/usr/include/sys/common_int_types.h::2752:: 27: notenote: : previous definition is hereprevious definition is here typedef __UINT64_TYPE__ __uint64_t; ^ typedef __UINT64_TYPE__ __uint64_t; ^ In file included from radeon_video.c:11: In file included from In file included from ./radeon.hradeon_xvmc.c::4632: : In file included from In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h44:: 37In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:: 37/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h302::302:1515:: errorerror: : use of undeclared identifier 'x'use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | return (((x & 0xFF00000000000000ull) >> 56) | ^ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303:15/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::303: 15error:: use of undeclared identifier 'x'error : use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ((x & 0x00FF000000000000ull) >> 40) | ^ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:304/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::15304:: error15: :use of undeclared identifier 'x' error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:305:15:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h error:: 305use of undeclared identifier 'x': 15: error ((x & 0x000000FF00000000ull) >> 8) |: use of undeclared identifier 'x' ^ ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:306:15: error/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :use of undeclared identifier 'x'306 :15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h307::30715::15 :error : erroruse of undeclared identifier 'x': use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ((x & 0x0000000000FF0000ull) << 24) | ^ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:308Makefile:900: recipe for target 'ati.lo' failed :15: error/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :use of undeclared identifier 'x'308 :15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ ((x & 0x000000000000FF00ull) << 40) | ^ gmake[2]: *** [ati.lo] Error 1 /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:309:15: error/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :use of undeclared identifier 'x'309 :gmake[2]: *** Waiting for unfinished jobs.... 15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:10: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hwarning:: 319type specifier missing, defaults to 'int' [-Wimplicit-int]: 10: warning: bswap_32(uint32_t x) ^type specifier missing, defaults to 'int' [-Wimplicit-int] /usr/include/sys/stdint.h:65bswap_32(uint32_t x): 18 ^: note/usr/include/sys/types.h: expanded from macro 'uint32_t': 80#define uint32_t __uint32_t: 18 ^ : note: In file included from radeon_xvmc.cexpanded from macro 'uint32_t': 32: #define uint32_t __uint32_tIn file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h ^ :In file included from 44radeon_video.c: :In file included from 11/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: :In file included from 37./radeon.h: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:46319: :1In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h :warning37: : type specifier missing, defaults to 'int' [-Wimplicit-int] /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:bswap_32(uint32_t x)1 :^ warning../config.h: :type specifier missing, defaults to 'int' [-Wimplicit-int]153: 18: bswap_32(uint32_t x)note : ^expanded from macro 'bswap_32' ../config.h:#define bswap_32 bswap32153 : ^18 :/usr/include/sys/bswap.h :note68: :expanded from macro 'bswap_32'19: note: #define bswap_32 bswap32expanded from macro 'bswap32' ^ /usr/include/sys/bswap.h:68: __CAST(uint32_t, __builtin_constant_p((x)) ? \ 19 ^ : In file included from noteradeon_xvmc.c: :expanded from macro 'bswap32'32: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37 __CAST(uint32_t, __builtin_constant_p((x)) ? \: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319 ^: 1: error: expected ')'In file included from radeon_video.c:../config.h11: :In file included from 153./radeon.h::4618:: In file included from note: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hexpanded from macro 'bswap_32': 37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319#define bswap_32 bswap32: 1 ^ :/usr/include/sys/bswap.h :error68: :expected ')'45 : ../config.hnote: :expanded from macro 'bswap32'153 :18: note: expanded from macro 'bswap_32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^#define bswap_32 bswap32 /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^:319 :/usr/include/sys/bswap.h1::68 :note45: :to match this '(' note../config.h: :expanded from macro 'bswap32'153 :18: note: expanded from macro 'bswap_32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ #define bswap_32 bswap32/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : ^319 :/usr/include/sys/bswap.h1:: 68note:: 2to match this '(': ../config.hnote: :expanded from macro 'bswap32'153 :18: note: expanded from macro 'bswap_32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ #define bswap_32 bswap32/usr/include/sys/cdefs.h : ^606 :/usr/include/sys/bswap.h35: :note: 68expanded from macro '__CAST': 2: note: expanded from macro 'bswap32' #define __CAST(__dt, __st) ((__dt)(__st)) ^ __CAST(uint32_t, __builtin_constant_p((x)) ? \In file included from radeon_xvmc.c ^: 32: /usr/include/sys/cdefs.hIn file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44606: :In file included from 35/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:: 37note: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpanded from macro '__CAST': 319:1: error: redefinition of '__uint32_t' as different kind of symbol #define __CAST(__dt, __st) ((__dt)(__st)) ^bswap_32(uint32_t x) ^ ../config.h:153In file included from :radeon_video.c18::11 : noteIn file included from : ./radeon.hexpanded from macro 'bswap_32': 46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:#define bswap_32 bswap3237 : ^In file included from radeon_cursor.c/usr/include/sys/bswap.h::/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h54:: 68In file included from 319::91:./radeon.h :note46: :: In file included from errorexpanded from macro 'bswap32'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: redefinition of '__uint32_t' as different kind of symbol :37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hbswap_32(uint32_t x): 300 __CAST(uint32_t, __builtin_constant_p((x)) ? \: 10^: ^ ../config.hwarning/usr/include/sys/stdint.h:: 153::type specifier missing, defaults to 'int' [-Wimplicit-int]6518:: 18note:: expanded from macro 'bswap_32'note : expanded from macro 'uint32_t' bswap_64(uint64_t x) #define bswap_32 bswap32 ^ #define uint32_t __uint32_t ^ ^ /usr/include/sys/common_int_types.h:/usr/include/sys/types.h/usr/include/sys/bswap.h:5090::27:68: 18note:: : 9previous definition is here: notenote: typedef __UINT32_TYPE__ __uint32_t;: expanded from macro 'uint64_t' expanded from macro 'bswap32' ^ #define uint64_t __uint64_t ^ __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from /usr/include/sys/types.hradeon_cursor.c::5480: :In file included from 18./radeon.h:: 46note: : In file included from expanded from macro 'uint32_t'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h :37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:#define uint32_t __uint32_t300 In file included from :radeon_xvmc.c1 ^: :32/usr/include/sys/common_int_types.h: :In file included from 50/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h ::warning2744:: : notetype specifier missing, defaults to 'int' [-Wimplicit-int]: In file included from previous definition is here /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37bswap_64(uint64_t x): /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h^typedef __UINT32_TYPE__ __uint32_t;: 321 ^: 15../config.h: :error156: :use of undeclared identifier 'x' 18: note: expanded from macro 'bswap_64' return (((x & 0xFF000000) >> 24) | ^ #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^In file included from radeon_video.c:11: In file included from ./radeon.h:46/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hIn file included from :radeon_cursor.c: :In file included from 54/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: 322In file included from ::1537:: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h./radeon.h:error:321: :46use of undeclared identifier 'x': In file included from 15 ((x & 0x00FF0000) >> 8) |:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h :error : ^use of undeclared identifier 'x' 37 : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300 return (((x & 0xFF000000) >> 24) |:1 : ^ error: expected ')' ../config.h:156/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::18323:: 15note: :expanded from macro 'bswap_64' error: use of undeclared identifier 'x' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h64 ((x & 0x0000FF00) << 8) |::45 322:: ^15 : noteerror: : expanded from macro 'bswap64'use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :note324: :to match this '(' 15:../config.h :error156: :use of undeclared identifier 'x' 18: note: expanded from macro 'bswap_64' ((x & 0x000000FF) << 24)); ^ #define bswap_64 bswap64/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : ^ 323/usr/include/sys/bswap.h::1564:: 2error: :use of undeclared identifier 'x' note: expanded from macro 'bswap64' ((x & 0x0000FF00) << 8) | ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:324:15: error: In file included from use of undeclared identifier 'x'In file included from radeon_cursor.cradeon_misc.c::54/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ((x & 0x000000FF) << 24));: 27In file included from : ^./radeon.h: In file included from 363::./radeon_probe.h1046:: : 40In file included from warning: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hIn file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:: 37type specifier missing, defaults to 'int' [-Wimplicit-int]: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h37:: bswap_16(uint16_t x)/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h300:: 10300 ^:: 1 warning:: /usr/include/sys/stdint.h :error55type specifier missing, defaults to 'int' [-Wimplicit-int]:: 18redefinition of '__uint64_t' as different kind of symbol : note: expanded from macro 'uint16_t' bswap_64(uint64_t x) bswap_64(uint64_t x) ^#define uint16_t __uint16_t ^ ^../config.h :156/usr/include/sys/stdint.h:In file included from 18radeon_xvmc.c::/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:75 :note:32: : 36318expanded from macro 'bswap_64': In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.hnote::: 10#define bswap_64 bswap6444 expanded from macro 'uint64_t': ^: In file included from /usr/include/sys/bswap.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h::6437:: #define uint64_t __uint64_t 9warning/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: : :type specifier missing, defaults to 'int' [-Wimplicit-int] ^ 363:1bswap_16(uint16_t x): ^In file included from warningradeon_misc.c: type specifier missing, defaults to 'int' [-Wimplicit-int]note :: /usr/include/sys/types.h27bswap_16(uint16_t x):: expanded from macro 'bswap64'In file included from ./radeon_probe.h70 ::^4018: :In file included from ../config.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h __CAST(uint64_t, __builtin_constant_p((x)) ? \: :37note: 150/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::18300: :1:: ^ expanded from macro 'uint16_t'/usr/include/sys/types.h warningnote:: : #define uint16_t __uint16_t90 : ^type specifier missing, defaults to 'int' [-Wimplicit-int] expanded from macro 'bswap_16'18 bswap_64(uint64_t x)In file included from :radeon_video.c ^note: 11: : #define bswap_16 bswap16expanded from macro 'uint64_t'In file included from ./radeon.h ^../config.h::46 156/usr/include/sys/bswap.h:18: :In file included from #define uint64_t __uint64_t/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:: 72note : ^37 : : 19/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:expanded from macro 'bswap_64' /usr/include/sys/common_int_types.hnote:#define bswap_64 bswap64: :52expanded from macro 'bswap16': 363 ^27 :: 1 __CAST(uint16_t, __builtin_constant_p((x)) ? \/usr/include/sys/bswap.h : ^ warningnote: :In file included from 64radeon_xvmc.c: ::1932previous definition is here: : notetype specifier missing, defaults to 'int' [-Wimplicit-int] : In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:bswap_16(uint16_t x)expanded from macro 'bswap64'44typedef __UINT64_TYPE__ __uint64_t; ^: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h __CAST(uint64_t, __builtin_constant_p((x)) ? \:../config.h ^ ^37 :: 150/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:In file included from :18363::radeon_misc.c :1note27: :: expanded from macro 'bswap_16' In file included from ./radeon_probe.herror: :expected ')'40#define bswap_16 bswap16 : ^In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h/usr/include/sys/bswap.h../config.h::37150:: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h1872:: 19::300 :notenote1: : : expanded from macro 'bswap16'expanded from macro 'bswap_16'error : expected ')' #define bswap_16 bswap16../config.h:156 __CAST(uint16_t, __builtin_constant_p((x)) ? \: ^18 :/usr/include/sys/bswap.h ^note: 72:: expanded from macro 'bswap_64' In file included from 45radeon_video.c#define bswap_64 bswap64: : ^note 11: : /usr/include/sys/bswap.hIn file included from expanded from macro 'bswap16':./radeon.h64: 46:: 45:In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hnote __CAST(uint16_t, __builtin_constant_p((x)) ? \: expanded from macro 'bswap64':In file included from 37 : radeon_cursor.c/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: 54 ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \ : ^: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h363In file included from :::300363./radeon.h:1:1::46 : :errornoteIn file included from 1: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hto match this '('expected ')':: 37../config.h: note :: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h150::to match this '('302../config.h 18:::15015../config.h ::156:: noteerror: 18expanded from macro 'bswap_16'18: ::use of undeclared identifier 'x' note: noteexpanded from macro 'bswap_64': #define bswap_16 bswap16expanded from macro 'bswap_16' #define bswap_64 bswap64 return (((x & 0xFF00000000000000ull) >> 56) | ^ ^/usr/include/sys/bswap.h ^: #define bswap_16 bswap16/usr/include/sys/bswap.h72 : :264:: ^2 :/usr/include/sys/bswap.h notenote: : :expanded from macro 'bswap64'expanded from macro 'bswap16'72 :45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ ^ __CAST(uint16_t, __builtin_constant_p((x)) ? \/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :/usr/include/sys/cdefs.h 303/usr/include/sys/cdefs.h::606: ^:1560635 :: note:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h35error:: 363: : expanded from macro '__CAST'use of undeclared identifier 'x': 1note:: #define __CAST(__dt, __st) ((__dt)(__st))expanded from macro '__CAST'note ^: ((x & 0x00FF000000000000ull) >> 40) |to match this '(' #define __CAST(__dt, __st) ((__dt)(__st)) ../config.h ^ ^In file included from : 150radeon_xvmc.c::1832:: In file included from radeon_misc.cnoteIn file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h27:: : 44expanded from macro 'bswap_16'In file included from ./radeon_probe.h:40: : #define bswap_16 bswap16In file included from In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h37: ^: 37:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: 304 :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:/usr/include/sys/bswap.h363:15300:::: 1error:: 72use of undeclared identifier 'x'error :1: 2:: redefinition of '__uint64_t' as different kind of symbolerror ((x & 0x0000FF0000000000ull) >> 24) | : redefinition of '__uint16_t' as different kind of symbolnotebswap_64(uint64_t x) ^ ^ bswap_16(uint16_t x) ../config.h :^: 156 :18:expanded from macro 'bswap16' note: ../config.hexpanded from macro 'bswap_64': 150 __CAST(uint16_t, __builtin_constant_p((x)) ? \:#define bswap_64 bswap6418 : ^ note/usr/include/sys/bswap.h: :expanded from macro 'bswap_16'64 ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::#define bswap_16 bswap169:305 :/usr/include/sys/cdefs.h :15note : ^ 606: :/usr/include/sys/bswap.h35errorexpanded from macro 'bswap64':: : note72use of undeclared identifier 'x': expanded from macro '__CAST': 9: __CAST(uint64_t, __builtin_constant_p((x)) ? \note : #define __CAST(__dt, __st) ((__dt)(__st)) ^expanded from macro 'bswap16' ((x & 0x000000FF00000000ull) >> 8) | /usr/include/sys/stdint.h ^: 75 ^:In file included from __CAST(uint16_t, __builtin_constant_p((x)) ? \radeon_video.c :18 11:: ^In file included from ./radeon.hnote:/usr/include/sys/stdint.h46: : :expanded from macro 'uint64_t'In file included from 55/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h::1837:#define uint64_t __uint64_t note : : ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpanded from macro 'uint16_t': : 363306:/usr/include/sys/common_int_types.h#define uint16_t __uint16_t1:::1552 ^ :error 27/usr/include/sys/common_int_types.h:: :redefinition of '__uint16_t' as different kind of symbol : errornote: bswap_16(uint16_t x): previous definition is hereuse of undeclared identifier 'x' 48^ : typedef __UINT64_TYPE__ __uint64_t;27../config.h : ^ ((x & 0x00000000FF000000ull) << 8) |: 150 ^:note18 :: previous definition is herenote : expanded from macro 'bswap_16' typedef __UINT16_TYPE__ __uint16_t; #define bswap_16 bswap16 ^ ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: __CAST(uint16_t, __builtin_constant_p((x)) ? \307 : ^15 :/usr/include/sys/types.h :error70: :use of undeclared identifier 'x'18 In file included from :radeon_xvmc.c: 32note: ((x & 0x0000000000FF0000ull) << 24) |: expanded from macro 'uint16_t' ^In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h#define uint16_t __uint16_t:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^: 365/usr/include/sys/common_int_types.h::1548:: 27error: :use of undeclared identifier 'x' In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote:: 308 :radeon_misc.cprevious definition is here15:: return (((x & 0xFF00) >> 8) | error27 : : use of undeclared identifier 'x' ^In file included from typedef __UINT16_TYPE__ __uint16_t; ./radeon_probe.h ^: ((x & 0x000000000000FF00ull) << 40) |40 : ^In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hradeon_video.c::30911:: 15In file included from :./radeon.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ::error303: :use of undeclared identifier 'x'46 15: : In file included from error ((x & 0x00000000000000FFull) << 56));/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: :use of undeclared identifier 'x' ^ 37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:365 ((x & 0x00FF000000000000ull) >> 40) | : ^15 : error: use of undeclared identifier 'x' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h return (((x & 0xFF00) >> 8) |: 319 ^: 10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^ :304/usr/include/sys/types.h::15: 80error:18: use of undeclared identifier 'x' : note: expanded from macro 'uint32_t' ((x & 0x0000FF0000000000ull) >> 24) | ^#define uint32_t __uint32_t fatal error ^: too many errors emitted, stopping now [-ferror-limit=] In file included from radeon_cursor.c:54: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:305bswap_32(uint32_t x):15 :^ error : use of undeclared identifier 'x'../config.h: 153:18: note: ((x & 0x000000FF00000000ull) >> 8) |expanded from macro 'bswap_32' ^ #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_cursor.c:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h54:: 306In file included from ./radeon.h::1546:: In file included from error: use of undeclared identifier 'x' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error ((x & 0x00000000FF000000ull) << 8) |: expected ')' ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::1307:: 15note: : error: use of undeclared identifier 'x' to match this '(' ../config.h:153:18 ((x & 0x0000000000FF0000ull) << 24) | : ^ note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x'#define __CAST(__dt, __st) ((__dt)(__st)) ^ ((x & 0x000000000000FF00ull) << 40) |In file included from radeon_cursor.c ^ :54: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^:309 :15:/usr/include/sys/bswap.h error: :use of undeclared identifier 'x'68 :9: note: expanded from macro 'bswap32' ((x & 0x00000000000000FFull) << 56)); ^ __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319::1050:: warning27:: type specifier missing, defaults to 'int' [-Wimplicit-int] note: previous definition is here bswap_32(uint32_t x) ^ /usr/include/sys/stdint.h:65typedef __UINT32_TYPE__ __uint32_t;:18 : ^ note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from radeon_misc.c:27: In file included from ./radeon_probe.h:40: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' In file included from radeon_cursor.c:54#define bswap_32 bswap32 : ^In file included from ./radeon.h/usr/include/sys/bswap.h:46:: 68In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:19:: 37note: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpanded from macro 'bswap32': 321:15: error: use of undeclared identifier 'x' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from return (((x & 0xFF000000) >> 24) | radeon_misc.c ^: 27: In file included from ./radeon_probe.h:40: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322:15: __CAST(uint32_t, __builtin_constant_p((x)) ? \error ^: use of undeclared identifier 'x'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :319:1: note: to match this '(' ((x & 0x00FF0000) >> 8) |../config.h :153: ^18 : note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h#define __CAST(__dt, __st) ((__dt)(__st)) :323: ^15 : error: use of undeclared identifier 'x' In file included from radeon_misc.c:27: In file included from ./radeon_probe.h ((x & 0x0000FF00) << 8) | :40 ^: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:324:15: error: __CAST(uint32_t, __builtin_constant_p((x)) ? \use of undeclared identifier 'x' ^ /usr/include/sys/stdint.h:65:18: note: expanded from macro 'uint32_t' ((x & 0x000000FF) << 24)); ^ #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from radeon_misc.c:27: In file included from ./radeon_probe.h:40: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h#define uint16_t __uint16_t : ^322:15: error: use of undeclared identifier 'x' In file included from radeon_cursor.c:54: In file included from ((x & 0x00FF0000) >> 8) | ./radeon.h ^ :46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:323:15: error#define bswap_16 bswap16: use of undeclared identifier 'x' ^ /usr/include/sys/bswap.h:72:19 ((x & 0x0000FF00) << 8) | ^: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_cursor.c:54: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h1::324 :15: errorerror: : use of undeclared identifier 'x'expected ')' ../config.h: ((x & 0x000000FF) << 24)); 150 ^: 18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:10: __CAST(uint16_t, __builtin_constant_p((x)) ? \warning: type specifier missing, defaults to 'int' [-Wimplicit-int] ^ bswap_16(uint16_t x)/usr/include/sys/cdefs.h ^ :606/usr/include/sys/stdint.h:55::35:18: note note: expanded from macro 'uint16_t' : expanded from macro '__CAST' #define uint16_t __uint16_t ^ #define __CAST(__dt, __st) ((__dt)(__st)) ^In file included from radeon_misc.c :27: In file included from ./radeon_probe.h:40In file included from : radeon_cursor.cIn file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h::37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:54363: :In file included from 1: warning: ./radeon.h:46type specifier missing, defaults to 'int' [-Wimplicit-int]: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: bswap_16(uint16_t x) ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:../config.h363::1501::18 : note: expanded from macro 'bswap_16'error : redefinition of '__uint16_t' as different kind of symbol #define bswap_16 bswap16 ^ bswap_16(uint16_t x) /usr/include/sys/bswap.h^ :72:19: ../config.hnote:: expanded from macro 'bswap16' 150:18: note: expanded from macro 'bswap_16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ #define bswap_16 bswap16 In file included from radeon_misc.c ^: 27/usr/include/sys/bswap.h: :In file included from 72./radeon_probe.h::40: 9In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:: 37note: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpanded from macro 'bswap16':363: 1: error: expected ')' ../config.h: __CAST(uint16_t, __builtin_constant_p((x)) ? \150 : ^18 : note: /usr/include/sys/types.hexpanded from macro 'bswap_16': 70:18: #define bswap_16 bswap16note : ^ expanded from macro 'uint16_t'/usr/include/sys/bswap.h :72:45: #define uint16_t __uint16_t note ^: expanded from macro 'bswap16' /usr/include/sys/common_int_types.h:48:27 __CAST(uint16_t, __builtin_constant_p((x)) ? \: ^ note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :363:1:previous definition is here note: to match this '(' ../config.htypedef __UINT16_TYPE__ __uint16_t; : ^ 150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' In file included from #define __CAST(__dt, __st) ((__dt)(__st))radeon_cursor.c :54 ^: In file included from ./radeon.h:46: In file included from In file included from radeon_misc.c:27: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hIn file included from :./radeon_probe.h37: :40/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h365::1537:: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:error363: :1:use of undeclared identifier 'x' error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ return (((x & 0xFF00) >> 8) | ^../config.h :150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_tfatal error : ^too many errors emitted, stopping now [-ferror-limit=] /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from radeon_misc.c:27: In file included from ./radeon_probe.h:40: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ 6 warnings and 20 errors generated. In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=]6 warnings and 20 errors generated. Makefile:900: recipe for target 'radeon_probe.lo' failed gmake[2]: *** [radeon_probe.lo] Error 1 6 warnings and 20 errors generated. Makefile:900: recipe for target 'radeon_accel.lo' failed gmake[2]: *** [radeon_accel.lo] Error 1 Makefile:900: recipe for target 'atimodule.lo' failed gmake[2]: *** [atimodule.lo] Error 1 6 warnings and 20 errors generated. 6 warnings and 20 errors generated. 6 warnings and 20 errors generated. 6 warnings and 20 errors generated. Makefile:900: recipe for target 'radeon_mm_i2c.lo' failed gmake[2]: *** [radeon_mm_i2c.lo] Error 1 Makefile:900: recipe for target 'radeon_misc.lo' failed gmake[2]: *** [radeon_misc.lo] Error 1 Makefile:900: recipe for target 'radeon_xvmc.lo' failed gmake[2]: *** [radeon_xvmc.lo] Error 1 Makefile:900: recipe for target 'radeon_legacy_memory.lo' failed gmake[2]: *** [radeon_legacy_memory.lo] Error 1 6 warnings and 20 errors generated. Makefile:900: recipe for target 'radeon_bios.lo' failed gmake[2]: *** [radeon_bios.lo] Error 1 6 warnings and 20 errors generated. 6 warnings and 20 errors generated. 6 warnings and 20 errors generated. 6 warnings and 20 errors generated. Makefile:900: recipe for target 'radeon_vip.lo' failed gmake[2]: *** [radeon_vip.lo] Error 1 Makefile:900: recipe for target 'radeon_driver.lo' failed gmake[2]: *** [radeon_driver.lo] Error 1 Makefile:900: recipe for target 'radeon_cursor.lo' failed gmake[2]: *** [radeon_cursor.lo] Error 1 Makefile:900: recipe for target 'legacy_output.lo' failed gmake[2]: *** [legacy_output.lo] Error 1 6 warnings and 20 errors generated. 6 warnings and 20 errors generated. Makefile:900: recipe for target 'legacy_crtc.lo' failed gmake[2]: *** [legacy_crtc.lo] Error 1 Makefile:900: recipe for target 'radeon_video.lo' failed gmake[2]: *** [radeon_video.lo] Error 1 6 warnings and 20 errors generated. Makefile:900: recipe for target 'radeon_textured_video.lo' failed gmake[2]: *** [radeon_textured_video.lo] Error 1 gmake[2]: Leaving directory '/data/scratch/x11/xf86-video-ati6/work/xf86-video-ati-6.14.6/src' Makefile:448: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/data/scratch/x11/xf86-video-ati6/work/xf86-video-ati-6.14.6' Makefile:380: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/x11/xf86-video-ati6 *** Error code 1 Stop. make: stopped in /data/pkgsrc/x11/xf86-video-ati6