Advertisement
Guest User

Untitled

a guest
Apr 1st, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. configure:7608: checking for max_align_t
  2. configure:7608: gcc -c -g -O2 conftest.c >&5
  3. configure:7608: $? = 0
  4. configure:7608: gcc -c -g -O2 conftest.c >&5
  5. conftest.c: In function 'main':
  6. conftest.c:49:26: error: expected expression before ')' token
  7. if (sizeof ((max_align_t)))
  8. ^
  9. configure:7608: $? = 1
  10. configure: failed program was:
  11. | /* confdefs.h */
  12. | #define PACKAGE_NAME "dummy"
  13. | #define PACKAGE_TARNAME "dummy"
  14. | #define PACKAGE_VERSION "0"
  15. | #define PACKAGE_STRING "dummy 0"
  16. | #define PACKAGE_BUGREPORT ""
  17. | #define PACKAGE_URL ""
  18. | #define PACKAGE "dummy"
  19. | #define VERSION "0"
  20. | #define STDC_HEADERS 1
  21. | #define HAVE_SYS_TYPES_H 1
  22. | #define HAVE_SYS_STAT_H 1
  23. | #define HAVE_STDLIB_H 1
  24. | #define HAVE_STRING_H 1
  25. | #define HAVE_MEMORY_H 1
  26. | #define HAVE_STRINGS_H 1
  27. | #define HAVE_INTTYPES_H 1
  28. | #define HAVE_STDINT_H 1
  29. | #define HAVE_UNISTD_H 1
  30. | #define __EXTENSIONS__ 1
  31. | #define _ALL_SOURCE 1
  32. | #define _DARWIN_C_SOURCE 1
  33. | #define _GNU_SOURCE 1
  34. | #define __USE_MINGW_ANSI_STDIO 1
  35. | #define _POSIX_PTHREAD_SEMANTICS 1
  36. | #define _TANDEM_SOURCE 1
  37. | #define HAVE_UNSIGNED_LONG_LONG_INT 1
  38. | #define HAVE_LONG_LONG_INT 1
  39. | #define HAVE_WCHAR_H 1
  40. | #define HAVE_STDINT_H 1
  41. | #define HAVE_INTTYPES_H 1
  42. | #define HAVE_UNISTD_H 1
  43. | #define HAVE_FEATURES_H 1
  44. | #define HAVE_RAW_DECL_IMAXABS 1
  45. | #define HAVE_RAW_DECL_IMAXDIV 1
  46. | #define HAVE_RAW_DECL_STRTOIMAX 1
  47. | #define HAVE_RAW_DECL_STRTOUMAX 1
  48. | #define HAVE_INTTYPES_H 1
  49. | #define HAVE__BOOL 1
  50. | #define HAVE_WCHAR_T 1
  51. | #define HAVE_WINT_T 1
  52. | /* end confdefs.h. */
  53. | #include <stddef.h>
  54. |
  55. |
  56. | int
  57. | main ()
  58. | {
  59. | if (sizeof ((max_align_t)))
  60. | return 0;
  61. | ;
  62. | return 0;
  63. | }
  64. configure:7608: result: yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement