Advertisement
Guest User

./configure --with-tinyxml

a guest
Dec 16th, 2011
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1.  
  2. ⚡ ./configure --with-tinyxml
  3. checking for a BSD-compatible install... /usr/bin/install: setting permissions for `/media/data/Development_Ubuntu/Gource/conftest.dir/conftest.one': Operation not permitted
  4. /usr/bin/install: setting permissions for `/media/data/Development_Ubuntu/Gource/conftest.dir/conftest.two': Operation not permitted
  5. ./install-sh -c
  6. checking whether build environment is sane... yes
  7. checking for a thread-safe mkdir -p... /bin/mkdir -p
  8. checking for gawk... gawk
  9. checking whether make sets $(MAKE)... yes
  10. checking build system type... x86_64-unknown-linux-gnu
  11. checking host system type... x86_64-unknown-linux-gnu
  12. checking for g++... g++
  13. checking whether the C++ compiler works... yes
  14. checking for C++ compiler default output file name... a.out
  15. checking for suffix of executables...
  16. checking whether we are cross compiling... no
  17. checking for suffix of object files... o
  18. checking whether we are using the GNU C++ compiler... yes
  19. checking whether g++ accepts -g... yes
  20. checking for style of include used by make... GNU
  21. checking dependency style of g++... gcc3
  22. checking for timegm... yes
  23. checking for unsetenv... yes
  24. checking how to run the C++ preprocessor... g++ -E
  25. checking for X... libraries , headers
  26. checking for a sed that does not truncate output... /bin/sed
  27. checking for gcc... gcc
  28. checking whether we are using the GNU C compiler... yes
  29. checking whether gcc accepts -g... yes
  30. checking for gcc option to accept ISO C89... none needed
  31. checking dependency style of gcc... gcc3
  32. checking for the pthreads library -lpthreads... no
  33. checking whether pthreads work without any flags... no
  34. checking whether pthreads work with -Kthread... no
  35. checking whether pthreads work with -kthread... no
  36. checking for the pthreads library -llthread... no
  37. checking whether pthreads work with -pthread... yes
  38. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  39. checking if more special flags are required for pthreads... no
  40. checking how to run the C preprocessor... gcc -E
  41. checking for grep that handles long lines and -e... /bin/grep
  42. checking for egrep... /bin/grep -E
  43. checking for ANSI C header files... yes
  44. checking for sys/types.h... yes
  45. checking for sys/stat.h... yes
  46. checking for stdlib.h... yes
  47. checking for string.h... yes
  48. checking for memory.h... yes
  49. checking for strings.h... yes
  50. checking for inttypes.h... yes
  51. checking for stdint.h... yes
  52. checking for unistd.h... yes
  53. checking whether we are using the Microsoft C compiler... no
  54. checking windows.h usability... no
  55. checking windows.h presence... no
  56. checking for windows.h... no
  57. checking for GL/gl.h... yes
  58. checking for OpenGL/gl.h... no
  59. checking for OpenGL library... -lGL
  60. checking for GL/glu.h... yes
  61. checking for OpenGL/glu.h... no
  62. checking for OpenGL Utility library... -lGLU
  63. checking for varargs GLU tesselator callback function type... no
  64. checking for sdl-config... /usr/bin/sdl-config
  65. checking for SDL - version >= 1.2.10... yes
  66. checking for freetype-config... /usr/bin/freetype-config
  67. checking for FreeType -- version >= 9.0.3... yes
  68. checking for IMG_LoadPNG_RW in -lSDL_image... yes
  69. checking for IMG_LoadJPG_RW in -lSDL_image... yes
  70. checking for pcre_compile in -lpcre... yes
  71. checking for glewInit in -lGLEW... yes
  72. checking for boostlib >= 1.46... configure: We could not detect the boost libraries (version 1.46 or higher). If you have a staged boost library (still not installed) please specify $BOOST_ROOT in your environment and do not give a PATH to --with-boost option. If you are sure you have boost installed, then check your version number looking in <boost/version.hpp>. See http://randspringer.de/boost for more documentation.
  73. configure: error: Boost Filesystem >= 1.46 is required. Please see INSTALL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement