=> 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 ati.lo CC atimodule.lo CC radeon_legacy_memory.lo CC radeon_driver.lo CC radeon_bios.lo CC radeon_accel.lo CC radeon_mm_i2c.lo CC radeon_video.lo CC radeon_cursor.lo CC radeon_vip.lo CC radeon_misc.lo CC legacy_crtc.lo CC legacy_output.lo CC radeon_probe.lo CC radeon_textured_video.lo CC radeon_xvmc.lo 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: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 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: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_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: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_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: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/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; ^ 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: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 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' #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_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' __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_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: 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 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: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 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: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_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: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_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: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 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 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: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/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; ^ 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: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_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: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_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: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_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: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_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'In file included from atimodule.c:27: ((x & 0x000000FF) << 24));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] 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 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) ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :363../config.h::15610::18: warningnote: : type specifier missing, defaults to 'int' [-Wimplicit-int]expanded from macro 'bswap_64' bswap_16(uint16_t x)#define bswap_64 bswap64 ^ ^ /usr/include/sys/stdint.h/usr/include/sys/bswap.h::5564::1819:: notenote: : expanded from macro 'uint16_t'expanded from macro 'bswap64' #define uint16_t __uint16_t __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.hIn file included from :atimodule.c363::271: :In file included from ./ati.hwarning:: 28: In file included from type specifier missing, defaults to 'int' [-Wimplicit-int]/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h :bswap_16(uint16_t x)107 : ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :300../config.h::1150:: 18error:: expected ')'note : ../config.hexpanded from macro 'bswap_16': 156:18:#define bswap_16 bswap16 note ^: expanded from macro 'bswap_64'/usr/include/sys/bswap.h :72:#define bswap_64 bswap6419 : ^ note : /usr/include/sys/bswap.hexpanded from macro 'bswap16': 64:45: note __CAST(uint16_t, __builtin_constant_p((x)) ? \: expanded from macro 'bswap64' ^ In file included from __CAST(uint64_t, __builtin_constant_p((x)) ? \legacy_crtc.c : ^37 : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hIn file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h300::441:: In file included from note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: :to match this '('37 : ../config.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::156363::181:: noteerror: : expanded from macro 'bswap_64'expected ')' #define bswap_64 bswap64../config.h : ^150 :/usr/include/sys/bswap.h18::64 :2note:: expanded from macro 'bswap_16'note : expanded from macro 'bswap64' #define bswap_16 bswap16 ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \/usr/include/sys/bswap.h : ^ 72:45: /usr/include/sys/cdefs.hnote:: 606expanded from macro 'bswap16': 35: note: expanded from macro '__CAST' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ #define __CAST(__dt, __st) ((__dt)(__st))/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:2In file included from atimodule.c:: 27note: In file included from : ./ati.hexpanded from macro 'bswap16':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: __CAST(uint16_t, __builtin_constant_p((x)) ? \300 : ^1 :/usr/include/sys/cdefs.h :error606: :redefinition of '__uint64_t' as different kind of symbol35 : notebswap_64(uint64_t x): expanded from macro '__CAST'^ ../config.h:156:#define __CAST(__dt, __st) ((__dt)(__st))18 : ^ note: expanded from macro 'bswap_64' In file included from #define bswap_64 bswap64legacy_crtc.c : ^37 : /usr/include/sys/bswap.hIn file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h64::944:: In file included from note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: :expanded from macro 'bswap64' 37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: __CAST(uint64_t, __builtin_constant_p((x)) ? \363 : ^1 :/usr/include/sys/types.h :90error:: 18redefinition of '__uint16_t' as different kind of symbol: note: bswap_16(uint16_t x)expanded from macro 'uint64_t' ^ #define uint64_t __uint64_t ../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/usr/include/sys/common_int_types.h: :expanded from macro 'uint16_t'52 :27:#define uint16_t __uint16_t note ^: previous definition is here/usr/include/sys/common_int_types.h :48:typedef __UINT64_TYPE__ __uint64_t;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 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: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 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=] 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: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_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: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_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: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_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: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_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: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_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: 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_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: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_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=] 6 warnings and 20 errors generated. gmake[2]: *** [Makefile:900: radeon_misc.lo] Error 1 gmake[2]: *** Waiting for unfinished jobs.... 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: 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 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: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_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: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_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: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/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; ^ 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: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) | ^ gmake[2]: *** [Makefile:900: atimodule.lo] Error 1 /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 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: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_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: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_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: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 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: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 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: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_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: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_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: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 In file included from radeon_video.cradeon_xvmc.c:32:: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:11: 44In file included from : ./radeon.hIn file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:46:37: 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::37365:: 15/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :error: 300use of undeclared identifier 'x' :10: return (((x & 0xFF00) >> 8) |warning: type specifier missing, defaults to 'int' [-Wimplicit-int] ^ bswap_64(uint64_t x) ^ /usr/include/sys/types.h:90:18: notefatal error: : expanded from macro 'uint64_t'too many errors emitted, stopping now [-ferror-limit=] #define uint64_t __uint64_t ^ In file included from radeon_video.c: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.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_video.c: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.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_video.c: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.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_video.c: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.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.hIn file included from :radeon_bios.c:30434:: 15:In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:error44: : use of undeclared identifier 'x'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: ((x & 0x0000FF0000000000ull) >> 24) |10 : ^warning : type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/stdint.h:75:18: note: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpanded from macro 'uint64_t': 305:15#define uint64_t __uint64_t: ^error : use of undeclared identifier 'x' In file included from radeon_bios.c:34: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h: ((x & 0x000000FF00000000ull) >> 8) |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' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h#define bswap_64 bswap64: 306 ^ :/usr/include/sys/bswap.h:1564::19: error: noteuse of undeclared identifier 'x': expanded from macro 'bswap64' ((x & 0x00000000FF000000ull) << 8) | ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ 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: error: expected ')' ../config.h:156:18: note: expanded from macro 'bswap_64'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :307:#define bswap_64 bswap6415 ^ :/usr/include/sys/bswap.h :64error:45: : use of undeclared identifier 'x'note: expanded from macro 'bswap64' ((x & 0x0000000000FF0000ull) << 24) | __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/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :expanded from macro 'bswap64'308 :15: error: __CAST(uint64_t, __builtin_constant_p((x)) ? \use of undeclared identifier 'x' ^ ((x & 0x000000000000FF00ull) << 40) | ^/usr/include/sys/cdefs.h: 606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ 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/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::37309: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h15:300:: 1error: : error: use of undeclared identifier 'x'redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ((x & 0x00000000000000FFull) << 56));../config.h : ^156: 18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h9:: note: 319expanded from macro 'bswap64': 10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^bswap_32(uint32_t x) /usr/include/sys/stdint.h: ^75 :18:/usr/include/sys/types.h :note: expanded from macro 'uint64_t'80 :18: #define uint64_t __uint64_tnote : ^expanded from macro 'uint32_t' /usr/include/sys/common_int_types.h:52:27#define uint32_t __uint32_t : ^ note: previous definition is here In file included from radeon_video.c:11typedef __UINT64_TYPE__ __uint64_t;: 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_video.c: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.h:In file included from 319radeon_bios.c::34: 1In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h :error44: : expected ')'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.h153::30218::15: errornote: : use of undeclared identifier 'x'expanded from macro 'bswap_32' #define bswap_32 bswap32 return (((x & 0xFF00000000000000ull) >> 56) | ^ ^ /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 '(' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h../config.h::303153::1518:: errornote: : use of undeclared identifier 'x'expanded from macro 'bswap_32' #define bswap_32 bswap32 ((x & 0x00FF000000000000ull) >> 40) | ^ ^/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/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :304expanded from macro '__CAST':15 : error: use of undeclared identifier 'x' #define __CAST(__dt, __st) ((__dt)(__st)) ^ ((x & 0x0000FF0000000000ull) >> 24) | ^ In file included from radeon_video.c: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.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x)/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :^305:15 : ../config.herror:: 153use of undeclared identifier 'x': 18: note: expanded from macro 'bswap_32' ((x & 0x000000FF00000000ull) >> 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/types.h:80:18/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: 306note:: 15expanded from macro 'uint32_t': error: use of undeclared identifier 'x'#define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50 ((x & 0x00000000FF000000ull) << 8) |: ^27 : note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ In file included from radeon_video.c: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.h:321:15: error: use of undeclared identifier 'x' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: return (((x & 0xFF000000) >> 24) |308 :15 ^: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322:15: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.herror:: 309use of undeclared identifier 'x': 15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ ((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] /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:bswap_32(uint32_t x)323 : ^15 :/usr/include/sys/stdint.h :error65:: 18use of undeclared identifier 'x': note: expanded from macro 'uint32_t' ((x & 0x0000FF00) << 8) | ^#define uint32_t __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:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:153::32418::15 :note : errorexpanded from macro 'bswap_32' : use of undeclared identifier 'x'#define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68 ((x & 0x000000FF) << 24));:19 : ^ note : expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ 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: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: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote:: 363expanded from macro 'bswap_32': 10: #define bswap_32 bswap32warning : ^ type specifier missing, defaults to 'int' [-Wimplicit-int]/usr/include/sys/bswap.h: 68:2bswap_16(uint16_t x): note ^: expanded from macro 'bswap32' /usr/include/sys/types.h:70:18: __CAST(uint32_t, __builtin_constant_p((x)) ? \ note ^: expanded from macro 'uint16_t' /usr/include/sys/cdefs.h:606:35:#define uint16_t __uint16_t note ^: expanded from macro '__CAST' In file included from radeon_video.c:#define __CAST(__dt, __st) ((__dt)(__st))11 : ^In file included from ./radeon.h:46: In file included from In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hradeon_bios.c::3734: : In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h::44363: :In file included from 1/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:: 37warning: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.htype specifier missing, defaults to 'int' [-Wimplicit-int]: 319:1: bswap_16(uint16_t x)error : ^redefinition of '__uint32_t' as different kind of symbol ../config.h:bswap_32(uint32_t x)150 :^18 :../config.h :note153:: 18expanded from macro 'bswap_16': note: #define bswap_16 bswap16expanded from macro 'bswap_32' ^ /usr/include/sys/bswap.h#define bswap_32 bswap32: 72 ^: 19/usr/include/sys/bswap.h:: 68note:: 9expanded from macro 'bswap16': note: expanded from macro 'bswap32' __CAST(uint16_t, __builtin_constant_p((x)) ? \ __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ ^ /usr/include/sys/stdint.hIn file included from :65radeon_video.c::1811:: In file included from note./radeon.h: :expanded from macro 'uint32_t'46 : In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:#define uint32_t __uint32_t37 : ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/usr/include/sys/common_int_types.h::50363::271: note:: previous definition is here errortypedef __UINT32_TYPE__ __uint32_t;: 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' In file included from radeon_bios.c:34: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h __CAST(uint16_t, __builtin_constant_p((x)) ? \: 44 ^: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h::36337:: 1/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::321 :15:note : errorto match this '(': use of undeclared identifier 'x' ../config.h:150: return (((x & 0xFF000000) >> 24) | 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 __CAST(uint16_t, __builtin_constant_p((x)) ? \:322 :15 ^: /usr/include/sys/cdefs.herror:: 606use of undeclared identifier 'x' :35: ((x & 0x00FF0000) >> 8) |note : ^expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_video.c: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.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::323:36315::1 :error: use of undeclared identifier 'x'error : redefinition of '__uint16_t' as different kind of symbol ((x & 0x0000FF00) << 8) | 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' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:324:15 __CAST(uint16_t, __builtin_constant_p((x)) ? \: ^error : /usr/include/sys/types.huse of undeclared identifier 'x' :70:18 ((x & 0x000000FF) << 24));: ^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; ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:10: In file included from warningradeon_video.c: :type specifier missing, defaults to 'int' [-Wimplicit-int]11 : In file included from ./radeon.hbswap_16(uint16_t x): 46 ^: In file included from /usr/include/sys/stdint.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h::5537:18: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote: expanded from macro 'uint16_t': 365:15:#define uint16_t __uint16_t error ^ : use of undeclared identifier 'x'In file included from radeon_bios.c:34: In file included from return (((x & 0xFF00) >> 8) |/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:19fatal error:: too many errors emitted, stopping now [-ferror-limit=]note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ 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: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_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: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 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' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 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:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/stdint.h:75:18: note: expanded from macro 'uint64_t' #define uint64_t __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: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 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: 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/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; ^ 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' ((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/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: 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/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 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' ((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/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) ^ ../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 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: 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 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: 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/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 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: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_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: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_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: 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_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: 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_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' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/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; ^ 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 In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.hradeon_textured_video.c:44: :In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:3737: : In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h./radeon.h:319::146: : In file included from error/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hredefinition of '__uint32_t' as different kind of symbol: 300:10bswap_32(uint32_t x): warning^: type specifier missing, defaults to 'int' [-Wimplicit-int] ../config.h:153:18: note: expanded from macro 'bswap_32' bswap_64(uint64_t x) ^ #define bswap_32 bswap32 ^ /usr/include/sys/types.h/usr/include/sys/bswap.h::6890::9: 18note:: expanded from macro 'bswap32'note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from /usr/include/sys/stdint.hradeon_textured_video.c:37: In file included from ./radeon.h::4665: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:18:37:: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote:: 300:1expanded from macro 'uint32_t': warning: type specifier missing, defaults to 'int' [-Wimplicit-int] #define uint32_t __uint32_t ^bswap_64(uint64_t x) /usr/include/sys/common_int_types.h^ :../config.h50::27156:: 18note: : note: previous definition is hereexpanded from macro 'bswap_64' #define bswap_64 bswap64 typedef __UINT32_TYPE__ __uint32_t; ^ /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: In file included from errorlegacy_output.c: :expected ')'37 : ../config.hIn file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h156::18:44 note: : expanded from macro 'bswap_64'In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37#define bswap_64 bswap64 ^: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/usr/include/sys/bswap.h::32164::1545:: errornote: : expanded from macro 'bswap64' use of undeclared identifier 'x' __CAST(uint64_t, __builtin_constant_p((x)) ? \ return (((x & 0xFF000000) >> 24) | ^ ^ /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: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote:: expanded from macro 'bswap64' 322:15: __CAST(uint64_t, __builtin_constant_p((x)) ? \error: use of undeclared identifier 'x' ^ ((x & 0x00FF0000) >> 8) | /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:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h46:323:15: : errorIn file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.huse of undeclared identifier 'x':37 : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300: ((x & 0x0000FF00) << 8) |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' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:324:15: __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ error: /usr/include/sys/types.huse of undeclared identifier 'x': 90:18: note ((x & 0x000000FF) << 24));: 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: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_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: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] In file included from radeon_textured_video.cbswap_16(uint16_t x): 37: ^In file included from ./radeon.h:46../config.h: :In file included from 150/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: note:: 302expanded from macro 'bswap_16' :15:#define bswap_16 bswap16 error ^: use of undeclared identifier 'x'/usr/include/sys/bswap.h :72:19: return (((x & 0xFF00000000000000ull) >> 56) | note ^: expanded from macro 'bswap16' __CAST(uint16_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:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h363:303::1:15 :error error: : use of undeclared identifier 'x' expected ')' ../config.h: ((x & 0x00FF000000000000ull) >> 40) | 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:304 ^: 15/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: 363error:: 1use of undeclared identifier 'x' : note: to match this '(' ((x & 0x0000FF0000000000ull) >> 24) | ../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:305:15 __CAST(uint16_t, __builtin_constant_p((x)) ? \ : ^ /usr/include/sys/cdefs.h:error: 606use of undeclared identifier 'x' :35: note: ((x & 0x000000FF00000000ull) >> 8) |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/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::1306::15 :error : error: use of undeclared identifier 'x' redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ((x & 0x00000000FF000000ull) << 8) | ^ ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h9:307:: 15note: : errorexpanded from macro 'bswap16' : use of undeclared identifier 'x' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ ((x & 0x0000000000FF0000ull) << 24) | ^ /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/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:308:15: :error : noteuse of undeclared identifier 'x': previous definition is here ((x & 0x000000000000FF00ull) << 40) | ^ typedef __UINT16_TYPE__ __uint16_t; ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:309:15: errorIn file included from : legacy_output.cuse of undeclared identifier 'x': 37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h: ((x & 0x00000000000000FFull) << 56)); 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 /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h return (((x & 0xFF00) >> 8) |radeon_cursor.c::31954 : : ^10:In file included from ./radeon.h :warning46: : type specifier missing, defaults to 'int' [-Wimplicit-int]In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37bswap_32(uint32_t x): /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^: 300:/usr/include/sys/types.h10::80 :warningfatal error18: :: too many errors emitted, stopping now [-ferror-limit=]note type specifier missing, defaults to 'int' [-Wimplicit-int]: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ bswap_64(uint64_t x) ^In file included from radeon_textured_video.c:37: /usr/include/sys/types.hIn file included from :./radeon.h90::4618: :In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hnote:: 37expanded from macro 'uint64_t': /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319#define uint64_t __uint64_t: 1 ^: warning: In file included from type specifier missing, defaults to 'int' [-Wimplicit-int]radeon_cursor.c :54: In file included from bswap_32(uint32_t x)./radeon.h :^46 : ../config.hIn file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h153::3718: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :note300: :expanded from macro 'bswap_32'1 : warning: #define bswap_32 bswap32type specifier missing, defaults to 'int' [-Wimplicit-int] ^ bswap_64(uint64_t x)/usr/include/sys/bswap.h :^68 :19../config.h:: 156note:: 18expanded from macro 'bswap32': note: expanded from macro 'bswap_64' #define bswap_64 bswap64 __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ ^ /usr/include/sys/bswap.h:64In file included from :radeon_textured_video.c19::37 : noteIn file included from : ./radeon.hexpanded from macro 'bswap64': 46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: __CAST(uint64_t, __builtin_constant_p((x)) ? \/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : ^ 319:1: In file included from errorradeon_cursor.c: :expected ')'54 : In file included from ./radeon.h../config.h::46153: :In file included from 18/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 'bswap_32': 300:1:#define bswap_32 bswap32 error ^: expected ')'/usr/include/sys/bswap.h :../config.h68::15645::18 :note : note: expanded from macro 'bswap32'expanded from macro 'bswap_64' #define bswap_64 bswap64 __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ ^/usr/include/sys/bswap.h :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h64::31945::1 :note : noteexpanded from macro 'bswap64': to match this '(' ../config.h:153 __CAST(uint64_t, __builtin_constant_p((x)) ? \: 18 ^: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote:300: :expanded from macro 'bswap_32'1: note: to match this '('#define bswap_32 bswap32 ../config.h ^: 156/usr/include/sys/bswap.h::1868:: 2note:: expanded from macro 'bswap_64' note: expanded from macro 'bswap32'#define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2 __CAST(uint32_t, __builtin_constant_p((x)) ? \: ^note : /usr/include/sys/cdefs.hexpanded from macro 'bswap64': 606:35: note __CAST(uint64_t, __builtin_constant_p((x)) ? \: expanded from macro '__CAST' ^ #define __CAST(__dt, __st) ((__dt)(__st))/usr/include/sys/cdefs.h : ^606: 35: note: expanded from macro '__CAST'In file included from radeon_textured_video.c:37: In file included from ./radeon.h#define __CAST(__dt, __st) ((__dt)(__st)): 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:319In file included from :radeon_cursor.c1::54 : errorIn file included from : ./radeon.hredefinition of '__uint32_t' as different kind of symbol: 46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hbswap_32(uint32_t x):37 : ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :../config.h300::1531::18 :error : noteredefinition of '__uint64_t' as different kind of symbol: expanded from macro 'bswap_32' bswap_64(uint64_t x) ^#define bswap_32 bswap32 ../config.h ^: 156/usr/include/sys/bswap.h::1868:: 9: notenote: : expanded from macro 'bswap_64'expanded from macro 'bswap32' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h: __CAST(uint32_t, __builtin_constant_p((x)) ? \64 : ^9 :/usr/include/sys/types.h :note80: :expanded from macro 'bswap64'18 : note: expanded from macro 'uint32_t' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ #define uint32_t __uint32_t/usr/include/sys/types.h : ^90 :/usr/include/sys/common_int_types.h18::50 :note27: :expanded from macro 'uint64_t' note: #define uint64_t __uint64_tprevious definition is here ^ typedef __UINT32_TYPE__ __uint32_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_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) | ^ 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:302:15:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :error322: :use of undeclared identifier 'x'15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303:15: error: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.huse of undeclared identifier 'x': 323:15: ((x & 0x00FF000000000000ull) >> 40) |error : ^use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ In file included from radeon_accel.c:80: In file included from ./radeon.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::46304: In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h15:: 37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.herror::324: :use of undeclared identifier 'x'30015 :: 10 ((x & 0x0000FF0000000000ull) >> 24) |: error ^: use of undeclared identifier 'x' warning: type specifier missing, defaults to 'int' [-Wimplicit-int] ((x & 0x000000FF) << 24)); ^ bswap_64(uint64_t x) /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^: 305:15: error/usr/include/sys/types.h: :use of undeclared identifier 'x'90 :18: ((x & 0x000000FF00000000ull) >> 8) |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: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::306300363::1::1015 :: warningerrorwarning: : : use of undeclared identifier 'x'type specifier missing, defaults to 'int' [-Wimplicit-int] type specifier missing, defaults to 'int' [-Wimplicit-int] ((x & 0x00000000FF000000ull) << 8) |bswap_64(uint64_t x)bswap_16(uint16_t x) ^^ ^ ../config.h/usr/include/sys/types.h::15670::1818:: notenote: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: expanded from macro 'bswap_64'expanded from macro 'uint16_t' : 307:15#define bswap_64 bswap64:#define uint16_t __uint16_t error ^: use of undeclared identifier 'x' ^ In file included from /usr/include/sys/bswap.hradeon_textured_video.c:: ((x & 0x0000000000FF0000ull) << 24) |3764 : ^In file included from ./radeon.h::1946:: In file included from note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: :expanded from macro 'bswap64'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.h: __CAST(uint64_t, __builtin_constant_p((x)) ? \:3081: :15 ^warning:: type specifier missing, defaults to 'int' [-Wimplicit-int]error : In file included from bswap_16(uint16_t x)use of undeclared identifier 'x'radeon_accel.c ^: 80 ((x & 0x000000000000FF00ull) << 40) |../config.h: In file included from ^./radeon.h::46150 : :In file included from 18/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 'bswap_16': 300:#define bswap_16 bswap16/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : ^1 309/usr/include/sys/bswap.h:::72 :error1915:: : expected ')'note : expanded from macro 'bswap16'../config.herror:: use of undeclared identifier 'x'156 : __CAST(uint16_t, __builtin_constant_p((x)) ? \18 : ^ ((x & 0x00000000000000FFull) << 56)); note ^In file included from : radeon_textured_video.cexpanded from macro 'bswap_64': 37: In file included from #define bswap_64 bswap64./radeon.h : ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :/usr/include/sys/bswap.h46319::: 64In file included from :1045:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h : warningnote:: 37type specifier missing, defaults to 'int' [-Wimplicit-int]: : expanded from macro 'bswap64'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hbswap_32(uint32_t x) : ^363 : __CAST(uint64_t, __builtin_constant_p((x)) ? \1 :/usr/include/sys/types.h ^: 80 :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.herror18: ::expected ')' 300note:: expanded from macro 'uint32_t'1../config.h ::150 :#define uint32_t __uint32_t18:note : ^to match this '(' note../config.h: In file included from expanded from macro 'bswap_16'radeon_cursor.c ::156#define bswap_16 bswap16:54 18: ^In file included from :./radeon.h : note/usr/include/sys/bswap.h: 46expanded from macro 'bswap_64':: 72In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h#define bswap_64 bswap6445:37: : ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :note319: :expanded from macro 'bswap16'1 :/usr/include/sys/bswap.h :warning64 __CAST(uint16_t, __builtin_constant_p((x)) ? \: :type specifier missing, defaults to 'int' [-Wimplicit-int]2 ^: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote:: 363bswap_32(uint32_t x)expanded from macro 'bswap64' ^: 1../config.h __CAST(uint64_t, __builtin_constant_p((x)) ? \: : ^ 153note:18/usr/include/sys/cdefs.h: :to match this '(': 606../config.h ::note35150: ::expanded from macro 'bswap_32'18 :note#define bswap_32 bswap32 ^: note : /usr/include/sys/bswap.hexpanded from macro '__CAST':expanded from macro 'bswap_16'68 :19#define bswap_16 bswap16:#define __CAST(__dt, __st) ((__dt)(__st)) note ^ ^ : expanded from macro 'bswap32'/usr/include/sys/bswap.h :In file included from 72radeon_accel.c __CAST(uint32_t, __builtin_constant_p((x)) ? \:: 280 ^: :In file included from In file included from ./radeon.h radeon_cursor.c::note46: : expanded from macro 'bswap16'In file included from 54/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h : :In file included from 37./radeon.h: : __CAST(uint16_t, __builtin_constant_p((x)) ? \46/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : ^: In file included from /usr/include/sys/cdefs.h300:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h::606137:: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h35:error319: ::redefinition of '__uint64_t' as different kind of symbol1 : notebswap_64(uint64_t x)error: : expected ')'^ expanded from macro '__CAST' ../config.h../config.h::156153#define __CAST(__dt, __st) ((__dt)(__st)):: 1818:: note ^: note expanded from macro 'bswap_64': expanded from macro 'bswap_32' In file included from #define bswap_64 bswap64radeon_textured_video.c#define bswap_32 bswap32: ^37 ^: /usr/include/sys/bswap.h/usr/include/sys/bswap.hIn file included from ::./radeon.h6864::46:9: :In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hnote45: ::expanded from macro 'bswap64'37 : note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h __CAST(uint64_t, __builtin_constant_p((x)) ? \: :expanded from macro 'bswap32'363 ^: 1/usr/include/sys/types.h:: __CAST(uint32_t, __builtin_constant_p((x)) ? \ 90 : ^error 18/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::319 : :redefinition of '__uint16_t' as different kind of symbolnote : 1expanded from macro 'uint64_t':bswap_16(uint16_t x) note : ^to match this '(' #define uint64_t __uint64_t ../config.h../config.h ^: :153150/usr/include/sys/common_int_types.h:In file included from 18::radeon_mm_i2c.c5218::27 :::note : notenote7: : : previous definition is hereexpanded from macro 'bswap_16' expanded from macro 'bswap_32'In file included from #define bswap_16 bswap16 ./radeon.h typedef __UINT64_TYPE__ __uint64_t; ^#define bswap_32 bswap32: 46 ^ /usr/include/sys/bswap.h ^:: In file included from /usr/include/sys/bswap.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:72:68::92:37 : note:: expanded from macro 'bswap16'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :note: 300expanded from macro 'bswap32': 10 __CAST(uint16_t, __builtin_constant_p((x)) ? \: __CAST(uint32_t, __builtin_constant_p((x)) ? \warning ^: ^type specifier missing, defaults to 'int' [-Wimplicit-int]/usr/include/sys/types.h : 70/usr/include/sys/cdefs.h::18606:bswap_64(uint64_t x) :note : 35 ^expanded from macro 'uint16_t'In file included from : radeon_accel.c: #define uint16_t __uint16_t80 : ^note/usr/include/sys/types.hIn file included from :./radeon.h: 90/usr/include/sys/common_int_types.h:expanded from macro '__CAST':18: 48:46:#define __CAST(__dt, __st) ((__dt)(__st)) : note27In file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h ^:expanded from macro 'uint64_t'37: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hIn file included from note radeon_cursor.c: ::#define uint64_t __uint64_tprevious definition is here54 : ^ In file included from 302typedef __UINT16_TYPE__ __uint16_t;./radeon.h:In file included from :15radeon_mm_i2c.c46: 7: ^: In file included from error: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.huse of undeclared identifier 'x':37In file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319./radeon.h::146: return (((x & 0xFF00000000000000ull) >> 56) |error: : In file included from redefinition of '__uint32_t' as different kind of symbol ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h :37 : bswap_32(uint32_t x)/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :In file included from 300^radeon_textured_video.c: 1../config.h:: 37:: warning153: :In file included from type specifier missing, defaults to 'int' [-Wimplicit-int]18 :./radeon.hbswap_64(uint64_t x) :note46 /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.hexpanded from macro 'bswap_32'303^ : :#define bswap_32 bswap3215../config.h: : ^156 37 : :/usr/include/sys/bswap.herror:1868/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: :use of undeclared identifier 'x': 9 :365note :: 15note:expanded from macro 'bswap_64': expanded from macro 'bswap32'error ((x & 0x00FF000000000000ull) >> 40) | #define bswap_64 bswap64 ^: __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^use of undeclared identifier 'x' /usr/include/sys/bswap.h: 64 ^:19 return (((x & 0xFF00) >> 8) | :/usr/include/sys/types.h : note80 ^: :expanded from macro 'bswap64'18: note : expanded from macro 'uint32_t' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h#define uint32_t __uint32_t: __CAST(uint64_t, __builtin_constant_p((x)) ? \ 304 ^ ^: /usr/include/sys/common_int_types.h:1550:: In file included from 27error:fatal errorradeon_mm_i2c.c : note: :: use of undeclared identifier 'x'previous definition is here too many errors emitted, stopping now [-ferror-limit=]7 : In file included from ./radeon.h ((x & 0x0000FF0000000000ull) >> 24) |:typedef __UINT32_TYPE__ __uint32_t; 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 /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^:In file included from radeon_cursor.c305 :/usr/include/sys/bswap.h54: ::64In file included from ./radeon.h:4615::45: :In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: 37errornote: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: use of undeclared identifier 'x':expanded from macro 'bswap64' 321:15: error __CAST(uint64_t, __builtin_constant_p((x)) ? \ ((x & 0x000000FF00000000ull) >> 8) |: use of undeclared identifier 'x' ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^ : return (((x & 0xFF000000) >> 24) |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/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::322 :note306: expanded from macro 'bswap64':15 :15 error:: use of undeclared identifier 'x' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^error ((x & 0x00FF0000) >> 8) | : use of undeclared identifier 'x' ^ /usr/include/sys/cdefs.h:606:35: ((x & 0x00000000FF000000ull) << 8) | note ^ : expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:323:15In file included from :radeon_mm_i2c.c error:: 7: use of undeclared identifier 'x' In file included from ./radeon.h:46 ((x & 0x0000FF00) << 8) |: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hIn file included from ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h ::37307: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:15300::1 :error : erroruse of undeclared identifier 'x' : redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ((x & 0x0000000000FF0000ull) << 24) |/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h^: 324 : ^../config.h15 : error:: 156use of undeclared identifier 'x' :18: note: ((x & 0x000000FF) << 24));expanded from macro 'bswap_64' ^ #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :308:15: __CAST(uint64_t, __builtin_constant_p((x)) ? \error : ^ use of undeclared identifier 'x'/usr/include/sys/types.h: 90:18: note: expanded from macro 'uint64_t' ((x & 0x000000000000FF00ull) << 40) | ^ #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363::1027:: note: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]previous definition is here bswap_16(uint16_t x) ^typedef __UINT64_TYPE__ __uint64_t; ^/usr/include/sys/types.h: 70:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h18:: 309note:: 15expanded from macro 'uint16_t': error: #define uint16_t __uint16_t use of undeclared identifier 'x' ^ In file included from radeon_cursor.c:54: In file included from ((x & 0x00000000000000FFull) << 56));./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/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :note: expanded from macro 'bswap_16' 319:10#define bswap_16 bswap16: ^ warning/usr/include/sys/bswap.h: :In file included from type specifier missing, defaults to 'int' [-Wimplicit-int]72radeon_mm_i2c.c :19:: 7note: : bswap_32(uint32_t x)expanded from macro 'bswap16'In file included from ./radeon.h : 46 ^: In file included from __CAST(uint16_t, __builtin_constant_p((x)) ? \ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h ^ : /usr/include/sys/types.h37In file included from :radeon_cursor.c80: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h54::: 302In file included from :./radeon.h15:18:46: :In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.herror: 37: noteuse of undeclared identifier 'x': /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: 363: return (((x & 0xFF00000000000000ull) >> 56) |1In file included from : ^radeon_vip.c:errorexpanded from macro 'uint32_t'7 : : expected ')' In file included from ../config.h./radeon.h:#define uint32_t __uint32_t:15046 :: ^18 In file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hIn file included from note:radeon_accel.c: :expanded from macro 'bswap_16'3780: : In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:./radeon.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h300::10:#define bswap_16 bswap16:303 : 15 ^warning:: errortype specifier missing, defaults to 'int' [-Wimplicit-int]46 /usr/include/sys/bswap.h: : In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h72:bswap_64(uint64_t x):use of undeclared identifier 'x'37 : 45 ^: ((x & 0x00FF000000000000ull) >> 40) |note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/usr/include/sys/types.h: ::319 90 ^expanded from macro 'bswap16': 18 : :note __CAST(uint16_t, __builtin_constant_p((x)) ? \: 1 expanded from macro 'uint64_t' ^ :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:#define uint64_t __uint64_t363 : ^1 : noteIn file included from : radeon_vip.c :to match this '('7 /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :../config.hwarning304In file included from ./radeon.h: :::4615type specifier missing, defaults to 'int' [-Wimplicit-int]: :150 :In file included from 18/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h :error:: 37bswap_32(uint32_t x): /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :^300use of undeclared identifier 'x' : ../config.hnote:1: expanded from macro 'bswap_16' ((x & 0x0000FF0000000000ull) >> 24) |153 : ^#define bswap_16 bswap16: warning: 18 ^:type specifier missing, defaults to 'int' [-Wimplicit-int] /usr/include/sys/bswap.hnote:72:: bswap_64(uint64_t x)2expanded from macro 'bswap_32' ^ : ../config.hnote#define bswap_32 bswap32:: 156expanded from macro 'bswap16'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : 18 ^: __CAST(uint16_t, __builtin_constant_p((x)) ? \ note:: ^expanded from macro 'bswap_64' /usr/include/sys/cdefs.h305 ::/usr/include/sys/bswap.h606:15#define bswap_64 bswap64: 35:68: ^note: : /usr/include/sys/bswap.herrorexpanded from macro '__CAST':: 19use of undeclared identifier 'x': 64note:: 19expanded from macro 'bswap32' ((x & 0x000000FF00000000ull) >> 8) |:#define __CAST(__dt, __st) ((__dt)(__st)) ^ note: ^ expanded from macro 'bswap64' __CAST(uint32_t, __builtin_constant_p((x)) ? \ In file included from ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \ radeon_cursor.c :54In file included from ^radeon_accel.c: :In file included from 80: ./radeon.hIn file included from In file included from :radeon_vip.c46./radeon.h: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hIn file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h::46:7306: 37: :In file included from In file included from ./radeon.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h15:: 37:: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.herror46: : In file included from use of undeclared identifier 'x'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:: 37363: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319300:1 ((x & 0x00000000FF000000ull) << 8) |::1 1 ^::error : error: errorexpected ')': redefinition of '__uint16_t' as different kind of symbol../config.h :expected ')'bswap_16(uint16_t x)156 :^18:../config.h note : :../config.h153::expanded from macro 'bswap_64'18 150::/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h#define bswap_64 bswap64: ^18307:: 15 notenote: :: expanded from macro 'bswap_16'expanded from macro 'bswap_32' /usr/include/sys/bswap.h error :#define bswap_32 bswap3264:#define bswap_16 bswap1645 : : ^ use of undeclared identifier 'x'note : ^expanded from macro 'bswap64'/usr/include/sys/bswap.h ((x & 0x0000000000FF0000ull) << 24) |:/usr/include/sys/bswap.h68:: __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ 45 ^72: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: 300note9: :: 1note:expanded from macro 'bswap32' note : : expanded from macro 'bswap16'to match this '(' ../config.h __CAST(uint32_t, __builtin_constant_p((x)) ? \:156:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h __CAST(uint16_t, __builtin_constant_p((x)) ? \18: ^308 : ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :/usr/include/sys/types.h::319 :70115note:: :expanded from macro 'bswap_64' : 18#define bswap_64 bswap64:error : ^note : /usr/include/sys/bswap.hnote:use of undeclared identifier 'x': to match this '('expanded from macro 'uint16_t' 64 ../config.h::2#define uint16_t __uint16_t:153 note:: ((x & 0x000000000000FF00ull) << 40) |expanded from macro 'bswap64' 18 ^ : ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \ /usr/include/sys/common_int_types.h : ^48note : :expanded from macro 'bswap_32'27/usr/include/sys/cdefs.h :606: note#define bswap_32 bswap32:35: :previous definition is here note: expanded from macro '__CAST' ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :/usr/include/sys/bswap.h309typedef __UINT16_TYPE__ __uint16_t;:#define __CAST(__dt, __st) ((__dt)(__st)): 15 ^68: : ^ 2errorIn file included from : :radeon_vip.c :noteuse of undeclared identifier 'x': 7 : In file included from expanded from macro 'bswap32' ./radeon.h:46: In file included from ((x & 0x00000000000000FFull) << 56));/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: __CAST(uint32_t, __builtin_constant_p((x)) ? \37 : ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^ /usr/include/sys/cdefs.h::300606:1:: 35:error In file included from note: radeon_cursor.credefinition of '__uint64_t' as different kind of symbol: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpanded from macro '__CAST'54 : :In file included from bswap_64(uint64_t x) 319./radeon.h^: #define __CAST(__dt, __st) ((__dt)(__st))../config.h:: 4610: ^156:: 18In file included from :warning/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h :In file included from : radeon_accel.cnotetype specifier missing, defaults to 'int' [-Wimplicit-int]: : expanded from macro 'bswap_64' 3780: #define bswap_64 bswap64bswap_32(uint32_t x)/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : : 365 ^ ^ In file included from /usr/include/sys/bswap.h:./radeon.h64::4615: : :9 In file included from /usr/include/sys/types.h: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h::8037errornote: : :: use of undeclared identifier 'x'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h18:expanded from macro 'bswap64'319 ::1 return (((x & 0xFF00) >> 8) | __CAST(uint64_t, __builtin_constant_p((x)) ? \: error ^ ^note : /usr/include/sys/types.h: redefinition of '__uint32_t' as different kind of symbol:expanded from macro 'uint32_t'90 :In file included from 18#define uint32_t __uint32_tbswap_32(uint32_t x)radeon_legacy_memory.c ::^fatal error : note7too many errors emitted, stopping now [-ferror-limit=]: : expanded from macro 'uint64_t' ^ In file included from #define uint64_t __uint64_tIn file included from ../config.h ^: 153radeon_mm_i2c.c./radeon.h/usr/include/sys/common_int_types.h::1852:::46727: :In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: noteIn file included from : ./radeon.h:: 37previous definition is herenote : :typedef __UINT64_TYPE__ __uint64_t;46: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : ^300 expanded from macro 'bswap_32': 10In file included from :#define bswap_32 bswap32 warning/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: : ^type specifier missing, defaults to 'int' [-Wimplicit-int]37 : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/usr/include/sys/bswap.h:319::681::bswap_64(uint64_t x) 9 warning:: ^type specifier missing, defaults to 'int' [-Wimplicit-int]note : bswap_32(uint32_t x)expanded from macro 'bswap32' ^/usr/include/sys/types.hIn file included from : __CAST(uint32_t, __builtin_constant_p((x)) ? \90 radeon_vip.c :../config.h ^: 7:/usr/include/sys/types.h18153::: In file included from note./radeon.h80::4618: :expanded from macro 'uint64_t'18: : In file included from note:: #define uint64_t __uint64_texpanded from macro 'uint32_t' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h ^#define uint32_t __uint32_t: 37 : ^note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hIn file included from :: radeon_legacy_memory.c 302:/usr/include/sys/common_int_types.hexpanded from macro 'bswap_32'::50715: 27: :In file included from ./radeon.h#define bswap_32 bswap32:note : :previous definition is hereerror ^: use of undeclared identifier 'x'46/usr/include/sys/bswap.h : : In file included from typedef __UINT32_TYPE__ __uint32_t; 68 ^ return (((x & 0xFF00000000000000ull) >> 56) |/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h : ^ 37 : :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h19::300 :note1: :expanded from macro 'bswap32' warning: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.htype specifier missing, defaults to 'int' [-Wimplicit-int]: __CAST(uint32_t, __builtin_constant_p((x)) ? \303:15bswap_64(uint64_t x): ^errorIn file included from : use of undeclared identifier 'x'^ radeon_accel.c:../config.h80 ((x & 0x00FF000000000000ull) >> 40) |: : In file included from In file included from radeon_mm_i2c.c156 ^:: 718./radeon.h:: :In file included from note46: ./radeon.h: :In file included from expanded from macro 'bswap_64'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h46::37304 : : :In file included from #define bswap_64 bswap64/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:1537 : ^::/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h321::319 15error : :use of undeclared identifier 'x' /usr/include/sys/bswap.h :error64:: 1use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ::19 : ^ return (((x & 0xFF000000) >> 24) | ^ noteerror: : expected ')'expanded from macro 'bswap64' ../config.h:153:18: __CAST(uint64_t, __builtin_constant_p((x)) ? \note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :305 expanded from macro 'bswap_32': 15 ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::#define bswap_32 bswap32 322 : error15 ^In file included from : :use of undeclared identifier 'x'radeon_legacy_memory.c /usr/include/sys/bswap.h:: ((x & 0x000000FF00000000ull) >> 8) |error ^: 68use of undeclared identifier 'x'7: 45: In file included from ((x & 0x00FF0000) >> 8) |:./radeon.h : ^46 : noteIn file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hexpanded from macro 'bswap32': 37/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: : __CAST(uint32_t, __builtin_constant_p((x)) ? \ 306 ^: 15/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: 300error: :use of undeclared identifier 'x':3191 ::323 :1error15 ((x & 0x00000000FF000000ull) << 8) |: :: expected ')' ^ error: ../config.huse of undeclared identifier 'x'note: : 156to match this '(': ((x & 0x0000FF00) << 8) |18 : ^../config.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote: :: 307expanded from macro 'bswap_64'153:: 1815: :#define bswap_64 bswap64 noteerror ^: : expanded from macro 'bswap_32' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/usr/include/sys/bswap.h ::#define bswap_32 bswap3232464:use of undeclared identifier 'x': 15:45 : ((x & 0x0000000000FF0000ull) << 24) | ^ noteerror ^/usr/include/sys/bswap.h :: : expanded from macro 'bswap64'use of undeclared identifier 'x' 68:2: ((x & 0x000000FF) << 24)); __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^note :: 308 /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:expanded from macro 'bswap32'15 : :error: 300use of undeclared identifier 'x': __CAST(uint32_t, __builtin_constant_p((x)) ? \1 : ^ ((x & 0x000000000000FF00ull) << 40) | /usr/include/sys/cdefs.h ^note : :to match this '('606 :35: ../config.hnote:: 156expanded from macro '__CAST': 18/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::#define __CAST(__dt, __st) ((__dt)(__st))309 :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote : ^15:expanded from macro 'bswap_64' : 363 :error10: #define bswap_64 bswap64: use of undeclared identifier 'x' ^ In file included from warning/usr/include/sys/bswap.h ((x & 0x00000000000000FFull) << 56));radeon_mm_i2c.c::64: 7 : : ^type specifier missing, defaults to 'int' [-Wimplicit-int]2In file included from :./radeon.h :bswap_16(uint16_t x)46note : : ^expanded from macro 'bswap64'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hIn file included from :/usr/include/sys/types.h319::7010::/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h __CAST(uint64_t, __builtin_constant_p((x)) ? \18 :: warning ^: notetype specifier missing, defaults to 'int' [-Wimplicit-int]37: : expanded from macro 'uint16_t'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hbswap_32(uint32_t x): /usr/include/sys/cdefs.h319 ^: 1:: 606 /usr/include/sys/types.herror:#define uint16_t __uint16_t:80: 18 ^35: :: notenoteredefinition of '__uint32_t' as different kind of symbol: In file included from expanded from macro 'uint32_t'radeon_accel.c : :#define uint32_t __uint32_t80 expanded from macro '__CAST': In file included from bswap_32(uint32_t x)./radeon.h ^ : 46 In file included from : #define __CAST(__dt, __st) ((__dt)(__st))In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hradeon_vip.c ^: :^377: : In file included from ./radeon.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h../config.hIn file included from ::153radeon_legacy_memory.c363::::181746: :In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: In file included from :./radeon.hnote37warning: : :expanded from macro 'bswap_32'46type specifier missing, defaults to 'int' [-Wimplicit-int]: : In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hbswap_16(uint16_t x):/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h319:: #define bswap_32 bswap321 37:: ^ ^ warning ../config.h/usr/include/sys/bswap.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: 68type specifier missing, defaults to 'int' [-Wimplicit-int]: ::bswap_32(uint32_t x)3009150: 1:^ :note:: 18 expanded from macro 'bswap32'../config.h:: 153 note:error18: : :redefinition of '__uint64_t' as different kind of symbol __CAST(uint32_t, __builtin_constant_p((x)) ? \noteexpanded from macro 'bswap_16' : expanded from macro 'bswap_32' ^ #define bswap_16 bswap16#define bswap_32 bswap32 /usr/include/sys/types.h ^: 80bswap_64(uint64_t x) ^ ^:/usr/include/sys/bswap.h/usr/include/sys/bswap.h 18::../config.h7268::: 15619note:: : :note18: :expanded from macro 'uint32_t'19expanded from macro 'bswap32' : note#define uint32_t __uint32_tnote __CAST(uint32_t, __builtin_constant_p((x)) ? \ : ^ expanded from macro 'bswap16' : ^ expanded from macro 'bswap_64'In file included from /usr/include/sys/common_int_types.h radeon_vip.c:: __CAST(uint16_t, __builtin_constant_p((x)) ? \7 : 50In file included from :./radeon.h27#define bswap_64 bswap64 ^: 46: In file included from ^:In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hradeon_accel.c :/usr/include/sys/bswap.h80:: :In file included from 37note64: :: previous definition is here./radeon.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::46319 : 9:In file included from typedef __UINT32_TYPE__ __uint32_t;/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:1::37 noteerror: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpected ')': :expanded from macro 'bswap64'363 : ^1../config.h:: 153 __CAST(uint64_t, __builtin_constant_p((x)) ? \ : ^error18 :: /usr/include/sys/types.hnote:: expanded from macro 'bswap_32'90 expected ')':#define bswap_32 bswap32 18 ^ :/usr/include/sys/bswap.h../config.h :note150: ::6818In file included from :expanded from macro 'uint64_t':radeon_mm_i2c.c45: note: 7expanded from macro 'bswap_16'#define uint64_t __uint64_t : :#define bswap_16 bswap16In file included from ^ ^./radeon.h/usr/include/sys/common_int_types.h :note : :52expanded from macro 'bswap32': 46/usr/include/sys/bswap.h: In file included from __CAST(uint32_t, __builtin_constant_p((x)) ? \:27 72 ^: :note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h45::: :previous definition is here37 319: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h1typedef __UINT64_TYPE__ __uint64_t; ::321 ^: notenote: : expanded from macro 'bswap16'to match this '(' 15 :../config.h:153 :error18: : __CAST(uint16_t, __builtin_constant_p((x)) ? \use of undeclared identifier 'x' note ^: expanded from macro 'bswap_32' return (((x & 0xFF000000) >> 24) |/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h#define bswap_32 bswap32: 363 ^ :/usr/include/sys/bswap.h ^: 168:: 2note:: noteto match this '(': In file included from ../config.hradeon_probe.cexpanded from macro 'bswap32' ::150/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:43 __CAST(uint32_t, __builtin_constant_p((x)) ? \: 322: ^18 :In file included from 15/usr/include/sys/cdefs.h./radeon_probe.h::: :note40606 :: : 35In file included from :expanded from macro 'bswap_16' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.herror :note: : #define bswap_16 bswap1637 expanded from macro '__CAST': use of undeclared identifier 'x' ^In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h radeon_legacy_memory.c /usr/include/sys/bswap.h:#define __CAST(__dt, __st) ((__dt)(__st)): ((x & 0x00FF0000) >> 8) | 7300: ^ : 72:: ^In file included from 10In file included from :2 radeon_vip.c:./radeon.h :note warning: 7:: : 46expanded from macro 'bswap16'In file included from ./radeon.h: :type specifier missing, defaults to 'int' [-Wimplicit-int]46 __CAST(uint16_t, __builtin_constant_p((x)) ? \: In file included from /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/misc.h ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: 32337:/usr/include/sys/cdefs.h:bswap_64(uint64_t x)15 37 ^: :: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/usr/include/sys/types.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h606error:: ::319use of undeclared identifier 'x':9035::3021 :18: : ((x & 0x0000FF00) << 8) |15error : noteredefinition of '__uint32_t' as different kind of symbol: :expanded from macro 'uint64_t': error ^bswap_32(uint32_t x)note : expanded from macro '__CAST' ^: #define uint64_t __uint64_t../config.h use of undeclared identifier 'x' ^ :153:#define __CAST(__dt, __st) ((__dt)(__st)) 18 return (((x & 0xFF00000000000000ull) >> 56) |: ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote ^ In file included from :: 324radeon_probe.c expanded from macro 'bswap_32' ::43#define bswap_32 bswap32In file included from : radeon_accel.c15In file included from : ./radeon_probe.h:: 80 ^40: : In file included from In file included from ./radeon.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h/usr/include/sys/bswap.h:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h46error::: 30368:In file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:15::use of undeclared identifier 'x':3737: 9/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :error :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote300: ::use of undeclared identifier 'x': ((x & 0x000000FF) << 24)); 3631expanded from macro 'bswap32': ^: warning __CAST(uint32_t, __builtin_constant_p((x)) ? \ ((x & 0x00FF000000000000ull) >> 40) |1: type specifier missing, defaults to 'int' [-Wimplicit-int] ^: ^ bswap_64(uint64_t x) error /usr/include/sys/types.h:^80: :18redefinition of '__uint16_t' as different kind of symbol : note../config.h: :bswap_16(uint16_t x)expanded from macro 'uint32_t'156 :^#define uint32_t __uint32_t18 /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^: 304 :/usr/include/sys/common_int_types.h15../config.h::::15050 :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h27::error :: note18use of undeclared identifier 'x':363 : note :previous definition is here10 note: :expanded from macro 'bswap_16'typedef __UINT32_TYPE__ __uint32_t; : ((x & 0x0000FF0000000000ull) >> 24) | ^warning : ^#define bswap_16 bswap16expanded from macro 'bswap_64'type specifier missing, defaults to 'int' [-Wimplicit-int] #define bswap_64 bswap64 ^ bswap_16(uint16_t x)/usr/include/sys/bswap.h : ^72 ^: 9/usr/include/sys/bswap.hIn file included from radeon_vip.c:: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h64note::: :expanded from macro 'bswap16'719: /usr/include/sys/types.h :: 70In file included from note305: __CAST(uint16_t, __builtin_constant_p((x)) ? \: : ^18 :./radeon.h :15/usr/include/sys/types.hexpanded from macro 'bswap64'46:note:70 : : :expanded from macro 'uint16_t'18In file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.herror: __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#define uint16_t __uint16_t: ^note321 ((x & 0x000000FF00000000ull) >> 8) | : ^:15 ^ expanded from macro 'uint16_t'In file included from :In file included from radeon_probe.cradeon_mm_i2c.cerror:: : 43use of undeclared identifier 'x': #define uint16_t __uint16_tIn file included from 7 : ^ ./radeon_probe.h In file included from /usr/include/sys/common_int_types.h return (((x & 0xFF000000) >> 24) |/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:./radeon.h:::48 46:: 27306In file included from : ^ note:40/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h15: :previous definition is here37: : In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ::363/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: typedef __UINT16_TYPE__ __uint16_t;error/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::37322 : 1 ^: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : warninguse of undeclared identifier 'x': 300: :151type specifier missing, defaults to 'int' [-Wimplicit-int]: ((x & 0x00000000FF000000ull) << 8) |error: : errorbswap_16(uint16_t x) ^use of undeclared identifier 'x' : expected ')'^ ((x & 0x00FF0000) >> 8) |../config.h../config.h: ^: 150156::1818:: notenote: In file included from : radeon_accel.cexpanded from macro 'bswap_16'expanded from macro 'bswap_64' : /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_64 bswap64:80 : ^In file included from :/usr/include/sys/bswap.h323:#define bswap_16 bswap16./radeon.h:307 1564:: : ^error : 45use of undeclared identifier 'x'15: 46:/usr/include/sys/bswap.h ((x & 0x0000FF00) << 8) |:: :error72In file included from : use of undeclared identifier 'x' ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h : :37note19 ((x & 0x0000000000FF0000ull) << 24) |: ^: noteexpanded from macro 'bswap64': : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpanded from macro 'bswap16' :365: __CAST(uint64_t, __builtin_constant_p((x)) ? \/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h15: __CAST(uint16_t, __builtin_constant_p((x)) ? \324 :: ^15 ^: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.herror :error300: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hIn file included from use of undeclared identifier 'x'radeon_mm_i2c.c: :1 :7use of undeclared identifier 'x'308 return (((x & 0xFF00) >> 8) |:: ((x & 0x000000FF) << 24)); 15 ^:: note ^errorIn file included from : ./radeon.hto match this '(': : ../config.h46:: 156use of undeclared identifier 'x': 18In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h :note37: : expanded from macro 'bswap_64'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ((x & 0x000000000000FF00ull) << 40) |: 363 :1: ^#define bswap_64 bswap64fatal error error ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : /usr/include/sys/bswap.hexpected ')' : :../config.htoo many errors emitted, stopping now [-ferror-limit=]64 :::2363:150: 10::note : 18expanded from macro 'bswap64':warning/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : note:: 309type specifier missing, defaults to 'int' [-Wimplicit-int]: __CAST(uint64_t, __builtin_constant_p((x)) ? \ 15 ^:bswap_16(uint16_t x) expanded from macro 'bswap_16' ^error /usr/include/sys/cdefs.h: use of undeclared identifier 'x'/usr/include/sys/types.h :#define bswap_16 bswap16:70606:: ((x & 0x00000000000000FFull) << 56));18 : ^ ^ note35: /usr/include/sys/bswap.h::expanded from macro 'uint16_t' 72note#define uint16_t __uint16_t: : ^expanded from macro '__CAST' 45 : In file included from noteradeon_vip.c: #define __CAST(__dt, __st) ((__dt)(__st))/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ::expanded from macro 'bswap16'319 ^7 :: In file included from 10./radeon.h __CAST(uint16_t, __builtin_constant_p((x)) ? \::46In file included from : radeon_probe.cIn file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:warning37:: 43: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: type specifier missing, defaults to 'int' [-Wimplicit-int] ^In file included from ./radeon_probe.h::363 :1/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: 40bswap_32(uint32_t x): 363In file included from warning : ^: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h1 type specifier missing, defaults to 'int' [-Wimplicit-int]:/usr/include/sys/types.h: :37bswap_16(uint16_t x)80 :note: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hto match this '('18^: :../config.h300 ../config.h:note150: :expanded from macro 'uint32_t':15018: ::18 :note1: :#define uint32_t __uint32_t expanded from macro 'bswap_16'errornote : : redefinition of '__uint64_t' as different kind of symbol #define bswap_16 bswap16 ^ expanded from macro 'bswap_16' bswap_64(uint64_t x) ^In file included from radeon_legacy_memory.c #define bswap_16 bswap16/usr/include/sys/bswap.h :^72 :19::7 ^../config.h : /usr/include/sys/bswap.h::156In file included from 72::18note2./radeon.h::: :expanded from macro 'bswap16' 46notenote __CAST(uint16_t, __builtin_constant_p((x)) ? \: : ^expanded from macro 'bswap_64': expanded from macro 'bswap16'In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hIn file included from :#define bswap_64 bswap6437radeon_vip.c __CAST(uint16_t, __builtin_constant_p((x)) ? \:7 : ^: ^ In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h./radeon.h/usr/include/sys/bswap.h::: 46/usr/include/sys/cdefs.h64319: :In file included from :1:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h6069:::35:: 37 note: note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: : expanded from macro 'bswap64':warning363: : expanded from macro '__CAST'1:type specifier missing, defaults to 'int' [-Wimplicit-int] error: __CAST(uint64_t, __builtin_constant_p((x)) ? \#define __CAST(__dt, __st) ((__dt)(__st)) expected ')' ^ bswap_32(uint32_t x)../config.h :/usr/include/sys/types.h ^^: 90150 ::../config.hIn file included from :1818radeon_mm_i2c.c:153: :note 7: note:expanded from macro 'bswap_16': : 18expanded from macro 'uint64_t': #define bswap_16 bswap16In file included from note : #define uint64_t __uint64_t ^ expanded from macro 'bswap_32' ^ ./radeon.h /usr/include/sys/bswap.h::#define bswap_32 bswap3272/usr/include/sys/common_int_types.h :4652: ^:: 2745:: In file included from /usr/include/sys/bswap.h note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hnote: : ::6837expanded from macro 'bswap16':previous definition is here : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h19 __CAST(uint16_t, __builtin_constant_p((x)) ? \::363 : ^1typedef __UINT64_TYPE__ __uint64_t; :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^error: : redefinition of '__uint16_t' as different kind of symbolnote 363: :1bswap_16(uint16_t x)expanded from macro 'bswap32' ^ : ../config.hnote:150 __CAST(uint32_t, __builtin_constant_p((x)) ? \: : ^to match this '('18 :../config.h :note150: :expanded from macro 'bswap_16'In file included from 18radeon_legacy_memory.c :: #define bswap_16 bswap167 note ^: : expanded from macro 'bswap_16'/usr/include/sys/bswap.h :In file included from 72#define bswap_16 bswap16./radeon.h: : ^469 :/usr/include/sys/bswap.h : noteIn file included from :: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hexpanded from macro 'bswap16':72 37:: 2/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: __CAST(uint16_t, __builtin_constant_p((x)) ? \ : note ^: expanded from macro 'bswap16'/usr/include/sys/types.h :31970:: __CAST(uint16_t, __builtin_constant_p((x)) ? \ 18 ^: 1note/usr/include/sys/cdefs.h: :606::In file included from 35expanded from macro 'uint16_t'radeon_probe.c: :note 43: expanded from macro '__CAST'#define uint16_t __uint16_t : error In file included from #define __CAST(__dt, __st) ((__dt)(__st))./radeon_probe.h : ^ ^ 40 : /usr/include/sys/common_int_types.hIn file included from In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hradeon_vip.c: ::expected ')':37748 : : In file included from :./radeon.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::2746302:: ../config.hnoteIn file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hprevious definition is here::37:153: 15/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :::36318 :errortypedef __UINT16_TYPE__ __uint16_t;: :note1: use of undeclared identifier 'x'expanded from macro 'bswap_32' : error#define bswap_32 bswap32: ^ redefinition of '__uint16_t' as different kind of symbol return (((x & 0xFF00000000000000ull) >> 56) | ^ ^/usr/include/sys/bswap.h bswap_16(uint16_t x) : 68^: 45../config.h:: 150note:18: :expanded from macro 'bswap32' note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ __CAST(uint32_t, __builtin_constant_p((x)) ? \ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :/usr/include/sys/bswap.hIn file included from ^:radeon_mm_i2c.c303 72::/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h97:: :In file included from 319 note./radeon.h:: :expanded from macro 'bswap16'15: 1:46: __CAST(uint16_t, __builtin_constant_p((x)) ? \error ^note: : /usr/include/sys/types.hIn file included from : use of undeclared identifier 'x': to match this '('/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h70: ((x & 0x00FF000000000000ull) >> 40) |37../config.h:: : ^153/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h 18::36518:: note: 15expanded from macro 'uint16_t': :error#define uint16_t __uint16_t: use of undeclared identifier 'x' ^note : /usr/include/sys/common_int_types.hexpanded from macro 'bswap_32':/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :48 return (((x & 0xFF00) >> 8) |304 ::#define bswap_32 bswap32 ^27 : 15 ^note: /usr/include/sys/bswap.h: :errorprevious definition is here: 68use of undeclared identifier 'x':typedef __UINT16_TYPE__ __uint16_t;2 : ^note : fatal errorexpanded from macro 'bswap32': ((x & 0x0000FF0000000000ull) >> 24) | too many errors emitted, stopping now [-ferror-limit=] ^ __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST'In file included from radeon_vip.c :7: In file included from ./radeon.h:46: #define __CAST(__dt, __st) ((__dt)(__st))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 :: 305/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hIn file included from ::36515radeon_legacy_memory.c::15: error:error7: : : In file included from use of undeclared identifier 'x'use of undeclared identifier 'x'./radeon.h : 46 return (((x & 0xFF00) >> 8) | ^ : ((x & 0x000000FF00000000ull) >> 8) |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 fatal error: too many errors emitted, stopping now [-ferror-limit=] bswap_32(uint32_t x) ^ ../config.h:153:18: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote: :expanded from macro 'bswap_32'306:15: error: use of undeclared identifier 'x' #define bswap_32 bswap32 ^ ((x & 0x00000000FF000000ull) << 8) |/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' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:307:#define uint32_t __uint32_t15 : ^ /usr/include/sys/common_int_types.herror:: 50use of undeclared identifier 'x': 27: note: previous definition is here ((x & 0x0000000000FF0000ull) << 24) | ^ typedef __UINT32_TYPE__ __uint32_t; ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) |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 : ^ 309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::322:15319::10 :error : warninguse of undeclared identifier 'x': type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ((x & 0x00FF0000) >> 8) | ^ ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_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:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h37:: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h323::31915:1:: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]error: use of undeclared identifier 'x' bswap_32(uint32_t x) ^ ((x & 0x0000FF00) << 8) |../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)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hIn file included from :radeon_probe.c:43324: :In file included from 15./radeon_probe.h::40: In file included from error/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:319: ((x & 0x000000FF) << 24)); 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/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::363:210:: note : warning: expanded from macro 'bswap32'type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ ^ /usr/include/sys/types.h/usr/include/sys/cdefs.h::606:7035:18:: notenote: : 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_legacy_memory.c:In file included from 7radeon_probe.c: :In file included from 43: ./radeon.hIn file included from :./radeon_probe.h46:: 40In file included from : /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.h37:: 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:319::11:: error: warningredefinition of '__uint32_t' as different kind of symbol: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ bswap_16(uint16_t x)../config.h :153^: 18:../config.h :150note:: 18:expanded from macro 'bswap_32' note : expanded from macro 'bswap_16' #define bswap_32 bswap32 ^ #define bswap_16 bswap16/usr/include/sys/bswap.h : ^68 :/usr/include/sys/bswap.h:972:19:: notenote: : expanded from macro 'bswap16' expanded from macro 'bswap32' __CAST(uint16_t, __builtin_constant_p((x)) ? \ __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ ^ /usr/include/sys/types.h:80:18In file included from :radeon_legacy_memory.c :7note: : In file included from expanded from macro 'uint32_t'./radeon.h: 46: In file included from #define uint32_t __uint32_t /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h ^: 37/usr/include/sys/common_int_types.h:50: :27/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: 363note: :previous definition is here1 : error: typedef __UINT32_TYPE__ __uint32_t; 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' In file included from radeon_probe.c:43: __CAST(uint16_t, __builtin_constant_p((x)) ? \In file included from ./radeon_probe.h :40 ^ : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hIn file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37363: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h1: :321note:: 15to match this '(' : ../config.herror:: 150use of undeclared identifier 'x' :18: note return (((x & 0xFF000000) >> 24) |: 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:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h606::32235:: 15: errornote: : use of undeclared identifier 'x'expanded from macro '__CAST' ((x & 0x00FF0000) >> 8) | #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/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :error: 323redefinition of '__uint16_t' as different kind of symbol: 15: bswap_16(uint16_t x)error: use of undeclared identifier 'x'^ ../config.h: ((x & 0x0000FF00) << 8) |150: 18 ^: note: expanded from macro 'bswap_16' #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)) ? \: 324 ^: 15/usr/include/sys/types.h: error: :use of undeclared identifier 'x' 70:18: ((x & 0x000000FF) << 24)); 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/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:37:: 363/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::10: 365warning: :type specifier missing, defaults to 'int' [-Wimplicit-int]15 : error: bswap_16(uint16_t x)use of undeclared identifier 'x' ^ /usr/include/sys/types.h return (((x & 0xFF00) >> 8) |: 70 ^:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_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:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] fatal error: bswap_16(uint16_t x)too many errors emitted, stopping now [-ferror-limit=] ^ ../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_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: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_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: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_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: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. gmake[2]: *** [Makefile:900: ati.lo] Error 1 6 warnings and 20 errors generated. gmake[2]: *** [Makefile:900: radeon_xvmc.lo] Error 1 6 warnings and 20 errors generated. gmake[2]: *** [Makefile:900: legacy_crtc.lo] Error 1 6 warnings and 20 errors generated. gmake[2]: *** [Makefile:900: radeon_probe.lo] Error 1 6 warnings and 20 errors generated. 6 warnings and 20 errors generated. gmake[2]: *** [Makefile:900: radeon_bios.lo] Error 1 gmake[2]: *** [Makefile:900: radeon_video.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. gmake[2]: *** [Makefile:900: radeon_driver.lo] Error 1 gmake[2]: *** [Makefile:900: radeon_mm_i2c.lo] Error 1 gmake[2]: *** [Makefile:900: radeon_legacy_memory.lo] Error 1 gmake[2]: *** [Makefile:900: radeon_cursor.lo] Error 1 6 warnings and 20 errors generated. 6 warnings and 20 errors generated. gmake[2]: *** [Makefile:900: legacy_output.lo] Error 1 gmake[2]: *** [Makefile:900: radeon_vip.lo] Error 1 6 warnings and 20 errors generated. gmake[2]: *** [Makefile:900: radeon_accel.lo] Error 1 6 warnings and 20 errors generated. gmake[2]: *** [Makefile:900: radeon_textured_video.lo] Error 1 gmake[2]: Leaving directory '/data/scratch/x11/xf86-video-ati6/work/xf86-video-ati-6.14.6/src' gmake[1]: *** [Makefile:448: all-recursive] Error 1 gmake[1]: Leaving directory '/data/scratch/x11/xf86-video-ati6/work/xf86-video-ati-6.14.6' gmake: *** [Makefile:380: 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