=> Bootstrap dependency digest>=20010302: found digest-20160304 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for xf86-video-ati6-6.14.6nb7 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/data/scratch/x11/xf86-video-ati6/work/xf86-video-ati-6.14.6' Making all in src gmake[2]: Entering directory '/data/scratch/x11/xf86-video-ati6/work/xf86-video-ati-6.14.6/src' CC atimodule.lo CC radeon_accel.lo CC radeon_cursor.lo CC radeon_legacy_memory.lo CC radeon_driver.lo CC radeon_probe.lo CC radeon_xvmc.lo CC radeon_mm_i2c.lo CC radeon_vip.lo CC radeon_textured_video.lo CC radeon_video.lo CC radeon_misc.lo CC legacy_crtc.lo CC radeon_bios.lo CC ati.lo CC legacy_output.lo In file included from atimodule.c:27: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] 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) ^ ../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 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: 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 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: 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 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 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' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from legacy_crtc.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from legacy_crtc.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from legacy_crtc.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from legacy_crtc.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from radeon_mm_i2c.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: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_mm_i2c.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: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_mm_i2c.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: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_mm_i2c.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: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_mm_i2c.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: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_mm_i2c.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: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_mm_i2c.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: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_mm_i2c.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: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_mm_i2c.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: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_mm_i2c.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: 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_mm_i2c.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: 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_mm_i2c.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: 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_mm_i2c.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:40: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:40: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:40: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:40: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ In file included from radeon_probe.c:43: In file included from ./radeon_probe.h:40: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /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_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: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_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: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_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: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_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: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_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] 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_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=] In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | In file included from ^ radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: warning: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:304:15: error: type specifier missing, defaults to 'int' [-Wimplicit-int]use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) |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 /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:radeon_textured_video.c305::3715: : error: In file included from use of undeclared identifier 'x' ./radeon.h:46: In file included from ((x & 0x000000FF00000000ull) >> 8) |/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/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' :156 ((x & 0x00000000FF000000ull) << 8) |: 18: ^ note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ ^ In file included from radeon_textured_video.c:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ 37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:156:18: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:note: 309expanded from macro 'bswap_64': 15: error: #define bswap_64 bswap64use of undeclared identifier 'x' ^ /usr/include/sys/bswap.h:64:45: ((x & 0x00000000000000FFull) << 56));note: expanded from macro 'bswap64' ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300::1319::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' note: to match this '(' ../config.h:156#define uint32_t __uint32_t ^ :In file included from 18radeon_vip.c: :note7: : expanded from macro 'bswap_64'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] #define bswap_64 bswap64 bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ ^ /usr/include/sys/bswap.h/usr/include/sys/bswap.h::6864::219:: notenote: : expanded from macro 'bswap64'expanded from macro 'bswap32' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319/usr/include/sys/cdefs.h:606::351:: noteerror: : expected ')'expanded from macro '__CAST' ../config.h:153:18: #define __CAST(__dt, __st) ((__dt)(__st)) note ^: expanded from macro 'bswap_32' #define bswap_32 bswap32 In file included from ^ /usr/include/sys/bswap.h:radeon_textured_video.c68::3745: :In file included from ./radeon.hnote:: 46expanded from macro 'bswap32': 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 __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ bswap_64(uint64_t x) /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h^ :319:1../config.h:: 156note: to match this '(' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2:: 18note: expanded from macro 'bswap32' : note __CAST(uint32_t, __builtin_constant_p((x)) ? \ : ^ /usr/include/sys/cdefs.h:606expanded from macro 'bswap_64': 35: note: expanded from macro '__CAST' #define bswap_64 bswap64#define __CAST(__dt, __st) ((__dt)(__st)) ^ ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' In file included from radeon_vip.c:7: __CAST(uint64_t, __builtin_constant_p((x)) ? \In file included from ./radeon.h: ^46 /usr/include/sys/types.h:90:18:: 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:1#define uint64_t __uint64_t: error: redefinition of '__uint32_t' as different kind of symbol ^ /usr/include/sys/common_int_types.hbswap_32(uint32_t x) :^ 52:27../config.h:: 153note:: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ 18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:321:15:In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:302:15: error error: : use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | 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' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: ((x & 0x00FF0000) >> 8) | ^ 303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ((x & 0x000000FF) << 24)); ^ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 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_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: 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_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:150::18305::15 :note : expanded from macro 'bswap_16'error : use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ #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 /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^ :/usr/include/sys/common_int_types.h306::15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ 48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ /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:In file included from radeon_vip.cerror:: 7: In file included from use of undeclared identifier 'x'./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 ((x & 0x000000000000FF00ull) << 40) |: error: use of undeclared identifier 'x' ^ return (((x & 0xFF00) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:309:15: fatal errorerror: use of undeclared identifier 'x' : too many errors emitted, stopping now [-ferror-limit=] ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50: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.h27:: note37: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^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_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: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_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: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:In file included from 300:radeon_textured_video.c1: :note37: : In file included from to match this '('./radeon.h :46../config.h: :156In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2::37 : note: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpanded from macro 'bswap64' :321:15: error: use of undeclared identifier 'x' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ return (((x & 0xFF000000) >> 24) |/usr/include/sys/cdefs.h:606:35 ^: note : expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ 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: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_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: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:323:15: error/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: use of undeclared identifier 'x': 304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ ((x & 0x0000FF00) << 8) | ^ /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:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /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:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/types.h:70:18/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:308:: 15note: : errorexpanded from macro 'uint16_t': use of undeclared identifier 'x' #define uint16_t __uint16_t ^ ((x & 0x000000000000FF00ull) << 40) | ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:150:18: note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :309expanded from macro 'bswap_16': 15: error: #define bswap_16 bswap16 use of undeclared identifier 'x' ^ /usr/include/sys/bswap.h:72:19: ((x & 0x00000000000000FFull) << 56)); note ^ : expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hradeon_textured_video.c::31937:10: :In file included from ./radeon.hwarning: :type specifier missing, defaults to 'int' [-Wimplicit-int]46 : In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hbswap_32(uint32_t x) ^ :/usr/include/sys/types.h37:: 80/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:18::363 :note1: : expanded from macro 'uint32_t'error : expected ')' #define uint32_t __uint32_t../config.h : ^150 :18: In file included from noteradeon_cursor.c: :expanded from macro 'bswap_16'54 : In file included from ./radeon.h:46#define bswap_16 bswap16: 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 :/usr/include/sys/bswap.h319::721:: 45warning:: type specifier missing, defaults to 'int' [-Wimplicit-int] note: expanded from macro 'bswap16'bswap_32(uint32_t x) ^ ../config.h:153:18 __CAST(uint16_t, __builtin_constant_p((x)) ? \: ^note: expanded from macro 'bswap_32' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:#define bswap_32 bswap321: note ^: to match this '(' /usr/include/sys/bswap.h:../config.h68::15019::18 :note : noteexpanded from macro 'bswap32' : expanded from macro 'bswap_16' #define bswap_16 bswap16 __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ ^ /usr/include/sys/bswap.h:72:In file included from 2:radeon_cursor.c :54note: : In file included from ./radeon.hexpanded from macro 'bswap16': 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 __CAST(uint16_t, __builtin_constant_p((x)) ? \:1 : ^ error: expected ')' /usr/include/sys/cdefs.h../config.h::606153::1835:: notenote: : expanded from macro 'bswap_32'expanded from macro '__CAST' #define bswap_32 bswap32 ^ #define __CAST(__dt, __st) ((__dt)(__st))/usr/include/sys/bswap.h : ^ 68:45: note: expanded from macro 'bswap32'In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: __CAST(uint32_t, __builtin_constant_p((x)) ? \ 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::37319: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h1::363: note1: to match this '(': ../config.herror:: 153redefinition of '__uint16_t' as different kind of symbol: 18: notebswap_16(uint16_t x): expanded from macro 'bswap_32'^ ../config.h#define bswap_32 bswap32: 150 ^ :/usr/include/sys/bswap.h18::68 :note2: :expanded from macro 'bswap_16' note: expanded from macro 'bswap32' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h: __CAST(uint32_t, __builtin_constant_p((x)) ? \72 : ^9 :/usr/include/sys/cdefs.h :note606: :expanded from macro 'bswap16'35: note: expanded from macro '__CAST' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ #define __CAST(__dt, __st) ((__dt)(__st))/usr/include/sys/types.h :70 ^:18: note: expanded from macro 'uint16_t' In file included from radeon_cursor.c:54: #define uint16_t __uint16_tIn file included from ./radeon.h :46 ^: In file included from /usr/include/sys/common_int_types.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h::3748: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h27::319 :note1: :previous definition is here error: redefinition of '__uint32_t' as different kind of symbol typedef __UINT16_TYPE__ __uint16_t;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_tIn file included from radeon_textured_video.c ^: 37/usr/include/sys/common_int_types.h: :In file included from 50:27./radeon.h:: 46note: : previous definition is hereIn 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.htypedef __UINT32_TYPE__ __uint32_t;: 365 ^: 15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ 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:321fatal error:: 15too many errors emitted, stopping now [-ferror-limit=]: 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)); ^ 6 warnings and 20 errors generated. /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_cursor.c:54: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363: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_cursor.c:54: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363: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_cursor.c:54: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363: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_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: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' Makefile:900: recipe for target 'atimodule.lo' failed gmake[2]: *** [atimodule.lo] Error 1 gmake[2]: *** Waiting for unfinished jobs.... __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 /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:65:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from legacy_output.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from legacy_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] bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from legacy_output.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from legacy_output.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from legacy_output.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from radeon_legacy_memory.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ In file included from radeon_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:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_accel.c:80: In file included from In file included from ./radeon.h:46: In file included from radeon_video.c/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:11:37: In file included from ./radeon.h: :46/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] :302bswap_64(uint64_t x):15 : error: use of undeclared identifier 'x' ^ return (((x & 0xFF00000000000000ull) >> 56) | ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303:15: error ^ : In file included from 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) | ^ 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 ')'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :note: expanded from macro 'bswap64' 306 __CAST(uint64_t, __builtin_constant_p((x)) ? \: 15 ^: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300: 1error:: use of undeclared identifier 'x'note : to match this '(' ../config.h:156:18: note: expanded from macro 'bswap_64' ((x & 0x00000000FF000000ull) << 8) | ^ #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:307:15: error: __CAST(uint64_t, __builtin_constant_p((x)) ? \use of undeclared identifier 'x' ^ ((x & 0x0000000000FF0000ull) << 24) | ^ /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/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' : note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ((x & 0x000000000000FF00ull) << 40) | ^ /usr/include/sys/bswap.h ^ :64:9: note: expanded from macro 'bswap64' In file included from radeon_xvmc.c:32: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h: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 __CAST(uint64_t, __builtin_constant_p((x)) ? \radeon_xvmc.c :32: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^: In file included from 309/usr/include/sys/types.h/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)15 :^ : ../config.h:error156:: 18: note: use of undeclared identifier 'x'expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: 90:note18 ((x & 0x00000000000000FFull) << 56));:: expanded from macro 'bswap64' ^ note: expanded from macro 'uint64_t' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ #define uint64_t __uint64_t ^ In file included from radeon_xvmc.c:32/usr/include/sys/common_int_types.h: :In file included from 52/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h::27:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hnote:37: : previous definition is here /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:typedef __UINT64_TYPE__ __uint64_t; error: expected ')' :../config.h319:: 15610:: ^18 : note: expanded from macro 'bswap_64' warning: type specifier missing, defaults to 'int' [-Wimplicit-int] #define bswap_64 bswap64 ^bswap_32(uint32_t x) ^/usr/include/sys/bswap.h :64:/usr/include/sys/types.h:8045:18: 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:: notenote: to match this '(' : ../config.h:expanded from macro 'uint32_t'156 :18: note: expanded from macro 'bswap_64' #define uint32_t __uint32_t #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' ^ #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46In file included from : radeon_xvmc.cIn file included from :32: 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/xf86.h:37: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h44:: 319In file included from :1/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:warning1: :type specifier missing, defaults to 'int' [-Wimplicit-int] 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' bswap_32(uint32_t x) ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \ ../config.h ^: /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 here153 :18: note: expanded from macro 'bswap_32'typedef __UINT64_TYPE__ __uint64_t; ^ #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:153:In file included from 18radeon_xvmc.c:: 32note: : expanded from macro 'bswap_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:#define bswap_32 bswap32 error: use of undeclared identifier 'x' 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:303: ^15: error/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :use of undeclared identifier 'x'319 :1: note: ((x & 0x00FF000000000000ull) >> 40) | ^ to match this '(' ../config.h:153:18: note: expanded from macro 'bswap_32' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' #define bswap_32 bswap32 ^ ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:305/usr/include/sys/bswap.h::1568::In file included from 2error: use of undeclared identifier 'x' :radeon_video.c :note11: ((x & 0x000000FF00000000ull) >> 8) | 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:: 302expanded from macro 'bswap32': 15: error: __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' use of undeclared identifier 'x' #define __CAST(__dt, __st) ((__dt)(__st)) return (((x & 0xFF00000000000000ull) >> 56) | ((x & 0x00000000FF000000ull) << 8) | ^ ^ ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:307:15:redefinition of '__uint32_t' as different kind of symbol error : use of undeclared identifier 'x' bswap_32(uint32_t x) ^ ../config.h: ((x & 0x0000000000FF0000ull) << 24) | ^ 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:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: 308:15: error: use of undeclared identifier 'x' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ((x & 0x000000000000FF00ull) << 40) | ^ note: expanded from macro 'uint32_t' :303:15: #define uint32_t __uint32_terror ^ : use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :/usr/include/sys/common_int_types.h309::15: error: use of undeclared identifier 'x' 50:27: note ((x & 0x00000000000000FFull) << 56));: previous definition is here ^ typedef __UINT32_TYPE__ __uint32_t; ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:10:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :304warning:: 15:type specifier missing, defaults to 'int' [-Wimplicit-int] error: bswap_32(uint32_t x) ^ /usr/include/sys/stdint.h:65:use of undeclared identifier 'x'18: In file included from noteradeon_accel.c:: expanded from macro 'uint32_t' ((x & 0x0000FF0000000000ull) >> 24) |80 : In file included from ./radeon.h#define uint32_t __uint32_t: ^46 ^ : In file included from radeon_xvmc.c:In file included from 32/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: :In file included from 37/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:: 44: /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::37321: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h15::319:1: warning error: : use of undeclared identifier 'x' 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: return (((x & 0xFF000000) >> 24) | 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:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :305error:: 15/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpected ')' :../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:32245::15 : noteerror: : :expanded from macro 'bswap32' use of undeclared identifier 'x'error __CAST(uint32_t, __builtin_constant_p((x)) ? \: ((x & 0x00FF0000) >> 8) | ^ use of undeclared identifier 'x' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1 : ^ ((x & 0x000000FF00000000ull) >> 8) |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: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hredefinition of '__uint32_t' as different kind of symbol/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: 323::30615bswap_32(uint32_t x): 15^:: error../config.herror: : use of undeclared identifier 'x': 153use of undeclared identifier 'x' :18: note: ((x & 0x0000FF00) << 8) |expanded from macro 'bswap_32' ^ ((x & 0x00000000FF000000ull) << 8) | #define bswap_32 bswap32 ^ ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:65:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::27:324:307: 15note::: previous definition is here15error:: use of undeclared identifier 'x' error: typedef __UINT32_TYPE__ __uint32_t; use of undeclared identifier 'x' ^ ((x & 0x000000FF) << 24)); ^ ((x & 0x0000000000FF0000ull) << 24) | ^ 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/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:308:3715: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: 321error:: 15use of undeclared identifier 'x': error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | return (((x & 0xFF000000) >> 24) | ^ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322/usr/include/sys/types.h:15: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.herror:70: 309::1815:use of undeclared identifier 'x' :note : errorexpanded from macro 'uint16_t': use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | #define uint16_t __uint16_t ^ ((x & 0x00000000000000FFull) << 56)); ^ ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: warning/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: :319323type specifier missing, defaults to 'int' [-Wimplicit-int]::15 :10 :bswap_16(uint16_t x) error warning^: type specifier missing, defaults to 'int' [-Wimplicit-int] ../config.h:150:18bswap_32(uint32_t x): : ^ use of undeclared identifier 'x'note : expanded from macro 'bswap_16'/usr/include/sys/types.h ((x & 0x0000FF00) << 8) |: 80#define bswap_16 bswap16: ^ 18 ^ : /usr/include/sys/bswap.hnote:: 72expanded from macro 'uint32_t': 19: note: expanded from macro 'bswap16' #define uint32_t __uint32_t ^ __CAST(uint16_t, __builtin_constant_p((x)) ? \ In file included from ^ radeon_video.c:11: In file included from radeon_accel.cIn file included from :./radeon.h80:: 46In file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hIn file included from ./radeon.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:46:: 37:: In file included from 324/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h::3715: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: 319error:: 1use of undeclared identifier 'x'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :363:: 1 ((x & 0x000000FF) << 24));:warning : ^type specifier missing, defaults to 'int' [-Wimplicit-int] error : bswap_32(uint32_t x)expected ')' ^../config.h: 150../config.h::18153:: 18note:: expanded from macro 'bswap_16'note : expanded from macro 'bswap_32' #define bswap_16 bswap16 #define bswap_32 bswap32 ^ ^/usr/include/sys/bswap.h :/usr/include/sys/bswap.h72::6845:19:: note : noteexpanded from macro 'bswap16': expanded from macro 'bswap32' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ __CAST(uint32_t, __builtin_constant_p((x)) ? \ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^: 363In file included from :1radeon_video.c: :note11: : to match this '('In file included from ./radeon.h../config.h::150/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h46::36318: :: In file included from 10/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hnote::: 37warning: expanded from macro 'bswap_16'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: type specifier missing, defaults to 'int' [-Wimplicit-int]:319 :1:#define bswap_16 bswap16 bswap_16(uint16_t x)error : expected ')' ^ ^ ../config.h/usr/include/sys/bswap.h/usr/include/sys/stdint.h:::72153::25518:: notenote: : expanded from macro 'bswap16':expanded from macro 'bswap_32' 18 : note: expanded from macro 'uint16_t'#define bswap_32 bswap32 ^ __CAST(uint16_t, __builtin_constant_p((x)) ? \ /usr/include/sys/bswap.h ^: 68#define uint16_t __uint16_t:/usr/include/sys/cdefs.h : ^45606:: 35 :note: In file included from expanded from macro 'bswap32'noteradeon_xvmc.c : :expanded from macro '__CAST' 32: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h __CAST(uint32_t, __builtin_constant_p((x)) ? \: 44 ^#define __CAST(__dt, __st) ((__dt)(__st)) : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h In file included from : ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h :319:137:: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hIn file included from note:radeon_accel.c: 363::to match this '('1 80../config.h:: : warning153: In file included from :./radeon.htype specifier missing, defaults to 'int' [-Wimplicit-int]: 18:46 bswap_16(uint16_t x): In file included from note^: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hexpanded from macro 'bswap_32'../config.h: :37150#define bswap_32 bswap32:: 18 ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: note/usr/include/sys/bswap.h363:: :68expanded from macro 'bswap_16'1: :2: #define bswap_16 bswap16errornote: : redefinition of '__uint16_t' as different kind of symbolexpanded from macro 'bswap32' ^ bswap_16(uint16_t x)/usr/include/sys/bswap.h __CAST(uint32_t, __builtin_constant_p((x)) ? \: 72^ ^: 19 /usr/include/sys/cdefs.h::../config.h :note606150: ::In file included from 1835expanded from macro 'bswap16': radeon_bios.c:: 34notenote: : expanded from macro '__CAST'In file included from __CAST(uint16_t, __builtin_constant_p((x)) ? \/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h :: 44 ^: #define __CAST(__dt, __st) ((__dt)(__st))In file included from expanded from macro 'bswap_16'In file included from ^radeon_xvmc.c/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h :: 3237: : #define bswap_16 bswap16In file included from /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.hradeon_video.c:::300 :441011: :: In file included from In file included from ^./radeon.h :warning/usr/include/sys/bswap.h46: :: type specifier missing, defaults to 'int' [-Wimplicit-int]72In 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/xf86str.h:::37937:: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hbswap_64(uint64_t x)note:: :expanded from macro 'bswap16'319 : ^3631:: 1 :/usr/include/sys/stdint.herror:: redefinition of '__uint32_t' as different kind of symbolerror75: : __CAST(uint16_t, __builtin_constant_p((x)) ? \expected ')' ^18../config.hbswap_32(uint32_t x):: 150/usr/include/sys/types.h^:note:: 7018::expanded from macro 'uint64_t'18../config.h ::153 #define uint64_t __uint64_t:note18: : note ^expanded from macro 'uint16_t' : note expanded from macro 'bswap_16': expanded from macro 'bswap_32'#define uint16_t __uint16_t In file included from ^radeon_bios.c#define bswap_32 bswap32 #define bswap_16 bswap16: 34/usr/include/sys/common_int_types.h : ^ In file included from /usr/include/sys/bswap.h ^:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h72:: 4448: :/usr/include/sys/bswap.h45:: 68::note27: :expanded from macro 'bswap16' 9In file included from note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: : :37 previous definition is here: __CAST(uint16_t, __builtin_constant_p((x)) ? \note : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^expanded from macro 'bswap32'typedef __UINT16_TYPE__ __uint16_t;: 300/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^: 363:: __CAST(uint32_t, __builtin_constant_p((x)) ? \11 : ^: /usr/include/sys/types.hwarningnote: : type specifier missing, defaults to 'int' [-Wimplicit-int]: to match this '('80 :18bswap_64(uint64_t x):../config.h : ^150note : :expanded from macro 'uint32_t'../config.h :18156:#define uint32_t __uint32_t In file included from note ^:: 18radeon_accel.c/usr/include/sys/common_int_types.h:: :8050note:expanded from macro 'bswap_16': 27: expanded from macro 'bswap_64': In file included from note#define bswap_16 bswap16./radeon.h: #define bswap_64 bswap64previous definition is here: ^ ^46 : /usr/include/sys/bswap.h/usr/include/sys/bswap.htypedef __UINT32_TYPE__ __uint32_t;::7264In file included from ::19/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h :: 372: note ^: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :noteexpanded from macro 'bswap64'365 : expanded from macro 'bswap16': 15: error: __CAST(uint64_t, __builtin_constant_p((x)) ? \use of undeclared identifier 'x' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ ^ /usr/include/sys/cdefs.h return (((x & 0xFF00) >> 8) |: 606 ^:In file included from 35radeon_bios.c ::34In file included from : ati.cIn file included from :note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h65:: 44In file included from : expanded from macro '__CAST'In file included from radeon_video.c./ati.h::11 : 28: In file included from : ./radeon.h#define __CAST(__dt, __st) ((__dt)(__st))In file included from : ^46/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: fatal error : :too many errors emitted, stopping now [-ferror-limit=]In file included from In file included from In file included from 37/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hradeon_xvmc.c::/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h3732:: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hIn file included from :300321:::/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h110715:: :error44:: : expected ')' In file included from error/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: ../config.h::use of undeclared identifier 'x'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h15637: 300::: 10/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h18 return (((x & 0xFF000000) >> 24) |: :: ^warning : 363type specifier missing, defaults to 'int' [-Wimplicit-int] :note1 : : errorexpanded from macro 'bswap_64': redefinition of '__uint16_t' as different kind of symbol #define bswap_64 bswap64bswap_64(uint64_t x) bswap_16(uint16_t x) ^ ^ ^/usr/include/sys/bswap.h :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h64../config.h ::45:322/usr/include/stdint.h:::1507515 :note18::: : expanded from macro 'bswap64'18 error :: use of undeclared identifier 'x' note: noteexpanded from macro 'uint64_t': ((x & 0x00FF0000) >> 8) | __CAST(uint64_t, __builtin_constant_p((x)) ? \expanded from macro 'bswap_16' ^#define uint64_t __uint64_t #define bswap_16 bswap16 ^ ^ ^ /usr/include/sys/bswap.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::72In file included from 300ati.c:::165:: 9note: In file included from :./ati.h :noteto match this '(': expanded from macro 'bswap16'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h../config.h28::: 323 :15615In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h: __CAST(uint16_t, __builtin_constant_p((x)) ? \: 18107: : ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote:: errorexpanded from macro 'bswap_64'300: use of undeclared identifier 'x' :1: #define bswap_64 bswap64/usr/include/sys/stdint.hwarning:: type specifier missing, defaults to 'int' [-Wimplicit-int] ^55 :/usr/include/sys/bswap.h ((x & 0x0000FF00) << 8) |18 :: ^note64: :expanded from macro 'uint16_t' 2bswap_64(uint64_t x): #define uint16_t __uint16_tnote ^: ^expanded from macro 'bswap64' /usr/include/sys/common_int_types.h../config.h:48::15627: __CAST(uint64_t, __builtin_constant_p((x)) ? \18 : ^: notenote: : expanded from macro 'bswap_64'previous definition is here /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/usr/include/sys/cdefs.h #define bswap_64 bswap64: 606 ^:typedef __UINT16_TYPE__ __uint16_t;35: ^: /usr/include/sys/bswap.h:32464note:: 15expanded from macro '__CAST': :19 : error: #define __CAST(__dt, __st) ((__dt)(__st))use of undeclared identifier 'x'note : expanded from macro 'bswap64' ^ ((x & 0x000000FF) << 24)); ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from In file included from radeon_bios.cradeon_xvmc.c::3234: : In file included from In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.hIn file included from :ati.c44/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h::: 4465: 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/xf86str.h37In file included from :./ati.h37: : :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h28::: 300365::In file included from 15/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h1::: error107error: : : use of undeclared identifier 'x'redefinition of '__uint64_t' as different kind of symbol/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :300:1bswap_64(uint64_t x) return (((x & 0xFF00) >> 8) | :^ error../config.h: : ^156expected ')': 18 /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h../config.h::363 ::note10156: ::expanded from macro 'bswap_64'18 : note : warningexpanded from macro 'bswap_64': type specifier missing, defaults to 'int' [-Wimplicit-int]#define bswap_64 bswap64 #define bswap_64 bswap64 ^bswap_16(uint16_t x) /usr/include/sys/bswap.h ^ fatal error :/usr/include/sys/bswap.h ^64: :too many errors emitted, stopping now [-ferror-limit=]/usr/include/sys/types.h::970 64::: 1845:: In file included from notenotenote: : expanded from macro 'uint16_t'radeon_misc.c : expanded from macro 'bswap64' expanded from macro 'bswap64': #define uint16_t __uint16_t27 : __CAST(uint64_t, __builtin_constant_p((x)) ? \ __CAST(uint64_t, __builtin_constant_p((x)) ? \In file included from ^ ^ ^ ./radeon_probe.h/usr/include/sys/stdint.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: 75::40:: 18In file included from :radeon_video.c300::In file included from 1 :note /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: note: expanded from macro 'uint64_t'11 to match this '(': 37: ../config.h#define uint64_t __uint64_tIn file included from : :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h./radeon.h:156 : ^46 :: 300In file included from :/usr/include/sys/common_int_types.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h10::5218:37:27: :: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnotenote: : previous definition is here : expanded from macro 'bswap_64'363 :warning1: :typedef __UINT64_TYPE__ __uint64_t; type specifier missing, defaults to 'int' [-Wimplicit-int]warning #define bswap_64 bswap64: ^ type specifier missing, defaults to 'int' [-Wimplicit-int] ^ /usr/include/sys/bswap.h:64bswap_64(uint64_t x)bswap_16(uint16_t x) : ^ 2^:/usr/include/sys/stdint.h : ../config.hnote: expanded from macro 'bswap64' :75150::18:18 __CAST(uint64_t, __builtin_constant_p((x)) ? \ :note ^ : noteexpanded from macro 'uint64_t': expanded from macro 'bswap_16' /usr/include/sys/cdefs.h:606#define bswap_16 bswap16:#define uint64_t __uint64_t35 : ^note ^ : /usr/include/sys/bswap.hexpanded from macro '__CAST': 72In file included from :radeon_misc.c:19:27 #define __CAST(__dt, __st) ((__dt)(__st)) note: ^: expanded from macro 'bswap16'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: In file included from ati.c:65/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h __CAST(uint16_t, __builtin_constant_p((x)) ? \:: In file included from 300./ati.h:28: ^In file included from : 1/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:: 107: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hwarning:300radeon_video.c:1::11 : : errorIn file included from type specifier missing, defaults to 'int' [-Wimplicit-int]: ./radeon.hredefinition of '__uint64_t' as different kind of symbol: 46 : bswap_64(uint64_t x) In file included from bswap_64(uint64_t x)^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h^../config.h:In file included from 156:: 3718radeon_bios.c::../config.h34: : : 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.hnote156::36344:: : :18In file included from expanded from macro 'bswap_64'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:137: : :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h#define bswap_64 bswap64: note ^error: 302 : expanded from macro 'bswap_64':expected ')'/usr/include/sys/bswap.h15::64 : error9: ../config.huse of undeclared identifier 'x'::#define bswap_64 bswap64 150: note: 18 ^: return (((x & 0xFF00000000000000ull) >> 56) |expanded from macro 'bswap64' ^ note/usr/include/sys/bswap.h: :expanded from macro 'bswap_16'64 __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^: #define bswap_16 bswap16/usr/include/stdint.h19:75 : ^: note18/usr/include/sys/bswap.h: :: 72note:45expanded from macro 'bswap64'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :expanded from macro 'uint64_t': 303 note:#define uint64_t __uint64_t: 15expanded from macro 'bswap16' ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \ : error/usr/include/sys/common_int_types.h: __CAST(uint16_t, __builtin_constant_p((x)) ? \:52 ^:use of undeclared identifier 'x'27 ^ : note: In file included from previous definition is here radeon_misc.c: ((x & 0x00FF000000000000ull) >> 40) |27/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.htypedef __UINT64_TYPE__ __uint64_t;: :In file included from ./radeon_probe.h363 ^:: ^1 :40 : In file included from note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: :to match this '('37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300../config.h::1501::18: errornote: : expected ')' expanded from macro 'bswap_16' ../config.h:156:18: note#define bswap_16 bswap16: expanded from macro 'bswap_64'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^: 304:15/usr/include/sys/bswap.h:#define bswap_64 bswap64: error72 ^: : 2use of undeclared identifier 'x'/usr/include/sys/bswap.h:: note64: :45expanded from macro 'bswap16': ((x & 0x0000FF0000000000ull) >> 24) | note ^: expanded from macro 'bswap64' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606: __CAST(uint64_t, __builtin_constant_p((x)) ? \35 ^: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote:300: expanded from macro '__CAST': In file included from 1ati.c::65 : #define __CAST(__dt, __st) ((__dt)(__st)) note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hIn file included from : ^305: :./ati.h15to match this '(':: In file included from error28radeon_video.c: ../config.h:use of undeclared identifier 'x': 11In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:: 156In file included from ((x & 0x000000FF00000000ull) >> 8) |:107./radeon.h : : ^1846:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :In file included from 302/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h ::37 15note: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : :expanded from macro 'bswap_64'363 error:: 1:#define bswap_64 bswap64 use of undeclared identifier 'x'error ^: redefinition of '__uint16_t' as different kind of symbol/usr/include/sys/bswap.h :64: return (((x & 0xFF00000000000000ull) >> 56) |2bswap_16(uint16_t x): ^note ^: ../config.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpanded from macro 'bswap64':: 306150::1518 __CAST(uint64_t, __builtin_constant_p((x)) ? \: : ^note : expanded from macro 'bswap_16'error : use of undeclared identifier 'x'/usr/include/sys/cdefs.h #define bswap_16 bswap16: 606 ^ :/usr/include/sys/bswap.h35: ((x & 0x00000000FF000000ull) << 8) |72 /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::303 ^:15::9 :errornote: : use of undeclared identifier 'x'note expanded from macro '__CAST': expanded from macro 'bswap16' ((x & 0x00FF000000000000ull) >> 40) | ^ #define __CAST(__dt, __st) ((__dt)(__st)) __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ ^ /usr/include/sys/types.h:70:18: In file included from noteradeon_misc.c: expanded from macro 'uint16_t' :27: In file included from ./radeon_probe.h:40#define uint16_t __uint16_t/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :In file included from 307/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h ^:: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h37:15304:: /usr/include/sys/common_int_types.h15:: error48:: : use of undeclared identifier 'x'error 27/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: : noteuse of undeclared identifier 'x'300: : ((x & 0x0000000000FF0000ull) << 24) |previous definition is here1 : error ^: ((x & 0x0000FF0000000000ull) >> 24) | typedef __UINT16_TYPE__ __uint16_t;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:305/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :15: 308error: use of undeclared identifier 'x'In file included from :radeon_video.c __CAST(uint64_t, __builtin_constant_p((x)) ? \ 15::11 : ((x & 0x000000FF00000000ull) >> 8) | ^errorIn file included from : use of undeclared identifier 'x' ^ ./radeon.h:46: /usr/include/sys/stdint.hIn file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h75 ((x & 0x000000000000FF00ull) << 40) |:: 3718: ^: note: expanded from macro 'uint64_t' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:365:15:#define uint64_t __uint64_t error ^: use of undeclared identifier 'x' /usr/include/sys/common_int_types.h:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:52306 return (((x & 0xFF00) >> 8) |: : ^2715 :: error: noteuse of undeclared identifier 'x' : previous definition is here /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ((x & 0x00000000FF000000ull) << 8) |: 309typedef __UINT64_TYPE__ __uint64_t;: 15 ^ ^: error: use of undeclared identifier 'x' fatal error: too many errors emitted, stopping now [-ferror-limit=] ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ((x & 0x0000000000FF0000ull) << 24) | ^ :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 /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^: 308:15: In file included from errorradeon_bios.c: :use of undeclared identifier 'x'34In file included from : radeon_misc.cIn file included from : 27/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h: :In file included from 44./radeon_probe.h ((x & 0x000000000000FF00ull) << 40) |: : 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.h :37:: 37/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: 302/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::15319:: error1: :use of undeclared identifier 'x' warning: type specifier missing, defaults to 'int' [-Wimplicit-int] return (((x & 0xFF00000000000000ull) >> 56) |bswap_32(uint32_t x) /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^:^309 : ../config.h15:: 153error:: 18use of undeclared identifier 'x': note: expanded from macro 'bswap_32' ((x & 0x00000000000000FFull) << 56)); ^#define bswap_32 bswap32 ^ /usr/include/sys/bswap.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::68303::1915::/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :note319 :: errorexpanded from macro 'bswap32'10 : :use of undeclared identifier 'x' warning: type specifier missing, defaults to 'int' [-Wimplicit-int] __CAST(uint32_t, __builtin_constant_p((x)) ? \ ((x & 0x00FF000000000000ull) >> 40) | bswap_32(uint32_t x) ^ ^ ^ /usr/include/stdint.h:65:In file included from 18radeon_bios.c:: note34: : expanded from macro 'uint32_t'In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44#define uint32_t __uint32_t /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^ : :In file included from 304In file included from :ati.c/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h15::: 65error37: : : In file included from use of undeclared identifier 'x' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h./ati.h:28: : ((x & 0x0000FF0000000000ull) >> 24) |In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h ^319: 107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::319:11:: warning : errortype specifier missing, defaults to 'int' [-Wimplicit-int]: expected ')' bswap_32(uint32_t x)../config.h :^153/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ::../config.h18:305:: 153note15:: :18expanded from macro 'bswap_32' :error : use of undeclared identifier 'x'note : expanded from macro 'bswap_32'#define bswap_32 bswap32 ((x & 0x000000FF00000000ull) >> 8) | #define bswap_32 bswap32 ^ ^ ^ /usr/include/sys/bswap.h/usr/include/sys/bswap.h:68::1968:: 45note:: expanded from macro 'bswap32' note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^ :306In file included from :ati.c __CAST(uint32_t, __builtin_constant_p((x)) ? \15 :: ^error65: : In file included from use of undeclared identifier 'x' ./ati.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::28: In file included from ((x & 0x00000000FF000000ull) << 8) |/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h319 ::1107: ^: note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :to match this '('319 :1:../config.h :error153: :expected ')' 18../config.h::153: 18note:: expanded from macro 'bswap_32'note : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpanded from macro 'bswap_32': 307:#define bswap_32 bswap3215 #define bswap_32 bswap32 ^: ^/usr/include/sys/bswap.h error:: use of undeclared identifier 'x'/usr/include/sys/bswap.h :6868::245 ((x & 0x0000000000FF0000ull) << 24) |: : ^note : noteexpanded from macro 'bswap32': expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ ^/usr/include/sys/cdefs.h :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h606::319/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h35::1308:: :15 :notenote: : to match this '('error expanded from macro '__CAST': ../config.h use of undeclared identifier 'x' :153:18:#define __CAST(__dt, __st) ((__dt)(__st)) ((x & 0x000000000000FF00ull) << 40) | ^ note ^: expanded from macro 'bswap_32' In file included from radeon_bios.c:34#define bswap_32 bswap32: In file included from ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h :/usr/include/sys/bswap.h44:: 68In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h2::37/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: : 309/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote:: :319expanded from macro 'bswap32':15 1:: errorerror: __CAST(uint32_t, __builtin_constant_p((x)) ? \: use of undeclared identifier 'x' ^ redefinition of '__uint32_t' as different kind of symbol/usr/include/sys/cdefs.h : ((x & 0x00000000000000FFull) << 56)); 606 ^: bswap_32(uint32_t x)35 :^ note: ../config.hexpanded from macro '__CAST':/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h153 ::18319:: 10#define __CAST(__dt, __st) ((__dt)(__st)):note ^warning : : expanded from macro 'bswap_32'type specifier missing, defaults to 'int' [-Wimplicit-int] In file included from ati.c:#define bswap_32 bswap3265bswap_32(uint32_t x): In file included from ^./ati.h ^ :/usr/include/sys/bswap.h28 : :/usr/include/sys/stdint.hIn file included from 68/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h::9::65107 : note:: 18/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:expanded from macro 'bswap32' :note319: :expanded from macro 'uint32_t' 1: error#define uint32_t __uint32_t: __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ redefinition of '__uint32_t' as different kind of symbol ^ /usr/include/sys/stdint.hIn file included from :radeon_misc.c65::bswap_32(uint32_t x)27 : 18In file included from :./radeon_probe.h^ :note40../config.h: :expanded from macro 'uint32_t': 153In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h#define uint32_t __uint32_t : ^ 18:/usr/include/sys/common_int_types.h:37:: 50 :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote:27: :expanded from macro 'bswap_32' 319 note:: 1#define bswap_32 bswap32: previous definition is here warning ^: type specifier missing, defaults to 'int' [-Wimplicit-int]/usr/include/sys/bswap.h :typedef __UINT32_TYPE__ __uint32_t;68 : ^bswap_32(uint32_t x) ^ 9../config.h:153:18: note:: expanded from macro 'bswap_32' note: expanded from macro 'bswap32'#define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: __CAST(uint32_t, __builtin_constant_p((x)) ? \expanded from macro 'bswap32' ^ /usr/include/stdint.h:In file included from 65 __CAST(uint32_t, __builtin_constant_p((x)) ? \:radeon_bios.c18 :: ^34 : noteIn file included from In file included from : radeon_misc.cexpanded from macro 'uint32_t':/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h :2744: : In file included from In file included from ./radeon_probe.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h::3740: #define uint32_t __uint32_t: /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 ^321 :/usr/include/sys/common_int_types.h15:::50 :error27:: 37use of undeclared identifier 'x': /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :319note: return (((x & 0xFF000000) >> 24) |1 : : ^ error previous definition is here: expected ')' ../config.h:153:18:typedef __UINT32_TYPE__ __uint32_t; note: ^ expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: 322note:: 15expanded from macro 'bswap32': error: use of undeclared identifier 'x' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hati.c::319 ((x & 0x00FF0000) >> 8) |65:: 1In file included from :./ati.h : 28note ^: : In file included from to match this '('/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h :../config.h107:: 153:18/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: 321note: :expanded from macro 'bswap_32'15 : error: use of undeclared identifier 'x' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68: return (((x & 0xFF000000) >> 24) |/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h2: :323 :note15 ^: :expanded from macro 'bswap32' error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | __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)) ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hIn file included from :radeon_misc.c322::27: 15In 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.h :error:324: :use of undeclared identifier 'x'15 :37 : error/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ((x & 0x00FF0000) >> 8) |:: 319use of undeclared identifier 'x' ^:1: error: ((x & 0x000000FF) << 24));redefinition of '__uint32_t' as different kind of symbol ^ bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:323: __CAST(uint32_t, __builtin_constant_p((x)) ? \15: error ^: use of undeclared identifier 'x'/usr/include/sys/stdint.h :65:18: ((x & 0x0000FF00) << 8) |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; ^ /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:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:55324::1815:: errornoteIn file included from : radeon_misc.cexpanded from macro 'uint16_t': use of undeclared identifier 'x': 27: #define uint16_t __uint16_tIn file included from ((x & 0x000000FF) << 24));./radeon_probe.h : ^40 ^: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37In file included from : radeon_bios.c/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::34321: :In file included from 15/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:: 44error: : In file included from use of undeclared identifier 'x'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h :37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: warning: return (((x & 0xFF000000) >> 24) |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'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] __CAST(uint16_t, __builtin_constant_p((x)) ? \/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^: 322bswap_16(uint16_t x):15 In file included from ^:radeon_bios.c : error34/usr/include/stdint.h: : In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.huse of undeclared identifier 'x'55 ::4418:: In file included from note ((x & 0x00FF0000) >> 8) |/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: :expanded from macro 'uint16_t' 37 ^: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h#define uint16_t __uint16_t: 363 ^: 1: errorIn file included from : ati.c:expected ')'65 : ../config.hIn file included from :./ati.h150::28: 18In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:: 107note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :: 323/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpanded from macro 'bswap_16'::363 15:1#define bswap_16 bswap16: : ^ error/usr/include/sys/bswap.hwarning: :: 72use of undeclared identifier 'x'type specifier missing, defaults to 'int' [-Wimplicit-int]: 45:bswap_16(uint16_t x) ^note ((x & 0x0000FF00) << 8) |: ../config.hexpanded from macro 'bswap16':150 : ^ 18: note: expanded from macro 'bswap_16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ #define bswap_16 bswap16/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : ^363 :/usr/include/sys/bswap.h1:72::19 :note : to match this '('note : ../config.hexpanded from macro 'bswap16': 150:18: note: expanded from macro 'bswap_16' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: __CAST(uint16_t, __builtin_constant_p((x)) ? \324 #define bswap_16 bswap16 ^: 15 ^: In file included from ati.cerror/usr/include/sys/bswap.h::6572: : :use of undeclared identifier 'x'In file included from 2./ati.h :: 28note: ((x & 0x000000FF) << 24));In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h: :107expanded from macro 'bswap16': ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: 363:1: __CAST(uint16_t, __builtin_constant_p((x)) ? \error : ^expected ')' ../config.h/usr/include/sys/cdefs.h::150606::1835:: note : noteexpanded from macro 'bswap_16': expanded from macro '__CAST' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h#define __CAST(__dt, __st) ((__dt)(__st)): 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 ^ : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:In file included from 363/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h::137:: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote: :to match this '('363 :1../config.h::150 :error18: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hredefinition of '__uint16_t' as different kind of symbol note: expanded from macro 'bswap_16': bswap_16(uint16_t x)363 #define bswap_16 bswap16^ ^ ../config.h/usr/include/sys/bswap.h:::72:1502::1018: note: : warningexpanded from macro 'bswap16'note: : type specifier missing, defaults to 'int' [-Wimplicit-int]expanded from macro 'bswap_16' __CAST(uint16_t, __builtin_constant_p((x)) ? \bswap_16(uint16_t x) #define bswap_16 bswap16 ^ ^ /usr/include/sys/cdefs.h ^: /usr/include/sys/stdint.h/usr/include/sys/bswap.h606::5572::3518::9 :note : :noteexpanded from macro '__CAST' : noteexpanded from macro 'bswap16': #define __CAST(__dt, __st) ((__dt)(__st))expanded from macro 'uint16_t' ^ __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^#define uint16_t __uint16_tIn file included from /usr/include/sys/stdint.h ^ati.c ::5565:In file included from : radeon_misc.cIn file included from 18./ati.h:: 28: note:In file included from 27: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.hexpanded from macro 'uint16_t': 107: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hIn file included from :./radeon_probe.h363#define uint16_t __uint16_t: :140 ^:: In file included from error/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h : /usr/include/sys/common_int_types.h:redefinition of '__uint16_t' as different kind of symbol: 3748: :bswap_16(uint16_t x)27 /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:^ : note363../config.h::: 1150:previous definition is here: 18: notewarning: typedef __UINT16_TYPE__ __uint16_t;: expanded from macro 'bswap_16' ^ type specifier missing, defaults to 'int' [-Wimplicit-int] #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:bswap_16(uint16_t x)72 :9^:In file included from radeon_driver.cnote : :expanded from macro 'bswap16'72 : ../config.hIn file included from :./radeon.h:15046: __CAST(uint16_t, __builtin_constant_p((x)) ? \18: : ^In file included from /usr/include/stdint.h:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hnoteIn file included from :radeon_bios.c55:37: :: 34expanded from macro 'bswap_16': /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h18 In file included from ::/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h300::44 : note#define bswap_16 bswap16In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h10 ^: : 37/usr/include/sys/bswap.h:expanded from macro 'uint16_t' : warning :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h72: ::type specifier missing, defaults to 'int' [-Wimplicit-int]365#define uint16_t __uint16_t: 1915 ^:: /usr/include/sys/common_int_types.h error:note: 48use of undeclared identifier 'x': bswap_64(uint64_t x): ^expanded from macro 'bswap16'27 : return (((x & 0xFF00) >> 8) | ^note __CAST(uint16_t, __builtin_constant_p((x)) ? \/usr/include/sys/types.h : : ^previous definition is here90 :18: note: In file included from expanded from macro 'uint64_t'typedef __UINT16_TYPE__ __uint16_t; ^radeon_misc.c #define uint64_t __uint64_t : ^27 : In file included from ./radeon_probe.h:40In file included from : radeon_driver.cIn file included from :fatal error72: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hIn file included from :too many errors emitted, stopping now [-ferror-limit=]./radeon.h :46: In file included from 37/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:363300::1:In file included from warning: ati.c1type specifier missing, defaults to 'int' [-Wimplicit-int]:: error65: : expected ')'bswap_64(uint64_t x) In file included from ./ati.h../config.h:^ :28: In file included from ../config.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h::156107: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h18:150365:: :1518: :errornote : : use of undeclared identifier 'x' noteexpanded from macro 'bswap_64': expanded from macro 'bswap_16' return (((x & 0xFF00) >> 8) | ^#define bswap_64 bswap64 #define bswap_16 bswap16 ^ ^/usr/include/sys/bswap.h:64: 19:/usr/include/sys/bswap.h :note72: :expanded from macro 'bswap64' 45: note: expanded from macro 'bswap16' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^In file included from radeon_driver.c:72 : In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h./radeon.hfatal error:46:: : In file included from too many errors emitted, stopping now [-ferror-limit=]/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h363 ::137:: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300note:: 1to match this '(': error: ../config.hexpected ')' :../config.h:156:15018::18 note: expanded from macro 'bswap_64' : note#define bswap_64 bswap64: ^ expanded from macro 'bswap_16'/usr/include/sys/bswap.h:64 :45: note#define bswap_16 bswap16: expanded from macro 'bswap64' ^ /usr/include/sys/bswap.h:72:2 __CAST(uint64_t, __builtin_constant_p((x)) ? \: note ^ : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpanded from macro 'bswap16': 300:1: note: to match this '(' __CAST(uint16_t, __builtin_constant_p((x)) ? \../config.h : ^156 :/usr/include/sys/cdefs.h18:: 606note:: expanded from macro 'bswap_64'35 : note: expanded from macro '__CAST'#define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2:#define __CAST(__dt, __st) ((__dt)(__st)) note : ^expanded from macro 'bswap64' In file included from radeon_misc.c: __CAST(uint64_t, __builtin_constant_p((x)) ? \ 27 ^ : In file included from ./radeon_probe.h:40: /usr/include/sys/cdefs.h:606In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:35:37 : note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :expanded from macro '__CAST' 363:1: error: #define __CAST(__dt, __st) ((__dt)(__st))redefinition of '__uint16_t' as different kind of symbol ^ bswap_16(uint16_t x) ^ ../config.h:In file included from 150radeon_driver.c::1872: :In file included from ./radeon.h:46: noteIn 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.hexpanded from macro 'bswap_16': 300:1: error#define bswap_16 bswap16: redefinition of '__uint64_t' as different kind of symbol ^ /usr/include/sys/bswap.hbswap_64(uint64_t x): 72^ :9../config.h:: note156: :expanded from macro 'bswap16' 18: note: expanded from macro 'bswap_64' __CAST(uint16_t, __builtin_constant_p((x)) ? \#define bswap_64 bswap64 ^ ^/usr/include/sys/bswap.h :/usr/include/sys/stdint.h64::9: 55note:: expanded from macro 'bswap64'18 : note: expanded from macro 'uint16_t' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ #define uint16_t __uint16_t/usr/include/sys/types.h : ^90 :18/usr/include/sys/common_int_types.h:: 48note:: 27expanded from macro 'uint64_t': note: previous definition is here #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.htypedef __UINT16_TYPE__ __uint16_t;: 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:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ 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) | fatal error ^: too many errors emitted, stopping now [-ferror-limit=] /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. Makefile:900: recipe for target 'radeon_probe.lo' failed gmake[2]: *** [radeon_probe.lo] Error 1 6 warnings and 20 errors generated. Makefile:900: recipe for target 'ati.lo' failed gmake[2]: *** [ati.lo] Error 1 6 warnings and 20 errors generated. Makefile:900: recipe for target 'radeon_misc.lo' failed gmake[2]: *** [radeon_misc.lo] Error 1 6 warnings and 20 errors generated. 6 warnings and 20 errors generated. Makefile:900: recipe for target 'radeon_xvmc.lo' failed gmake[2]: *** [radeon_xvmc.lo] Error 1 6 warnings and 20 errors generated. Makefile:900: recipe for target 'legacy_crtc.lo' failed gmake[2]: *** [legacy_crtc.lo] Error 1 Makefile:900: recipe for target 'radeon_mm_i2c.lo' failed gmake[2]: *** [radeon_mm_i2c.lo] Error 1 6 warnings and 20 errors generated. 6 warnings and 20 errors generated. Makefile:900: recipe for target 'radeon_legacy_memory.lo' failed gmake[2]: *** [radeon_legacy_memory.lo] Error 1 Makefile:900: recipe for target 'radeon_cursor.lo' failed gmake[2]: *** [radeon_cursor.lo] Error 1 6 warnings and 20 errors generated. Makefile:900: recipe for target 'radeon_vip.lo' failed gmake[2]: *** [radeon_vip.lo] Error 1 6 warnings and 20 errors generated. Makefile:900: recipe for target 'legacy_output.lo' failed gmake[2]: *** [legacy_output.lo] Error 1 6 warnings and 20 errors generated. Makefile:900: recipe for target 'radeon_bios.lo' failed gmake[2]: *** [radeon_bios.lo] Error 1 6 warnings and 20 errors generated. Makefile:900: recipe for target 'radeon_video.lo' failed gmake[2]: *** [radeon_video.lo] Error 1 6 warnings and 20 errors generated. 6 warnings and 20 errors generated. Makefile:900: recipe for target 'radeon_accel.lo' failed gmake[2]: *** [radeon_accel.lo] Error 1 Makefile:900: recipe for target 'radeon_driver.lo' failed gmake[2]: *** [radeon_driver.lo] Error 1 6 warnings and 20 errors generated. Makefile:900: recipe for target 'radeon_textured_video.lo' failed gmake[2]: *** [radeon_textured_video.lo] Error 1 gmake[2]: Leaving directory '/data/scratch/x11/xf86-video-ati6/work/xf86-video-ati-6.14.6/src' Makefile:448: recipe for target 'all-recursive' failed gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory '/data/scratch/x11/xf86-video-ati6/work/xf86-video-ati-6.14.6' Makefile:380: recipe for target 'all' failed gmake: *** [all] Error 2 *** Error code 2 Stop. make[1]: stopped in /data/pkgsrc/x11/xf86-video-ati6 *** Error code 1 Stop. make: stopped in /data/pkgsrc/x11/xf86-video-ati6