Skip to content

Instantly share code, notes, and snippets.

@ilwsm
Created March 27, 2015 23:33
Show Gist options
  • Select an option

  • Save ilwsm/21d4ed24c0d212ee5c3a to your computer and use it in GitHub Desktop.

Select an option

Save ilwsm/21d4ed24c0d212ee5c3a to your computer and use it in GitHub Desktop.
Куча ошибок типа
In file included from *****************/libblkid/src/superblocks/squashfs.c:16:0:
*****************/include/bitops.h:46:29: error: expected ')' before '&' token
# define bswap_64(x) ((((x) & 0x00000000000000FFULL) << 56) | \
^
*****************/include/bitops.h:66:22: note: in expansion of macro 'bswap_64'
# define htobe64(x) bswap_64 (x)
^
F:/Run/Lprogr/Android/ndk/platforms/android-9/arch-arm/usr/include/sys/endian.h:164:12: note: in expansion of macro 'htobe64'
__uint64_t htobe64(__uint64_t);
^
*****************/include/bitops.h:46:54: error: expected ')' before '<<' token
# define bswap_64(x) ((((x) & 0x00000000000000FFULL) << 56) | \
^
*****************/include/bitops.h:66:22: note: in expansion of macro 'bswap_64'
# define htobe64(x) bswap_64 (x)
^
F:/Run/Lprogr/Android/ndk/platforms/android-9/arch-arm/usr/include/sys/endian.h:164:12: note: in expansion of macro 'htobe64'
__uint64_t htobe64(__uint64_t);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment