=> Bootstrap dependency digest>=20010302: found digest-20160304 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for xf86-video-ati6-6.14.6nb7 /usr/pkg/bin/gmake all-recursive gmake[1]: Entering directory '/data/scratch/x11/xf86-video-ati6/work/xf86-video-ati-6.14.6' Making all in src gmake[2]: Entering directory '/data/scratch/x11/xf86-video-ati6/work/xf86-video-ati-6.14.6/src' CC ati.lo CC atimodule.lo CC radeon_cursor.lo CC radeon_legacy_memory.lo CC radeon_driver.lo CC radeon_video.lo CC radeon_mm_i2c.lo CC radeon_bios.lo CC radeon_vip.lo CC radeon_misc.lo CC radeon_probe.lo CC radeon_textured_video.lo CC legacy_output.lo CC legacy_crtc.lo CC radeon_accel.lo CC radeon_xvmc.lo 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_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_video.c:11: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_video.c:11: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_video.c:11: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ In file included from radeon_video.c:11: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.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_video.c:11: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_video.c:11: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: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_video.c:11: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../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_video.c:11: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' 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_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: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_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: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_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: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_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: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_bios.c:34: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/stdint.h:75:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_bios.c:34: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: 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_bios.c:34: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:156:18: note: expanded from macro 'bswap_64' #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_bios.c:34: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:75:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ In file included from radeon_bios.c:34: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/sys/stdint.h:65:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from radeon_bios.c:34: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h: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_bios.c:34: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:153:18: 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_bios.c:34: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:65:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from radeon_bios.c:34: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from radeon_bios.c:34: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: 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_bios.c:34: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_bios.c:34: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from radeon_bios.c:34: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from 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.hIn file included from :legacy_output.c64::4537:: In file included from note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h: :44expanded from macro 'bswap64': In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: __CAST(uint64_t, __builtin_constant_p((x)) ? \300 : ^10 : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hwarning:: 300type specifier missing, defaults to 'int' [-Wimplicit-int] :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' bswap_64(uint64_t x) ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \/usr/include/sys/stdint.h : ^75 :18: note: expanded from macro 'uint64_t' /usr/include/sys/cdefs.h:606:#define uint64_t __uint64_t35 : ^ note: expanded from macro '__CAST' In file included from legacy_output.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:#define __CAST(__dt, __st) ((__dt)(__st))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 ^In file included from atimodule.c:/usr/include/sys/bswap.h27:: 64In file included from :./ati.h19::28 : noteIn file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.hexpanded from macro 'bswap64' :107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: __CAST(uint64_t, __builtin_constant_p((x)) ? \ 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 In file included from ^legacy_output.c: 37/usr/include/sys/bswap.h: :In file included from 64/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h::944: :In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hnote:: 37expanded from macro 'bswap64': /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300 __CAST(uint64_t, __builtin_constant_p((x)) ? \: 1 ^: error/usr/include/sys/types.h: :expected ')'90 :18:../config.h :note156: :expanded from macro 'uint64_t'18 : note: expanded from macro 'bswap_64'#define uint64_t __uint64_t ^ #define bswap_64 bswap64 ^/usr/include/sys/common_int_types.h :/usr/include/sys/bswap.h52::6427::45 :note : noteprevious definition is here: expanded from macro 'bswap64' typedef __UINT64_TYPE__ __uint64_t; ^ __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 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) | ^ In file included from legacy_output.c:37/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :In file included from 304/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h::1544:: In file included from error: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.huse of undeclared identifier 'x': 37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:302:15: ((x & 0x0000FF0000000000ull) >> 24) | error ^: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /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:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /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 ^: 304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /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:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /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:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /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:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /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' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:#define uint32_t __uint32_t308 : ^15: error: use of undeclared identifier 'x' In file included from atimodule.c:27: In file included from ((x & 0x000000000000FF00ull) << 40) |./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' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h#define bswap_32 bswap32: 309 ^: 15/usr/include/sys/bswap.h:: 68error:: 19use of undeclared identifier 'x': note: expanded from macro 'bswap32' ((x & 0x00000000000000FFull) << 56)); ^ __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/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::1:319 :error10: :expected ')' warning: ../config.htype specifier missing, defaults to 'int' [-Wimplicit-int]: 153:18bswap_32(uint32_t x): ^note : expanded from macro 'bswap_32'/usr/include/sys/stdint.h :65:18:#define bswap_32 bswap32 note ^: expanded from macro 'uint32_t' /usr/include/sys/bswap.h:68:#define uint32_t __uint32_t45 : ^ note: expanded from macro 'bswap32' In file included from legacy_output.c:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44 __CAST(uint32_t, __builtin_constant_p((x)) ? \: In file included from ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h :37/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h319::3191::1 :note : warningto match this '(': type specifier missing, defaults to 'int' [-Wimplicit-int] ../config.h:153bswap_32(uint32_t x): 18^: note: ../config.hexpanded from macro 'bswap_32': 153:18: #define bswap_32 bswap32note : ^expanded from macro 'bswap_32' /usr/include/sys/bswap.h:68:2#define bswap_32 bswap32: ^note : /usr/include/sys/bswap.hexpanded from macro 'bswap32': 68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606 __CAST(uint32_t, __builtin_constant_p((x)) ? \: 35 ^: note: expanded from macro '__CAST'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: #define __CAST(__dt, __st) ((__dt)(__st))In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h ^: 37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: errorIn file included from : atimodule.c:expected ')' 27: ../config.hIn file included from :./ati.h153::2818: :In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.hnote: :expanded from macro 'bswap_32'107 : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:#define bswap_32 bswap321 : ^ error/usr/include/sys/bswap.h: :68redefinition of '__uint32_t' as different kind of symbol: 45: notebswap_32(uint32_t x): expanded from macro 'bswap32'^ ../config.h:153 __CAST(uint32_t, __builtin_constant_p((x)) ? \: 18 ^: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote: :expanded from macro 'bswap_32'319 :1:#define bswap_32 bswap32 note: ^to match this '(' /usr/include/sys/bswap.h../config.h::68153::918:: notenote: : expanded from macro 'bswap32'expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ __CAST(uint32_t, __builtin_constant_p((x)) ? \ /usr/include/sys/bswap.h ^: 68/usr/include/sys/types.h::280:: 18note: :expanded from macro 'bswap32' note: expanded from macro 'uint32_t' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^#define uint32_t __uint32_t /usr/include/sys/cdefs.h ^: 606:/usr/include/sys/common_int_types.h35::50 :note27: : expanded from macro '__CAST'note : previous definition is here #define __CAST(__dt, __st) ((__dt)(__st)) ^ 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: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' In file included from atimodule.c:27 __CAST(uint32_t, __builtin_constant_p((x)) ? \: In file included from ^./ati.h :/usr/include/sys/stdint.h28:: 65In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h18::107 : note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :expanded from macro 'uint32_t'321 :15: error#define uint32_t __uint32_t: use of undeclared identifier 'x' ^ /usr/include/sys/common_int_types.h:50: return (((x & 0xFF000000) >> 24) |27 : ^ note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' In file included from ((x & 0x00FF0000) >> 8) |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:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /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:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24));/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: /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/xf86Pci.h:363107:: 10/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: 363warning:: 1type specifier missing, defaults to 'int' [-Wimplicit-int]: warningbswap_16(uint16_t x): type specifier missing, defaults to 'int' [-Wimplicit-int] ^ /usr/include/sys/stdint.hbswap_16(uint16_t x): 55^: 18:../config.h note:: 150expanded from macro 'uint16_t': 18: note: #define uint16_t __uint16_texpanded from macro 'bswap_16' ^ #define bswap_16 bswap16 In file included from ^legacy_output.c :37/usr/include/sys/bswap.h: :In file included from 72/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h::1944:: In file included from note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: :expanded from macro 'bswap16'37 : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: __CAST(uint16_t, __builtin_constant_p((x)) ? \ warning ^: type specifier missing, defaults to 'int' [-Wimplicit-int] In file included from bswap_16(uint16_t x)atimodule.c :^27 : In file included from ../config.h./ati.h::15028:: 18In file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.hnote: :expanded from macro 'bswap_16'107 : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363#define bswap_16 bswap16: 1 ^: /usr/include/sys/bswap.herror:: 72expected ')': 19:../config.h :note150: :expanded from macro 'bswap16'18 : note: expanded from macro 'bswap_16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45In file included from : legacy_output.c:note37: : expanded from macro 'bswap16' In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: __CAST(uint16_t, __builtin_constant_p((x)) ? \In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: ^37 : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::363363::1:1 :note : errorto match this '(': expected ')'../config.h :150../config.h::18150:: 18note:: expanded from macro 'bswap_16'note : expanded from macro 'bswap_16' #define bswap_16 bswap16 #define bswap_16 bswap16 ^ ^ /usr/include/sys/bswap.h/usr/include/sys/bswap.h::7272::245:: notenote: : expanded from macro 'bswap16'expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ ^ /usr/include/sys/cdefs.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::606363::351:: notenote: : expanded from macro '__CAST'to match this '(' ../config.h:150:#define __CAST(__dt, __st) ((__dt)(__st))18 : ^ note: expanded from macro 'bswap_16' In file included from #define bswap_16 bswap16atimodule.c : ^27 : /usr/include/sys/bswap.hIn file included from :./ati.h72:2::28 : noteIn file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.hexpanded from macro 'bswap16': 107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1 __CAST(uint16_t, __builtin_constant_p((x)) ? \: ^error : /usr/include/sys/cdefs.hredefinition of '__uint16_t' as different kind of symbol: 606:35bswap_16(uint16_t x): ^note : expanded from macro '__CAST'../config.h :150:18:#define __CAST(__dt, __st) ((__dt)(__st)) ^note : expanded from macro 'bswap_16' In file included from legacy_output.c:#define bswap_16 bswap1637 : ^In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h/usr/include/sys/bswap.h::4472: :In file included from 9/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :note363: :expanded from macro 'bswap16'1 : error: redefinition of '__uint16_t' as different kind of symbol __CAST(uint16_t, __builtin_constant_p((x)) ? \bswap_16(uint16_t x) ^ ^../config.h :/usr/include/sys/types.h150::7018::18 :note : noteexpanded from macro 'bswap_16': expanded from macro 'uint16_t' #define bswap_16 bswap16 ^#define uint16_t __uint16_t /usr/include/sys/bswap.h ^: 72:9/usr/include/sys/common_int_types.h:: 48note:: 27expanded from macro 'bswap16': note: previous definition is here __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ typedef __UINT16_TYPE__ __uint16_t;/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:In file included from 44atimodule.c: :In file included from 27/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: :In file included from 37./ati.h: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h28:: 365In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h15::107 : error: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.huse of undeclared identifier 'x': 365:15: return (((x & 0xFF00) >> 8) | error ^: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ In file included from radeon_vip.c:7: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) |In file included from radeon_driver.c ^: 72: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ bswap_64(uint64_t x) ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:In file included from 307radeon_driver.c::1572:: In file included from error./radeon.h: :use of undeclared identifier 'x'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 ((x & 0x0000000000FF0000ull) << 24) |: 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/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::64308::1915:: noteerror: : expanded from macro 'bswap64'use of undeclared identifier 'x' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ((x & 0x000000000000FF00ull) << 40) | ^ ^ In file included from radeon_driver.c:72: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:156:18:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :note309: :expanded from macro 'bswap_64'15 : error: use of undeclared identifier 'x'#define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64 ((x & 0x00000000000000FFull) << 56));: 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 '('/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :319../config.h::10156:: 18warning:: type specifier missing, defaults to 'int' [-Wimplicit-int]note : expanded from macro 'bswap_64' bswap_32(uint32_t x) ^#define bswap_64 bswap64 ^ /usr/include/sys/types.h/usr/include/sys/bswap.h::8064::182:: notenote: : expanded from macro 'uint32_t'expanded from macro 'bswap64' #define uint32_t __uint32_t ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_vip.c:7: In file included from ./radeon.h:/usr/include/sys/cdefs.h46:: 606In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h35::37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hnote:: 319expanded from macro '__CAST': 1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]#define __CAST(__dt, __st) ((__dt)(__st)) ^ bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' In file included from radeon_driver.c:#define bswap_32 bswap3272 : ^In file included from ./radeon.h/usr/include/sys/bswap.h::4668: :In file included from 19/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:: 37note: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpanded from macro 'bswap32': 300:1: error: __CAST(uint32_t, __builtin_constant_p((x)) ? \redefinition of '__uint64_t' as different kind of symbol ^ bswap_64(uint64_t x) ^ In file included from radeon_vip.c../config.h::7156: :In file included from 18./radeon.h:: 46note: : In file included from expanded from macro 'bswap_64'/data/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#define bswap_64 bswap64: 1 ^: /usr/include/sys/bswap.herror:: 64expected ')': 9: ../config.hnote:: 153expanded from macro 'bswap64': 18: note: expanded from macro 'bswap_32' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^#define bswap_32 bswap32 ^/usr/include/sys/types.h :/usr/include/sys/bswap.h90::6818::45 :note : noteexpanded from macro 'uint64_t': expanded from macro 'bswap32' #define uint64_t __uint64_t ^ __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/common_int_types.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::52319::271:: notenote: : previous definition is hereto match this '(' ../config.h:153:typedef __UINT64_TYPE__ __uint64_t;18 : ^note : expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' In file included from legacy_crtc.c:37: In file included from __CAST(uint32_t, __builtin_constant_p((x)) ? \/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h : ^44 : In file included from /usr/include/sys/cdefs.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h::37606: :35/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: 300note:: 10:expanded from macro '__CAST' warning: type specifier missing, defaults to 'int' [-Wimplicit-int] #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from bswap_64(uint64_t x)radeon_vip.c: 7 ^ : In file included from ./radeon.h/usr/include/sys/stdint.h::46: 75In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h18::37 : note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :319expanded from macro 'uint64_t':1 : error: redefinition of '__uint32_t' as different kind of symbol #define uint64_t __uint64_t ^ bswap_32(uint32_t x) ^ In file included from legacy_crtc.c../config.h::37153: :In file included from 18/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:: 44note: : In file included from expanded from macro 'bswap_32'/data/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: #define bswap_32 bswap32warning : ^type specifier missing, defaults to 'int' [-Wimplicit-int] /usr/include/sys/bswap.h:68:bswap_64(uint64_t x) 9^ : note: ../config.hexpanded from macro 'bswap32': 156:18: note: expanded from macro 'bswap_64' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ #define bswap_64 bswap64 /usr/include/sys/types.h ^: 80:/usr/include/sys/bswap.hIn file included from 18:radeon_driver.c64:::1972: note: note: In file included from expanded from macro 'uint32_t'./radeon.h : :expanded from macro 'bswap64'46 : #define uint32_t __uint32_tIn file included from __CAST(uint64_t, __builtin_constant_p((x)) ? \/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h ^: ^ 37/usr/include/sys/common_int_types.h :: 50/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:In file included from :27legacy_crtc.c302::3715: :In file included from : errornote/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h: : previous definition is here: 44use of undeclared identifier 'x': In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.htypedef __UINT32_TYPE__ __uint32_t;: 37 ^: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300 return (((x & 0xFF00000000000000ull) >> 56) |: 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: In file included from note: radeon_vip.cto match this '(' :7/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: ../config.hIn file included from :./radeon.h156:::46303: :1815In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:: error37note: : : expanded from macro 'bswap_64'use of undeclared identifier 'x'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : 321:15: #define bswap_64 bswap64error ((x & 0x00FF000000000000ull) >> 40) | ^: use of undeclared identifier 'x' /usr/include/sys/bswap.h ^: 64:2: note: return (((x & 0xFF000000) >> 24) |expanded from macro 'bswap64' ^ __CAST(uint64_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 :304:15:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h#define __CAST(__dt, __st) ((__dt)(__st)): 322 ^:error15: :use of undeclared identifier 'x' error: use of undeclared identifier 'x' In file included from legacy_crtc.c: ((x & 0x0000FF0000000000ull) >> 24) |37 ((x & 0x00FF0000) >> 8) |: 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/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::18323/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::: 15305:note: : errorexpanded from macro 'bswap_64'15: : use of undeclared identifier 'x'#define bswap_64 bswap64 error : ^use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | /usr/include/sys/bswap.h ^:64: 9: ((x & 0x000000FF00000000ull) >> 8) | note ^: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:75:18: note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: expanded from macro 'uint64_t': 324:15#define uint64_t __uint64_t: error: use of undeclared identifier 'x' ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :306/usr/include/sys/common_int_types.h:: ((x & 0x000000FF) << 24));1552 ::27 ^ :error note: : use of undeclared identifier 'x'previous definition is here typedef __UINT64_TYPE__ __uint64_t; ((x & 0x00000000FF000000ull) << 8) | ^ ^ /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) |: 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 ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :308:In file included from 15radeon_vip.c:: 7error: : In file included from use of undeclared identifier 'x' ./radeon.h:46: In file included from In file included from ((x & 0x000000000000FF00ull) << 40) |legacy_crtc.c : ^37/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h37:: 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::371: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hwarning: :302:15:type specifier missing, defaults to 'int' [-Wimplicit-int] error/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :use of undeclared identifier 'x'bswap_16(uint16_t x) 309^: return (((x & 0xFF00000000000000ull) >> 56) |15 ../config.h ^::150 : 18error:: use of undeclared identifier 'x'note : expanded from macro 'bswap_16' ((x & 0x00000000000000FFull) << 56));#define bswap_16 bswap16 ^ ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /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/misc.hradeon_vip.c::319303::715: :: In file included from error10./radeon.h:: 46warning: : : use of undeclared identifier 'x'type specifier missing, defaults to 'int' [-Wimplicit-int] In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37bswap_32(uint32_t x): /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^ ((x & 0x00FF000000000000ull) >> 40) |: 363 :/usr/include/sys/types.h ^1 :: 80error:: 18expected ')': note../config.h: :expanded from macro 'uint32_t'150 :18: note#define uint32_t __uint32_t: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h expanded from macro 'bswap_16': ^304 :15: error: In file included from use of undeclared identifier 'x'radeon_driver.c #define bswap_16 bswap16: 72 ^: ((x & 0x0000FF0000000000ull) >> 24) |In file included from ./radeon.h/usr/include/sys/bswap.h ^:: 4672: :In file included from 45/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:: 37note: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpanded from macro 'bswap16'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ::305319::15 __CAST(uint16_t, __builtin_constant_p((x)) ? \1:: errorwarning: ^use of undeclared identifier 'x' : type specifier missing, defaults to 'int' [-Wimplicit-int]/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :363:1bswap_32(uint32_t x) ((x & 0x000000FF00000000ull) >> 8) |: ^ ^note : to match this '(' ../config.h:../config.h153::15018::18 :note : noteexpanded from macro 'bswap_32': expanded from macro 'bswap_16' #define bswap_32 bswap32/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h#define bswap_16 bswap16: ^306 : ^15 /usr/include/sys/bswap.h:/usr/include/sys/bswap.h::6872 :error19:: 2:use of undeclared identifier 'x': notenote: : ((x & 0x00000000FF000000ull) << 8) |expanded from macro 'bswap16'expanded from macro 'bswap32' ^ __CAST(uint32_t, __builtin_constant_p((x)) ? \ __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ ^ /usr/include/sys/cdefs.hIn file included from :radeon_driver.c606::7235: :In file included from ./radeon.hnote/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::: 46expanded from macro '__CAST'307: :In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h15:: #define __CAST(__dt, __st) ((__dt)(__st))37error : : ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.huse of undeclared identifier 'x' :319:1:In file included from ((x & 0x0000000000FF0000ull) << 24) |error radeon_vip.c: ^expected ')': 7: ../config.h :In file included from ./radeon.h153::4618: :In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hnote:: 37expanded from macro 'bswap_32': /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:#define bswap_32 bswap321 /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: ^: error308/usr/include/sys/bswap.h:: 15redefinition of '__uint16_t' as different kind of symbol::68 : 45error:: bswap_16(uint16_t x)use of undeclared identifier 'x' ^ note: ../config.hexpanded from macro 'bswap32': ((x & 0x000000000000FF00ull) << 40) | 150 ^: __CAST(uint32_t, __builtin_constant_p((x)) ? \18 : ^ note: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpanded from macro 'bswap_16': 319:1:#define bswap_16 bswap16 note ^: to match this '('/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/usr/include/sys/bswap.h: :309../config.h::1572:153 :error: :use of undeclared identifier 'x'189:: notenote: : ((x & 0x00000000000000FFull) << 56));expanded from macro 'bswap16' expanded from macro 'bswap_32' ^ #define bswap_32 bswap32 __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ ^/usr/include/sys/bswap.h :/usr/include/sys/types.h68::702:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::18319: note:: 10note:expanded from macro 'bswap32' : warning expanded from macro 'uint16_t': type specifier missing, defaults to 'int' [-Wimplicit-int] __CAST(uint32_t, __builtin_constant_p((x)) ? \ #define uint16_t __uint16_t ^bswap_32(uint32_t x) ^ /usr/include/sys/cdefs.h ^ :/usr/include/sys/common_int_types.h/usr/include/sys/stdint.h606:::4865::273518:: notenote: :: expanded from macro 'uint32_t'noteexpanded from macro '__CAST' : previous definition is here #define uint32_t __uint32_t #define __CAST(__dt, __st) ((__dt)(__st)) ^typedef __UINT16_TYPE__ __uint16_t; ^ In file included from ^legacy_crtc.c :In file included from 37radeon_driver.c: :In file included from 72/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h: :In file included from 44./radeon.h: :In file included from 46/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/xf86str.h: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h37:: 319/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::1319:: 1warning:: type specifier missing, defaults to 'int' [-Wimplicit-int]error : redefinition of '__uint32_t' as different kind of symbolIn file included from bswap_32(uint32_t x)radeon_vip.c :^7bswap_32(uint32_t x) : ../config.hIn file included from :./radeon.h153::46^: In file included from 18../config.h: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:note153: ::3718: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :expanded from macro 'bswap_32'note : 365expanded from macro 'bswap_32'#define bswap_32 bswap32: 15 ^: #define bswap_32 bswap32 /usr/include/sys/bswap.herror :: ^use of undeclared identifier 'x'68 : 19/usr/include/sys/bswap.h:: 68 return (((x & 0xFF00) >> 8) |: 9note ^: : expanded from macro 'bswap32'note : expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^In file included from legacy_crtc.c/usr/include/sys/types.h::3780: :In file included from 18/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:: 44note: : fatal errorexpanded from macro 'uint32_t'In file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:too many errors emitted, stopping now [-ferror-limit=]#define uint32_t __uint32_t 37 ^: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:/usr/include/sys/common_int_types.h319::501::27 :error : noteexpected ')': previous definition is here ../config.h:153:18typedef __UINT32_TYPE__ __uint32_t;: ^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:In file included from radeon_driver.cnote:: 72expanded from macro '__CAST': In file included from ./radeon.h:46: #define __CAST(__dt, __st) ((__dt)(__st))In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h ^: 37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:321In file included from :legacy_crtc.c15::37 : errorIn file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.huse of undeclared identifier 'x': 44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: return (((x & 0xFF000000) >> 24) |/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : ^319: 1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322:15 __CAST(uint32_t, __builtin_constant_p((x)) ? \ : ^ error/usr/include/sys/stdint.h: :use of undeclared identifier 'x'65 :18: note: expanded from macro 'uint32_t' ((x & 0x00FF0000) >> 8) | ^ #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:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ 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' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: return (((x & 0xFF000000) >> 24) | 324 ^: 15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 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:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/types.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::70324::1815:: noteerror: : expanded from macro 'uint16_t'use of undeclared identifier 'x' #define uint16_t __uint16_t ((x & 0x000000FF) << 24)); ^ ^ 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)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hIn file included from :radeon_driver.c363::7210: :In file included from ./radeon.hwarning:: 46type specifier missing, defaults to 'int' [-Wimplicit-int]: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hbswap_16(uint16_t x): 37 ^ : /usr/include/sys/stdint.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::55363::181:: noteerror: : expanded from macro 'uint16_t'expected ')' ../config.h:#define uint16_t __uint16_t150 : ^18 : note: expanded from macro 'bswap_16' In file included from legacy_crtc.c#define bswap_16 bswap16: 37 ^: In file included from /usr/include/sys/bswap.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h::7244:: 45In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: 37note: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpanded from macro 'bswap16': 363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ bswap_16(uint16_t x) /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h^: 363../config.h::1150:: 18note:: to match this '('note : expanded from macro 'bswap_16'../config.h :150:18:#define bswap_16 bswap16 note ^: expanded from macro 'bswap_16'/usr/include/sys/bswap.h :72:19:#define bswap_16 bswap16 note ^: expanded from macro 'bswap16'/usr/include/sys/bswap.h :72:2: note __CAST(uint16_t, __builtin_constant_p((x)) ? \: expanded from macro 'bswap16' ^ In file included from legacy_crtc.c __CAST(uint16_t, __builtin_constant_p((x)) ? \: 37 ^: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h/usr/include/sys/cdefs.h::44606: :In file included from 35/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:: 37note: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpanded from macro '__CAST': 363:1: error: #define __CAST(__dt, __st) ((__dt)(__st))expected ')' ^ ../config.h:150:18:In file included from radeon_driver.cnote:: 72expanded from macro 'bswap_16': In file included from ./radeon.h:46: #define bswap_16 bswap16In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h ^: 37/usr/include/sys/bswap.h: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h72::36345::1 :note: expanded from macro 'bswap16'error : redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ ^ ../config.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::150363::181:: notenote: : expanded from macro 'bswap_16'to match this '(' ../config.h:#define bswap_16 bswap16150 : ^18 :/usr/include/sys/bswap.h :note72: :expanded from macro 'bswap_16'9 : note: expanded from macro 'bswap16'#define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2 __CAST(uint16_t, __builtin_constant_p((x)) ? \: ^note : /usr/include/sys/types.hexpanded from macro 'bswap16': 70:18: note: expanded from macro 'uint16_t' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:#define uint16_t __uint16_t606: 35 ^: /usr/include/sys/common_int_types.hnote:: 48expanded from macro '__CAST': 27: note: previous definition is here #define __CAST(__dt, __st) ((__dt)(__st)) ^ 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: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'In file included from radeon_driver.c:72: In file included from ./radeon.h:46 __CAST(uint16_t, __builtin_constant_p((x)) ? \: In file included from ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h :/usr/include/sys/stdint.h37:: 55/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::18365:: 15note:: expanded from macro 'uint16_t'error : use of undeclared identifier 'x' #define uint16_t __uint16_t return (((x & 0xFF00) >> 8) | ^ ^/usr/include/sys/common_int_types.h :48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ 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:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 6 warnings and 20 errors generated. In file included from radeon_xvmc.c:32: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/stdint.h:75:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_xvmc.c:32: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x)In file included from radeon_probe.c^: 43: ../config.hIn file included from :./radeon_probe.h156::4018: :In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.hnote:: 37expanded from macro 'bswap_64': /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:#define bswap_64 bswap6410 : ^ warning: /usr/include/sys/bswap.htype specifier missing, defaults to 'int' [-Wimplicit-int]: 64:19: note: expanded from macro 'bswap64' bswap_64(uint64_t x) ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:90:18:In file included from radeon_xvmc.cnote:: 32: expanded from macro 'uint64_t'In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h#define uint64_t __uint64_t: 44 ^: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hradeon_probe.c::30043:: 1In file included from :./radeon_probe.h :error: 40expected ')': In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h../config.h::37156: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h18::300 :note1: :expanded from macro 'bswap_64' warning#define bswap_64 bswap64: type specifier missing, defaults to 'int' [-Wimplicit-int] ^ /usr/include/sys/bswap.hbswap_64(uint64_t x): 64^: 45../config.h:: 156note:: 18expanded from macro 'bswap64': note: __CAST(uint64_t, __builtin_constant_p((x)) ? \expanded from macro 'bswap_64' ^#define bswap_64 bswap64 /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^: 300:1/usr/include/sys/bswap.h:: 64note:: 19to match this '(': ../config.hnote:: 156expanded from macro 'bswap64': 18: note: expanded from macro 'bswap_64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^#define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:In file included from 64radeon_probe.c::243:: In file included from note./radeon_probe.h: :expanded from macro 'bswap64'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 __CAST(uint64_t, __builtin_constant_p((x)) ? \: 300 ^: 1:/usr/include/sys/cdefs.h :error606: :expected ')'35 : ../config.hnote:: 156expanded from macro '__CAST': 18: note: expanded from macro 'bswap_64' #define __CAST(__dt, __st) ((__dt)(__st)) ^ #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: In file included from noteradeon_xvmc.c: :expanded from macro 'bswap64'32 : __CAST(uint64_t, __builtin_constant_p((x)) ? \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.hIn file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h300::371: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :note300: :to match this '('1 :../config.h :error156: :redefinition of '__uint64_t' as different kind of symbol18 : bswap_64(uint64_t x)note : ^expanded from macro 'bswap_64' ../config.h:156#define bswap_64 bswap64: 18 ^: /usr/include/sys/bswap.hnote:: 64expanded from macro 'bswap_64' :2#define bswap_64 bswap64: ^ note/usr/include/sys/bswap.h: :expanded from macro 'bswap64'64 :9: note: __CAST(uint64_t, __builtin_constant_p((x)) ? \expanded from macro 'bswap64' ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h/usr/include/sys/stdint.h::60675::3518:: notenote: : expanded from macro '__CAST'expanded from macro 'uint64_t' #define __CAST(__dt, __st) ((__dt)(__st)) ^ #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.hIn file included from :radeon_probe.c52::2743:: In file included from note./radeon_probe.h: :previous definition is here40 : In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: typedef __UINT64_TYPE__ __uint64_t;/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:64In file included from :radeon_misc.c9::27 : noteIn file included from : ./radeon_probe.hexpanded from macro 'bswap64': 40: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: __CAST(uint64_t, __builtin_constant_p((x)) ? \/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : ^300 :10:/usr/include/sys/types.h :warning90: :type specifier missing, defaults to 'int' [-Wimplicit-int]18 : note: expanded from macro 'uint64_t'In file included from radeon_xvmc.c:32: #define uint64_t __uint64_tbswap_64(uint64_t x) In file included from ^ ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h: 44/usr/include/sys/common_int_types.h/usr/include/sys/stdint.h: ::In file included from 5275::27/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h18::: notenote: 37: : expanded from macro 'uint64_t'previous definition is here /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :#define uint64_t __uint64_t302 : ^typedef __UINT64_TYPE__ __uint64_t;15 : In file included from errorradeon_misc.c: ^use of undeclared identifier 'x': 27 : In file included from ./radeon_probe.h: return (((x & 0xFF00000000000000ull) >> 56) |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' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303#define bswap_64 bswap64: 15 ^: error: /usr/include/sys/bswap.huse of undeclared identifier 'x': 64: ((x & 0x00FF000000000000ull) >> 40) |19 : ^ note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_misc.c:27: In file included from ./radeon_probe.h:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h40:: 304In file included from In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:radeon_probe.c::3743: : 15In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h./radeon_probe.h:: :300error:40: 1: use of undeclared identifier 'x'In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:: 37error ((x & 0x0000FF0000000000ull) >> 24) |: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hexpected ')': 302 ../config.h ^: :15156: :error: 18use of undeclared identifier 'x': note: expanded from macro 'bswap_64' return (((x & 0xFF00000000000000ull) >> 56) |#define bswap_64 bswap64 ^ ^ /usr/include/sys/bswap.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::64305::4515:: errornote: : use of undeclared identifier 'x'expanded from macro 'bswap64' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h __CAST(uint64_t, __builtin_constant_p((x)) ? \: 303: ^15 : error/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :use of undeclared identifier 'x'300 :1: note: to match this '(' ((x & 0x00FF000000000000ull) >> 40) |../config.h : ^156 :18: note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :expanded from macro 'bswap_64'306 :15: error: #define bswap_64 bswap64use of undeclared identifier 'x' ^ /usr/include/sys/bswap.h:64:2: note ((x & 0x00000000FF000000ull) << 8) |: expanded from macro 'bswap64' ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:304:15: error __CAST(uint64_t, __builtin_constant_p((x)) ? \: use of undeclared identifier 'x' ^ /usr/include/sys/cdefs.h: ((x & 0x0000FF0000000000ull) >> 24) |606 :35 ^ : note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st))/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :307: ^15 : error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) |In file included from radeon_misc.c ^:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h27 :: 305In file included from :./radeon_probe.h15::40 : errorIn file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.huse of undeclared identifier 'x' :37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ((x & 0x000000FF00000000ull) >> 8) |: 300:1 ^: error: redefinition of '__uint64_t' as different kind of symbol /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hbswap_64(uint64_t x): 308^: 15: ../config.herror:: 156use of undeclared identifier 'x': 18: note: expanded from macro 'bswap_64' ((x & 0x000000000000FF00ull) << 40) | #define bswap_64 bswap64 ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : ^ 306:/usr/include/sys/bswap.h15::64 :error9: : use of undeclared identifier 'x'note : expanded from macro 'bswap64' ((x & 0x00000000FF000000ull) << 8) | ^ __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:75:18: note: expanded from macro 'uint64_t'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :309:15: #define uint64_t __uint64_terror: use of undeclared identifier 'x' ^ ((x & 0x00000000000000FFull) << 56)); ^ /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: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' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h#define uint32_t __uint32_t: 308 ^: 15: error: In file included from use of undeclared identifier 'x'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: ((x & 0x000000000000FF00ull) << 40) |/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' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:309:15: __CAST(uint32_t, __builtin_constant_p((x)) ? \ error ^: use of undeclared identifier '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 ((x & 0x00000000000000FFull) << 56));: 44 ^: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: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/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: 319note:: 10expanded from macro 'bswap32': warning: type specifier missing, defaults to 'int' [-Wimplicit-int] __CAST(uint32_t, __builtin_constant_p((x)) ? \ bswap_32(uint32_t x) ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ^: 319:1/usr/include/sys/types.h:: 80note:: to match this '(' 18:../config.h: 153note:: 18:expanded from macro 'uint32_t' note : expanded from macro 'bswap_32' #define uint32_t __uint32_t#define bswap_32 bswap32 ^ ^ /usr/include/sys/bswap.h:68:2In file included from :radeon_probe.c note:: 43expanded from macro 'bswap32': 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 __CAST(uint32_t, __builtin_constant_p((x)) ? \: 319 ^: 1/usr/include/sys/cdefs.h:: 606warning:35: :type specifier missing, defaults to 'int' [-Wimplicit-int] note : expanded from macro '__CAST'bswap_32(uint32_t x) ^ ../config.h:#define __CAST(__dt, __st) ((__dt)(__st))153 : ^18 : note: expanded from macro 'bswap_32' In file included from radeon_xvmc.c:32: #define bswap_32 bswap32In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h ^: 44: In file included from /usr/include/sys/bswap.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h::6837:: 19/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: 319:note1:: expanded from macro 'bswap32'error : redefinition of '__uint32_t' as different kind of symbol /usr/include/sys/common_int_types.hbswap_32(uint32_t x): __CAST(uint32_t, __builtin_constant_p((x)) ? \52 ^ ^: 27../config.h::In file included from 153radeon_probe.cnote::18: 43previous definition is here:: In file included from ./radeon_probe.hnote:: 40typedef __UINT64_TYPE__ __uint64_t;: expanded from macro 'bswap_32'In file included from ^/data/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:#define bswap_32 bswap321 : ^ /usr/include/sys/bswap.herror:: 68expected ')': 9: ../config.hnote:: 153expanded from macro 'bswap32' :18: note: expanded from macro 'bswap_32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ #define bswap_32 bswap32/usr/include/sys/stdint.h : ^65 :18/usr/include/sys/bswap.h:: 68note: :expanded from macro 'uint32_t'45 : note: expanded from macro 'bswap32' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: __CAST(uint32_t, __builtin_constant_p((x)) ? \ note: ^previous definition is here /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: typedef __UINT32_TYPE__ __uint32_t;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:In file included from 35radeon_xvmc.c:: 32: noteIn file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.hexpanded from macro '__CAST': 44: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h#define __CAST(__dt, __st) ((__dt)(__st)): 37 ^: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:321:In file included from 15radeon_probe.c:: 43errorIn file included from : : radeon_misc.cuse of undeclared identifier 'x': 27In file included from return (((x & 0xFF000000) >> 24) |: ./radeon_probe.hIn file included from ^./radeon_probe.h ::4040: : In file included from In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h37:: 37/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h302::31915::1 /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:error : :error322: :redefinition of '__uint32_t' as different kind of symboluse of undeclared identifier 'x'15 : error: bswap_32(uint32_t x) return (((x & 0xFF00000000000000ull) >> 56) | In file included from use of undeclared identifier 'x' ^^ ../config.hati.c: ((x & 0x00FF0000) >> 8) |:153 : ^18 65:: In file included from note: ./ati.h:expanded from macro 'bswap_32'28 : In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: #define bswap_32 bswap32/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :300 ^: 10:/usr/include/sys/bswap.h :warning: 68/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::type specifier missing, defaults to 'int' [-Wimplicit-int]9323 :: 15note:: expanded from macro 'bswap32'error : use of undeclared identifier 'x'bswap_64(uint64_t x) __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ ^ ((x & 0x0000FF00) << 8) | /usr/include/stdint.h ^/usr/include/sys/types.h: :7580::1818: :note : noteexpanded from macro 'uint32_t': expanded from macro 'uint64_t' #define uint32_t __uint32_t #define uint64_t __uint64_t ^ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/usr/include/sys/common_int_types.h::303In file included from :ati.c/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h15::50::32427:: 6515 :errornote: : In file included from use of undeclared identifier 'x'./ati.h :: errorprevious definition is here28: ((x & 0x00FF000000000000ull) >> 40) |use of undeclared identifier 'x' : In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:typedef __UINT32_TYPE__ __uint32_t;107: ((x & 0x000000FF) << 24)); /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : ^ ^300 :1 : warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from ati.c:65: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: 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/misc.hradeon_probe.c::363:43300: ::In file included from 101./radeon_probe.h:: :error 40: warningexpected ')': In file included from : ../config.htype specifier missing, defaults to 'int' [-Wimplicit-int]/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h ::15637bswap_16(uint16_t x): : ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :18321/usr/include/sys/stdint.h:::15 55:note:: 18expanded from macro 'bswap_64' error: : note#define bswap_64 bswap64use of undeclared identifier 'x' : ^expanded from macro 'uint16_t' return (((x & 0xFF000000) >> 24) |/usr/include/sys/bswap.h :#define uint16_t __uint16_t64 ^ : 45 ^: note: expanded from macro 'bswap64' In file included from radeon_xvmc.c:32: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h: __CAST(uint64_t, __builtin_constant_p((x)) ? \44 : ^In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h37:: 300 ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h ::3631Makefile:900: recipe for target 'radeon_legacy_memory.lo' failed :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: 1note:gmake[2]: *** [radeon_legacy_memory.lo] Error 1 :warning322: : type specifier missing, defaults to 'int' [-Wimplicit-int]gmake[2]: *** Waiting for unfinished jobs.... to match this '(': 15bswap_16(uint16_t x): ../config.herror^: : 156use of undeclared identifier 'x'../config.h::18 :150 :note ((x & 0x00FF0000) >> 8) |18: :expanded from macro 'bswap_64' note ^: #define bswap_64 bswap64/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : ^304 :expanded from macro 'bswap_16'/usr/include/sys/bswap.h 15::64#define bswap_16 bswap16 :error2 : : ^use of undeclared identifier 'x' note/usr/include/sys/bswap.h: :expanded from macro 'bswap64'72 ((x & 0x0000FF0000000000ull) >> 24) |: 19/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: ^323 :note __CAST(uint64_t, __builtin_constant_p((x)) ? \ 15 ^: expanded from macro 'bswap16': error: use of undeclared identifier 'x' /usr/include/sys/cdefs.h __CAST(uint16_t, __builtin_constant_p((x)) ? \ : ^ ((x & 0x0000FF00) << 8) |606 : ^35In file included from :radeon_xvmc.c : 32note: : In file included from expanded from macro '__CAST'/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h ::44#define __CAST(__dt, __st) ((__dt)(__st)): In file included from 305/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/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::324::363 15error:In file included from 1: ati.c:use of undeclared identifier 'x': 65error:: ((x & 0x000000FF00000000ull) >> 8) | : errorexpected ')'In file included from ^./ati.h : ../config.h::28150use of undeclared identifier 'x': 18:: In file included from ((x & 0x000000FF) << 24));/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h :note ^: 107expanded from macro 'bswap_16': /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::#define bswap_16 bswap16306300: : ^115:: errorerror/usr/include/sys/bswap.h: : :redefinition of '__uint64_t' as different kind of symbol72use of undeclared identifier 'x': 45bswap_64(uint64_t x): ^note : ((x & 0x00000000FF000000ull) << 8) |../config.hexpanded from macro 'bswap16': 156 ^: 18: note: expanded from macro 'bswap_64' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h#define bswap_64 bswap64: 363 ^: 1:/usr/include/sys/bswap.h note:: 64to match this '(': 9/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h../config.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::: 150::note18307:363: : noteexpanded from macro 'bswap64': 15expanded from macro 'bswap_16' : :10: #define bswap_16 bswap16errorwarning __CAST(uint64_t, __builtin_constant_p((x)) ? \: ^use of undeclared identifier 'x' : /usr/include/sys/bswap.htype specifier missing, defaults to 'int' [-Wimplicit-int] ^ :bswap_16(uint16_t x)72 :/usr/include/stdint.h ((x & 0x0000000000FF0000ull) << 24) | ^:2 :75 ^ /usr/include/sys/types.h ::note18: 70expanded from macro 'bswap16': : note: 18expanded from macro 'uint64_t': __CAST(uint16_t, __builtin_constant_p((x)) ? \ note ^: #define uint64_t __uint64_texpanded from macro 'uint16_t'/usr/include/sys/cdefs.h : ^606 :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h#define uint16_t __uint16_t/usr/include/sys/common_int_types.h35 : ^:: 308note52:: 15::27 expanded from macro '__CAST'error: In file included from note: : radeon_probe.cprevious definition is hereuse of undeclared identifier 'x': 43#define __CAST(__dt, __st) ((__dt)(__st)): In file included from typedef __UINT64_TYPE__ __uint64_t;./radeon_probe.h ^: 40 ((x & 0x000000000000FF00ull) << 40) |: In file included from In file included from radeon_xvmc.c ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h ^: 32: :In file included from 37/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h44:: 363In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h1:37:: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.hwarning:: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.htype specifier missing, defaults to 'int' [-Wimplicit-int]: 363309:bswap_16(uint16_t x)1 ::^15 : ../config.herror : errorredefinition of '__uint16_t' as different kind of symbol: : 150use of undeclared identifier 'x'bswap_16(uint16_t x): ^18 : ../config.h ((x & 0x00000000000000FFull) << 56));: 150note:: ^18expanded from macro 'bswap_16': note: expanded from macro 'bswap_16'#define bswap_16 bswap16 ^ #define bswap_16 bswap16 /usr/include/sys/bswap.h ^: 72/usr/include/sys/bswap.h::1972:: 9note:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : note:: 319expanded from macro 'bswap16'expanded from macro 'bswap16' :10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] __CAST(uint16_t, __builtin_constant_p((x)) ? \ __CAST(uint16_t, __builtin_constant_p((x)) ? \ bswap_32(uint32_t x) ^ ^ ^ /usr/include/sys/stdint.h/usr/include/sys/stdint.hIn file included from :radeon_probe.c65:::551843:: 18In file included from :ati.c:: 65noteIn file included from : : noteexpanded from macro 'uint32_t'./radeon_probe.h :In file included from 40: #define uint32_t __uint32_t: expanded from macro 'uint16_t'./ati.hIn file included from ^:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h :2837: In file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:In file included from 363::radeon_misc.c#define uint16_t __uint16_t:1 27 ^:: 107In file included from : error/usr/include/sys/common_int_types.h./radeon_probe.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: :expected ')':40302: :In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h15 :48../config.h:: :2715037::: error/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h18 :: 319note::1 use of undeclared identifier 'x'note: :: expanded from macro 'bswap_16'previous definition is herewarning : return (((x & 0xFF00000000000000ull) >> 56) |type specifier missing, defaults to 'int' [-Wimplicit-int] ^typedef __UINT16_TYPE__ __uint16_t; bswap_32(uint32_t x) #define bswap_16 bswap16 ^ ^^ /usr/include/sys/bswap.h:../config.h72:153::1845:: notenote: : expanded from macro 'bswap_32'expanded from macro 'bswap16' #define bswap_32 bswap32 ^ __CAST(uint16_t, __builtin_constant_p((x)) ? \/usr/include/sys/bswap.h : ^68 :19/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::363 :note1: :expanded from macro 'bswap32' note: to match this '(' In file included from ../config.h __CAST(uint32_t, __builtin_constant_p((x)) ? \: radeon_xvmc.c ^150 :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:32:18In file included from : 303In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86.h:radeon_misc.c 15::4427note: : : :In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.herror:In file included from expanded from macro 'bswap_16': 37./radeon_probe.huse of undeclared identifier 'x': :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h#define bswap_16 bswap1640 : ^ ((x & 0x00FF000000000000ull) >> 40) |In file included from :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h 365:: ^15/usr/include/sys/bswap.h 37::: 72/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: 2319::error 1note: : use of undeclared identifier 'x'expanded from macro 'bswap16' : error return (((x & 0xFF00) >> 8) |: expected ')' ^ __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^../config.h :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/usr/include/sys/cdefs.h153::606304:::1535:18: :error : noteuse of undeclared identifier 'x'note: : expanded from macro '__CAST' expanded from macro 'bswap_32'fatal error : ((x & 0x0000FF0000000000ull) >> 24) |#define __CAST(__dt, __st) ((__dt)(__st))#define bswap_32 bswap32 too many errors emitted, stopping now [-ferror-limit=] ^ ^ ^ /usr/include/sys/bswap.h:68:45: noteIn file included from : radeon_probe.cexpanded from macro 'bswap32' :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 __CAST(uint32_t, __builtin_constant_p((x)) ? \: 37: ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :363:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h1:: 305error::319: :151:: redefinition of '__uint16_t' as different kind of symbolerror note: : use of undeclared identifier 'x'to match this '(' bswap_16(uint16_t x) ../config.h^ : ((x & 0x000000FF00000000ull) >> 8) |../config.h153 : ^:18 150::18 : notenote: : expanded from macro 'bswap_32' expanded from macro 'bswap_16' #define bswap_32 bswap32 ^#define bswap_16 bswap16 /usr/include/sys/bswap.h:68 ^:2: note: /usr/include/sys/bswap.hexpanded from macro 'bswap32' :72:9:/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h :note306: __CAST(uint32_t, __builtin_constant_p((x)) ? \:expanded from macro 'bswap16'15 : ^ error __CAST(uint16_t, __builtin_constant_p((x)) ? \: /usr/include/sys/cdefs.h use of undeclared identifier 'x' ^ : 606/usr/include/sys/types.h:35:: note ((x & 0x00000000FF000000ull) << 8) |: expanded from macro '__CAST'70 ^: 18: #define __CAST(__dt, __st) ((__dt)(__st))note : ^expanded from macro 'uint16_t' #define uint16_t __uint16_t In file included from ^ radeon_misc.c/usr/include/sys/common_int_types.h::4827: :In file included from 27:./radeon_probe.h :note40: : previous definition is here/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.h307::37typedef __UINT16_TYPE__ __uint16_t;15: :/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h : ^319 error:: 1use of undeclared identifier 'x': error: redefinition of '__uint32_t' as different kind of symbol ((x & 0x0000000000FF0000ull) << 24) |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/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::18308: :note15:: expanded from macro 'uint32_t'error: use of undeclared identifier 'x' #define uint32_t __uint32_t ^ ((x & 0x000000000000FF00ull) << 40) |In file included from /usr/include/sys/common_int_types.hradeon_probe.c:: 43 ^: 50In file included from ./radeon_probe.h::2740:: In file included from note/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h: :37previous definition is here: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:365:15: error: typedef __UINT32_TYPE__ __uint32_t;use of undeclared identifier 'x' ^ return (((x & 0xFF00) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/stdint.h:65:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from radeon_misc.cIn file included from :ati.c27:: 65In file included from : ./radeon_probe.hIn file included from :./ati.h40:: 28In file included from : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: 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/xf86Pci.h::321107:: 15/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::319:1 :error : warning: use of undeclared identifier 'x'type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ return (((x & 0xFF000000) >> 24) | ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from ati.c:65: In file included from ./ati.h:28: /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/xf86Pci.h322::10715: : /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.herror:319: :use of undeclared identifier 'x'1 : error: expected ')' ((x & 0x00FF0000) >> 8) | ../config.h ^: 153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h::1323::15 note: : errorto match this '(': use of undeclared identifier 'x'../config.h :153:18: note: expanded from macro 'bswap_32' ((x & 0x0000FF00) << 8) | ^ #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h#define __CAST(__dt, __st) ((__dt)(__st)): 324:15 ^: error: use of undeclared identifier 'x' In file included from ati.c:65 ((x & 0x000000FF) << 24));: In file included from ./ati.h :28: ^In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/stdint.h:65:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:6363 warning:10s: and warning: 20type specifier missing, defaults to 'int' [-Wimplicit-int] errors generated. bswap_16(uint16_t x) ^ /usr/include/sys/stdint.h:55:18: note: In file included from expanded from macro 'uint16_t'ati.c: 65: In file included from ./ati.h:28#define uint16_t __uint16_t: 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:In file included from 15:radeon_misc.c :error27: : use of undeclared identifier 'x' 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 return (((x & 0xFF000000) >> 24) |: /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' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322 __CAST(uint16_t, __builtin_constant_p((x)) ? \ : ^15 : error: use of undeclared identifier 'x' In file included from radeon_misc.c:27: In file included from ./radeon_probe.h ((x & 0x00FF0000) >> 8) |:40 : In file included from ^/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h :37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h: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' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:323 __CAST(uint16_t, __builtin_constant_p((x)) ? \: 15 ^: error/data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:: 363use of undeclared identifier 'x' :1: note: to match this '(' ((x & 0x0000FF00) << 8) | ../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' /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:324:15:#define __CAST(__dt, __st) ((__dt)(__st)) error ^: use of undeclared identifier 'x' In file included from radeon_misc.c ((x & 0x000000FF) << 24));: 27: ^In file included from ./radeon_probe.h:40: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from radeon_misc.c:27: In file included from ./radeon_probe.h:40: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from ati.c:65: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from ati.c:65: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from ati.c:65: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/stdint.h:55:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from ati.c:65: In file included from ./ati.h:28: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86Pci.h:107: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] Makefile:900: recipe for target 'atimodule.lo' failed gmake[2]: *** [atimodule.lo] Error 1 6 warnings and 20 errors generated. 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: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_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: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_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; ^ Makefile:900: recipe for target 'ati.lo' failed gmake[2]: *** [ati.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. 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:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ Makefile:900: recipe for target 'radeon_misc.lo' failed gmake[2]: *** [radeon_misc.lo] Error 1 /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_cursor.c:54: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] 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_cursor.c:54: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: 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_cursor.c:54: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /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_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: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_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 radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:156:18: note6: warningexpanded from macro 'bswap_64's and 20#define bswap_64 bswap64 error s ^ generated. /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)) ^ Makefile:900: recipe for target 'radeon_probe.lo' failed gmake[2]: *** [radeon_probe.lo] Error 1 In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:45: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from radeon_textured_video.c:37: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] Makefile:900: recipe for target 'radeon_video.lo' failed gmake[2]: *** [radeon_video.lo] Error 1 In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:19: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: expected ')' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:45: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: note: to match this '(' ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:2: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:300:1: error: redefinition of '__uint64_t' as different kind of symbol bswap_64(uint64_t x) ^ ../config.h:156:18: note: expanded from macro 'bswap_64' #define bswap_64 bswap64 ^ /usr/include/sys/bswap.h:64:9: note: expanded from macro 'bswap64' __CAST(uint64_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:90:18: note: expanded from macro 'uint64_t' #define uint64_t __uint64_t ^ /usr/include/sys/common_int_types.h:52:27: note: previous definition is here typedef __UINT64_TYPE__ __uint64_t; ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:302:15: error: use of undeclared identifier 'x' return (((x & 0xFF00000000000000ull) >> 56) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:303:15: error: use of undeclared identifier 'x' ((x & 0x00FF000000000000ull) >> 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:304:15: error: use of undeclared identifier 'x' ((x & 0x0000FF0000000000ull) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:305:15: error: use of undeclared identifier 'x' ((x & 0x000000FF00000000ull) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:306:15: error: use of undeclared identifier 'x' ((x & 0x00000000FF000000ull) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:307:15: error: use of undeclared identifier 'x' ((x & 0x0000000000FF0000ull) << 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:308:15: error: use of undeclared identifier 'x' ((x & 0x000000000000FF00ull) << 40) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:309:15: error: use of undeclared identifier 'x' ((x & 0x00000000000000FFull) << 56)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:19: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: expected ')' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ 6/usr/include/sys/bswap.h warnings: and 6820: error45s generated. : note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: note: to match this '(' ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:2: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:319:1: error: redefinition of '__uint32_t' as different kind of symbol bswap_32(uint32_t x) ^ ../config.h:153:18: note: expanded from macro 'bswap_32' #define bswap_32 bswap32 ^ /usr/include/sys/bswap.h:68:9: note: expanded from macro 'bswap32' __CAST(uint32_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:80:18: note: expanded from macro 'uint32_t' #define uint32_t __uint32_t ^ /usr/include/sys/common_int_types.h:50:27: note: previous definition is here typedef __UINT32_TYPE__ __uint32_t; ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:321:15: error: use of undeclared identifier 'x' return (((x & 0xFF000000) >> 24) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:322:15: error: use of undeclared identifier 'x' ((x & 0x00FF0000) >> 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:323:15: error: use of undeclared identifier 'x' ((x & 0x0000FF00) << 8) | ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:324:15: error: use of undeclared identifier 'x' ((x & 0x000000FF) << 24)); ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:10: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:19: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: expected ')' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:45: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: note: to match this '(' ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:2: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/cdefs.h:606:35: note: expanded from macro '__CAST' #define __CAST(__dt, __st) ((__dt)(__st)) ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:363:1: error: redefinition of '__uint16_t' as different kind of symbol bswap_16(uint16_t x) ^ ../config.h:150:18: note: expanded from macro 'bswap_16' #define bswap_16 bswap16 ^ /usr/include/sys/bswap.h:72:9: note: expanded from macro 'bswap16' __CAST(uint16_t, __builtin_constant_p((x)) ? \ ^ /usr/include/sys/types.h:70:18: note: expanded from macro 'uint16_t' #define uint16_t __uint16_t ^ /usr/include/sys/common_int_types.h:48:27: note: previous definition is here typedef __UINT16_TYPE__ __uint16_t; ^ In file included from radeon_accel.c:80: In file included from ./radeon.h:46: In file included from /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/xf86str.h:37: /data/scratch/x11/xf86-video-ati6/work/.buildlink/include/xorg/misc.h:365:15: error: use of undeclared identifier 'x' return (((x & 0xFF00) >> 8) | ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] Makefile:900: recipe for target 'legacy_output.lo' failed gmake[2]: *** [legacy_output.lo] Error 1 6 warnings and 20 errors generated. 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.h6: warning156s: and 1820: error snote generated. : 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.hMakefile:900: recipe for target 'radeon_vip.lo' failed :gmake[2]: *** [radeon_vip.lo] Error 1 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=] 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_bios.lo' failed gmake[2]: *** [radeon_bios.lo] Error 1 6 warnings and 20 errors generated. 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_accel.lo' failed gmake[2]: *** [radeon_accel.lo] Error 1 6 warnings and 20 errors generated. 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_mm_i2c.lo' failed gmake[2]: *** [radeon_mm_i2c.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