Advertisement
Guest User

Untitled

a guest
Sep 20th, 2016
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.38 KB | None | 0 0
  1. [mhd@dhcppc4 aegisub-3.2.2]$ ./configure   --with-boost=/usr/local                                                                    
  2. checking for gcc... gcc
  3. checking whether the C compiler works... yes
  4. checking for C compiler default output file name... a.out
  5. checking for suffix of executables...
  6. checking whether we are cross compiling... no
  7. checking for suffix of object files... o
  8. checking whether we are using the GNU C compiler... yes
  9. checking whether gcc accepts -g... yes
  10. checking for gcc option to accept ISO C89... none needed
  11. checking how to run the C preprocessor... gcc -E
  12. checking for grep that handles long lines and -e... /usr/bin/grep
  13. checking for egrep... /usr/bin/grep -E
  14. checking for ANSI C header files... yes
  15. checking for sys/types.h... yes
  16. checking for sys/stat.h... yes
  17. checking for stdlib.h... yes
  18. checking for string.h... yes
  19. checking for memory.h... yes
  20. checking for strings.h... yes
  21. checking for inttypes.h... yes
  22. checking for stdint.h... yes
  23. checking for unistd.h... yes
  24. checking minix/config.h usability... no
  25. checking minix/config.h presence... no
  26. checking for minix/config.h... no
  27. checking whether it is safe to define __EXTENSIONS__... yes
  28. checking build system type... x86_64-unknown-linux-gnu
  29. checking host system type... x86_64-unknown-linux-gnu
  30. checking for MDCPUCFG setting... md/_linux.cfg
  31. checking whether BUILD_CREDIT has been set... no
  32. checking for GNU make... make
  33. checking for gcc... (cached) gcc
  34. checking whether we are using the GNU C compiler... (cached) yes
  35. checking whether gcc accepts -g... (cached) yes
  36. checking for gcc option to accept ISO C89... (cached) none needed
  37. checking for g++... g++
  38. checking whether we are using the GNU C++ compiler... yes
  39. checking whether g++ accepts -g... yes
  40. checking for a BSD-compatible install... /usr/bin/install -c
  41. checking for ranlib... ranlib
  42. checking for pkg-config... /usr/bin/pkg-config
  43. checking pkg-config is at least version 0.20... yes
  44. checking for version... 3.2.2 from cached git_version.h
  45. checking for build date... 2016-09-20 17:20 IRDT
  46. checking for the pthreads library -lpthreads... no
  47. checking whether pthreads work without any flags... no
  48. checking whether pthreads work with -Kthread... no
  49. checking whether pthreads work with -kthread... no
  50. checking for the pthreads library -llthread... no
  51. checking whether pthreads work with -pthread... yes
  52. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  53. checking if more special flags are required for pthreads... no
  54. checking for PTHREAD_PRIO_INHERIT... yes
  55. checking whether g++ supports -std=c++11... yes
  56. checking whether g++ supports -Wno-c++11-narrowing... yes
  57. checking whether gcc supports -Wno-unused-local-typedefs... yes
  58. checking whether g++ supports -Wno-unused-local-typedefs... yes
  59. checking whether g++ supports -stdlib=libc++... no
  60. checking for main in -lm... yes
  61. checking for dlclose in -ldl... yes
  62. checking how to run the C++ preprocessor... g++ -E
  63. checking sys/time.h usability... yes
  64. checking sys/time.h presence... yes
  65. checking for sys/time.h... yes
  66. checking for X... libraries , headers
  67. checking for gethostbyname... yes
  68. checking for connect... yes
  69. checking for remove... yes
  70. checking for shmat... yes
  71. checking for IceConnectionNumber in -lICE... yes
  72. checking for a sed that does not truncate output... /usr/bin/sed
  73. checking whether we are using the Microsoft C compiler... no
  74. checking windows.h usability... no
  75. checking windows.h presence... no
  76. checking for windows.h... no
  77. checking for GL/gl.h... yes
  78. checking for OpenGL/gl.h... no
  79. checking for OpenGL library... -lGL
  80. checking for FREETYPE... yes
  81. checking for FONTCONFIG... yes
  82. checking for LIBASS... yes
  83. checking for boostlib >= 1.50.0... yes
  84. checking for exit in -lboost_chrono... yes
  85. checking for exit in -lboost_filesystem... yes
  86. checking for exit in -lboost_locale... yes
  87. checking for exit in -lboost_regex... yes
  88. checking for exit in -lboost_system... yes
  89. checking for exit in -lboost_thread... yes
  90. checking boost/spirit/home/phoenix/version.hpp usability... no
  91. checking boost/spirit/home/phoenix/version.hpp presence... no
  92. checking for boost/spirit/home/phoenix/version.hpp... no
  93. checking for ICU_UC... yes
  94. checking for ICU_I18N... yes
  95. checking whether boost ICU support works... no
  96. configure: error: in `/home/mhd/src/aegisub-3.2.2':
  97. configure: error: Aegisub requires that boost be built with ICU support.
  98. See `config.log' for more details
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement