Advertisement
Psyber

hunspell error

Mar 20th, 2018
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. $ make
  2. make all-recursive
  3. make[1]: Entering directory '/cygdrive/c/Users/Owner-1/Downloads/hunspell-1.6.1/hunspell-1.6.1'
  4. Making all in intl
  5. make[2]: Entering directory '/cygdrive/c/Users/Owner-1/Downloads/hunspell-1.6.1/hunspell-1.6.1/intl'
  6. gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY -DINSTALLDIR=\"/usr/local/lib\" -DNO_XMALLOC -Dset_relocation_prefix=libintl_set_relocation_prefix -Drelocate=libintl_relocate -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -fvisibility=hidden xsize.c
  7. In file included from xsize.c:3:0:
  8. xsize.h:31:3: error: #error "Please include config.h first."
  9. #error "Please include config.h first."
  10. ^~~~~
  11. xsize.h:33:1: error: unknown type name ‘_GL_INLINE_HEADER_BEGIN’
  12. _GL_INLINE_HEADER_BEGIN
  13. ^~~~~~~~~~~~~~~~~~~~~~~
  14. xsize.h:59:14: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘size_t’
  15. XSIZE_INLINE size_t
  16. ^~~~~~
  17. xsize.c:2:22: error: unknown type name ‘_GL_EXTERN_INLINE’
  18. #define XSIZE_INLINE _GL_EXTERN_INLINE
  19. ^
  20. xsize.h:70:1: note: in expansion of macro ‘XSIZE_INLINE’
  21. XSIZE_INLINE size_t
  22. ^~~~~~~~~~~~
  23. In file included from xsize.c:3:0:
  24. xsize.h:74:1: warning: ‘__pure__’ attribute ignored [-Wattributes]
  25. xsum3 (size_t size1, size_t size2, size_t size3)
  26. ^~~~~
  27. xsize.h:70:14: error: ‘size_t’ redeclared as different kind of symbol
  28. XSIZE_INLINE size_t
  29. ^~~~~~
  30. In file included from xsize.h:22:0,
  31. from xsize.c:3:
  32. /usr/lib/gcc/x86_64-pc-cygwin/6.4.0/include/stddef.h:216:23: note: previous declaration of ‘size_t’ was here
  33. typedef __SIZE_TYPE__ size_t;
  34. ^~~~~~
  35. In file included from xsize.c:3:0:
  36. xsize.h:74:1: error: expected ‘,’ or ‘;’ before ‘xsum3’
  37. xsum3 (size_t size1, size_t size2, size_t size3)
  38. ^~~~~
  39. xsize.c:2:22: error: unknown type name ‘_GL_EXTERN_INLINE’
  40. #define XSIZE_INLINE _GL_EXTERN_INLINE
  41. ^
  42. xsize.h:80:1: note: in expansion of macro ‘XSIZE_INLINE’
  43. XSIZE_INLINE size_t
  44. ^~~~~~~~~~~~
  45. In file included from xsize.c:3:0:
  46. xsize.h:84:1: warning: ‘__pure__’ attribute ignored [-Wattributes]
  47. xsum4 (size_t size1, size_t size2, size_t size3, size_t size4)
  48. ^~~~~
  49. xsize.h:84:1: error: expected ‘,’ or ‘;’ before ‘xsum4’
  50. xsize.c:2:22: error: unknown type name ‘_GL_EXTERN_INLINE’
  51. #define XSIZE_INLINE _GL_EXTERN_INLINE
  52. ^
  53. xsize.h:90:1: note: in expansion of macro ‘XSIZE_INLINE’
  54. XSIZE_INLINE size_t
  55. ^~~~~~~~~~~~
  56. In file included from xsize.c:3:0:
  57. xsize.h:94:1: warning: ‘__pure__’ attribute ignored [-Wattributes]
  58. xmax (size_t size1, size_t size2)
  59. ^~~~
  60. xsize.h:94:1: error: expected ‘,’ or ‘;’ before ‘xmax’
  61. xsize.c:3:0: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ at end of input
  62. #include "xsize.h"
  63.  
  64. make[2]: *** [Makefile:249: xsize.o] Error 1
  65. make[2]: Leaving directory '/cygdrive/c/Users/Owner-1/Downloads/hunspell-1.6.1/hunspell-1.6.1/intl'
  66. make[1]: *** [Makefile:531: all-recursive] Error 1
  67. make[1]: Leaving directory '/cygdrive/c/Users/Owner-1/Downloads/hunspell-1.6.1/hunspell-1.6.1'
  68. make: *** [Makefile:438: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement