Advertisement
Guest User

buildthirdparty log contents

a guest
Dec 31st, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. building LinuxNativeDialogs
  2. + cd Source/ThirdParty/LinuxNativeDialogs/UELinuxNativeDialogs
  3. + rm -rf build
  4. + mkdir build
  5. + cd build
  6. + cmake ..
  7. -- The C compiler identification is GNU 4.9.1
  8. -- The CXX compiler identification is GNU 4.9.1
  9. -- Check for working C compiler: /usr/bin/cc
  10. -- Check for working C compiler: /usr/bin/cc -- works
  11. -- Detecting C compiler ABI info
  12. -- Detecting C compiler ABI info - done
  13. -- Check for working CXX compiler: /usr/bin/c++
  14. -- Check for working CXX compiler: /usr/bin/c++ -- works
  15. -- Detecting CXX compiler ABI info
  16. -- Detecting CXX compiler ABI info - done
  17. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
  18. -- Looking for Q_WS_X11
  19. -- Looking for Q_WS_X11 - found
  20. -- Looking for Q_WS_WIN
  21. -- Looking for Q_WS_WIN - not found
  22. -- Looking for Q_WS_QWS
  23. -- Looking for Q_WS_QWS - not found
  24. -- Looking for Q_WS_MAC
  25. -- Looking for Q_WS_MAC - not found
  26. -- checking for module 'gtk+-3.0'
  27. -- found gtk+-3.0, version 3.12.2
  28. -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so
  29. -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found
  30. -- Looking for gethostbyname
  31. -- Looking for gethostbyname - found
  32. -- Looking for connect
  33. -- Looking for connect - found
  34. -- Looking for remove
  35. -- Looking for remove - found
  36. -- Looking for shmat
  37. -- Looking for shmat - found
  38. -- Looking for IceConnectionNumber in ICE
  39. -- Looking for IceConnectionNumber in ICE - found
  40. -- Found X11: /usr/lib64/libX11.so
  41. -- Found OpenGL: /usr/lib64/libGL.so
  42. -- SDL2 found
  43. -- Qt4 found
  44. SDL2 found SDL2;pthread
  45. -- Qt5 found
  46. SDL2 found SDL2;pthread
  47. -- GTK2 found
  48. SDL2 found SDL2;pthread
  49. -- GTK3 found
  50. SDL2 found SDL2;pthread
  51. -- Configuring done
  52. -- Generating done
  53. -- Build files have been written to: /home/kafka/Downloads/programs/UnrealEngine-release/Engine/Source/ThirdParty/LinuxNativeDialogs/UELinuxNativeDialogs/build
  54. + make -j4
  55. Scanning dependencies of target qt5dialog
  56. Scanning dependencies of target qt4dialog
  57. [ 8%] Building CXX object CMakeFiles/qt5dialog.dir/src/qtdialog.cpp.o
  58. [ 16%] Building CXX object CMakeFiles/qt4dialog.dir/src/qtdialog.cpp.o
  59. Scanning dependencies of target gtk2dialog
  60. Scanning dependencies of target gtk3dialog
  61. [ 25%] Building C object CMakeFiles/gtk2dialog.dir/src/gtkdialog.c.o
  62. [ 33%] Building C object CMakeFiles/gtk3dialog.dir/src/gtkdialog.c.o
  63. Linking C shared library libgtk2dialog.so
  64. Linking C shared library libgtk3dialog.so
  65. [ 33%] Built target gtk2dialog
  66. Scanning dependencies of target gtk2sdltest
  67. [ 41%] [ 41%] Built target gtk3dialog
  68. Building CXX object CMakeFiles/gtk2sdltest.dir/src/sdl2test.cpp.o
  69. Scanning dependencies of target gtk2test
  70. [ 50%] Building CXX object CMakeFiles/gtk2test.dir/src/dialogtest.cpp.o
  71. Linking CXX executable gtk2test
  72. [ 50%] Built target gtk2test
  73. Scanning dependencies of target gtk3sdltest
  74. [ 58%] Building CXX object CMakeFiles/gtk3sdltest.dir/src/sdl2test.cpp.o
  75. Linking CXX shared library libqt4dialog.so
  76. Linking CXX executable gtk2sdltest
  77. [ 58%] Built target qt4dialog
  78. Scanning dependencies of target gtk3test
  79. [ 66%] Building CXX object CMakeFiles/gtk3test.dir/src/dialogtest.cpp.o
  80. Linking CXX executable gtk3test
  81. [ 66%] Built target gtk2sdltest
  82. Scanning dependencies of target qt4sdltest
  83. [ 75%] Building CXX object CMakeFiles/qt4sdltest.dir/src/sdl2test.cpp.o
  84. Linking CXX executable gtk3sdltest
  85. [ 75%] Built target gtk3test
  86. Scanning dependencies of target qt4test
  87. [ 83%] Building CXX object CMakeFiles/qt4test.dir/src/dialogtest.cpp.o
  88. Linking CXX shared library libqt5dialog.so
  89. Linking CXX executable qt4test
  90. [ 83%] Built target gtk3sdltest
  91. [ 83%] Built target qt5dialog
  92. Scanning dependencies of target qt5sdltest
  93. Scanning dependencies of target qt5test
  94. [ 91%] [100%] Building CXX object CMakeFiles/qt5sdltest.dir/src/sdl2test.cpp.o
  95. Building CXX object CMakeFiles/qt5test.dir/src/dialogtest.cpp.o
  96. [100%] Built target qt4test
  97. Linking CXX executable qt5test
  98. Linking CXX executable qt4sdltest
  99. [100%] Built target qt5test
  100. [100%] Built target qt4sdltest
  101. Linking CXX executable qt5sdltest
  102. [100%] Built target qt5sdltest
  103. + local LIB_DIR=../lib/Linux/x86_64-unknown-linux-gnu/
  104. + '[' -f libqt4dialog.so ']'
  105. + ln -s libqt4dialog.so libLND.so
  106. + mv libLND.so libgtk2dialog.so libgtk3dialog.so libqt4dialog.so libqt5dialog.so ../lib/Linux/x86_64-unknown-linux-gnu//
  107. + cp -P --remove-destination ../lib/Linux/x86_64-unknown-linux-gnu//libLND.so ../lib/Linux/x86_64-unknown-linux-gnu//libgtk2dialog.so ../lib/Linux/x86_64-unknown-linux-gnu//libgtk3dialog.so ../lib/Linux/x86_64-unknown-linux-gnu//libqt4dialog.so ../lib/Linux/x86_64-unknown-linux-gnu//libqt5dialog.so /home/kafka/Downloads/programs/UnrealEngine-release/Engine/Binaries/Linux/
  108. + '[' -f libqt5dialog.so ']'
  109. + '[' -f libgtk2dialog.so ']'
  110. + '[' -f libgtk3dialog.so ']'
  111. + set +x
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement