Advertisement
Guest User

Untitled

a guest
Apr 1st, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. configure:7538: checking for max_align_t
  2. configure:7538: g++ -c -g -O2 conftest.cpp >&5
  3. conftest.cpp: In function 'int main()':
  4. conftest.cpp:51:13: error: 'max_align_t' was not declared in this scope
  5. if (sizeof (max_align_t))
  6. ^
  7. configure:7538: $? = 1
  8. configure: failed program was:
  9. | /* confdefs.h */
  10. | #define PACKAGE_NAME "mini-httpd"
  11. | #define PACKAGE_TARNAME "mini-httpd"
  12. | #define PACKAGE_VERSION "1.5.2-5f71"
  13. | #define PACKAGE_STRING "mini-httpd 1.5.2-5f71"
  14. | #define PACKAGE_BUGREPORT "simons@cryp.to"
  15. | #define PACKAGE_URL "http://www.nongnu.org/mini-httpd/"
  16. | #define PACKAGE "mini-httpd"
  17. | #define VERSION "1.5.2-5f71"
  18. | #define STDC_HEADERS 1
  19. | #define HAVE_SYS_TYPES_H 1
  20. | #define HAVE_SYS_STAT_H 1
  21. | #define HAVE_STDLIB_H 1
  22. | #define HAVE_STRING_H 1
  23. | #define HAVE_MEMORY_H 1
  24. | #define HAVE_STRINGS_H 1
  25. | #define HAVE_INTTYPES_H 1
  26. | #define HAVE_STDINT_H 1
  27. | #define HAVE_UNISTD_H 1
  28. | #define __EXTENSIONS__ 1
  29. | #define _ALL_SOURCE 1
  30. | #define _DARWIN_C_SOURCE 1
  31. | #define _GNU_SOURCE 1
  32. | #define __USE_MINGW_ANSI_STDIO 1
  33. | #define _POSIX_PTHREAD_SEMANTICS 1
  34. | #define _TANDEM_SOURCE 1
  35. | #define HAVE_GETOPT_H 1
  36. | #define HAVE_UNISTD_H 1
  37. | #define HAVE_GETOPT_H 1
  38. | #define HAVE_GETOPT_LONG_ONLY 1
  39. | #define HAVE_DECL_GETENV 1
  40. | #define HAVE_SIGSET_T 1
  41. | #define HAVE_WCHAR_T 1
  42. | #define GNULIB_TEST_GETOPT_GNU 1
  43. | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1
  44. | #define HAVE_RAW_DECL_SIGACTION 1
  45. | #define HAVE_RAW_DECL_SIGADDSET 1
  46. | #define HAVE_RAW_DECL_SIGDELSET 1
  47. | #define HAVE_RAW_DECL_SIGEMPTYSET 1
  48. | #define HAVE_RAW_DECL_SIGFILLSET 1
  49. | #define HAVE_RAW_DECL_SIGISMEMBER 1
  50. | #define HAVE_RAW_DECL_SIGPENDING 1
  51. | #define HAVE_RAW_DECL_SIGPROCMASK 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:7538: result: no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement