Advertisement
Guest User

Untitled

a guest
May 21st, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. checking that the build tools exist
  2. Checking for /bin/sh (bash (or another shell))... found.
  3. Checking for echo (coreutils)... found.
  4. Checking for echo -n (coreutils)... found.
  5. Checking for cat (coreutils)... found.
  6. Checking for mkdir -p (coreutils)... found.
  7. Checking for cp (coreutils)... found.
  8. Checking for cp -r (coreutils)... found.
  9. Checking for rm -f (coreutils)... found.
  10. Checking for rm -f -r (coreutils)... found.
  11. Checking for mv (coreutils)... found.
  12. Checking for echo test | tee /dev/stderr (coreutils)... found.
  13. Checking for sed (sed)... found.
  14. Checking for find (findutils)... found.
  15. Checking for diff (diff)... found.
  16. Checking for cc (gcc)... found.
  17. Checking for g++ (g++)... found.
  18. Checking for ranlib (binutils)... found.
  19. Checking for ar (binutils)... found.
  20. Checking for pkg-config (pkg-config)... found.
  21. Checking for unzip (unzip)... found.
  22. Checking for git (git-core)... found.
  23. Checking for svn (subversion)... found.
  24. Checking for wget (wget)... found.
  25. Checking for ldd (libc6)... found.
  26. All required tools have been found!
  27.  
  28. checking that the dependencies exist
  29. Checking for jpeglib.h (libjpeg8-dev)... found and links.
  30. Checking for glib.h (libglib2.0-dev)... found and links.
  31. Checking for libxml/xpath.h (libxml2-dev)... found and links.
  32. Checking for png.h (libpng12-dev)... found and links.
  33. Checking for GL/gl.h (mesa-common-dev (or another OpenGL library))... found and links.
  34. Checking for gtk/gtkdialog.h (libgtk2.0-dev)... found and links.
  35. Checking for pango/pangoft2.h (libpango1.0-dev)... found and links.
  36. Checking for gtk/gtkglwidget.h (libgtkglext1-dev)... found and links.
  37. Checking for dlfcn.h (libc6-dev)... found and links.
  38. Checking for zlib.h (zlib1g-dev)... found and links.
  39. All required libraries have been found!
  40.  
  41. g++ contrib/bobtoolz/DPatch.cpp -MMD -W -Wall -Wcast-align -Wcast-qual -Wno-unused-parameter -fno-strict-aliasing -g -O -fPIC -Wno-non-virtual-dtor -Wreorder -fno-exceptions -fno-rtti -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/libpng12 -I/usr/include/harfbuzz -Ilibs -Iinclude -DPOSIX -DXWINDOWS -DRADIANT_VERSION="\"1.5.0n-git-84fe6dc\"" -DRADIANT_MAJOR_VERSION="\"5\"" -DRADIANT_MINOR_VERSION="\"0\"" -DRADIANT_ABOUTMSG="\"Custom build\"" -DQ3MAP_VERSION="\"2.5.17n-git-84fe6dc\"" -DRADIANT_EXECUTABLE="\"x86_64\"" -c -o contrib/bobtoolz/DPatch.o
  42. contrib/bobtoolz/DPatch.cpp:305:3: warning: identifier ‘nullptr’ is a keyword in C++11 [-Wc++0x-compat]
  43. return nullptr;
  44. ^
  45. In file included from contrib/bobtoolz/DPatch.cpp:27:0:
  46. libs/str.h:432:38: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  47. const char GetAt( std::size_t nIndex ) { return m_pStr[nIndex]; }
  48. ^
  49. In file included from contrib/bobtoolz/DPatch.cpp:27:0:
  50. libs/str.h: In member function ‘const char* Str::Left(std::size_t)’:
  51. libs/str.h:257:14: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  52. g_pStrWork = "";
  53. ^
  54. libs/str.h: In member function ‘const char* Str::Mid(std::size_t, std::size_t) const’:
  55. libs/str.h:293:14: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  56. g_pStrWork = "";
  57. ^
  58. contrib/bobtoolz/DPatch.cpp: In member function ‘DPatch* DPatch::MergePatches(patch_merge_t, DPatch*, DPatch*)’:
  59. contrib/bobtoolz/DPatch.cpp:305:10: error: ‘nullptr’ was not declared in this scope
  60. return nullptr;
  61. ^
  62. contrib/bobtoolz/DPatch.cpp: In member function ‘std::list<DPatch> DPatch::Split()’:
  63. contrib/bobtoolz/DPatch.cpp:486:6: warning: unused variable ‘i’ [-Wunused-variable]
  64. int i;
  65. ^
  66. contrib/bobtoolz/DPatch.cpp:487:6: warning: unused variable ‘x’ [-Wunused-variable]
  67. int x, y;
  68. ^
  69. contrib/bobtoolz/DPatch.cpp:487:9: warning: unused variable ‘y’ [-Wunused-variable]
  70. int x, y;
  71. ^
  72. In file included from libs/scenelib.h:32:0,
  73. from contrib/bobtoolz/DPatch.cpp:28:
  74. libs/math/aabb.h: At global scope:
  75. libs/math/aabb.h:248:15: warning: ‘aabb_normals’ defined but not used [-Wunused-variable]
  76. const Vector3 aabb_normals[6] = {
  77. ^
  78. make: *** [contrib/bobtoolz/DPatch.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement