Advertisement
vivienneanthony

Successful Urho3D Build

Nov 3rd, 2015
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.78 KB | None | 0 0
  1. ./cmake_generic.sh build -DURHO3D_64BIT=1 -DURHO3D_SAMPLES=1 -DURHO3D_EXTRAS=1 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DURHO3D_DATABASE_ODBC=1 -DNANODBC_USE_BOOST_CONVERT=ON
  2. -- The C compiler identification is GNU 4.8.1
  3. -- The CXX compiler identification is GNU 4.8.1
  4. -- Check for working C compiler: /usr/bin/cc
  5. -- Check for working C compiler: /usr/bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Detecting C compile features
  9. -- Detecting C compile features - done
  10. -- Check for working CXX compiler: /usr/bin/c++
  11. -- Check for working CXX compiler: /usr/bin/c++ -- works
  12. -- Detecting CXX compiler ABI info
  13. -- Detecting CXX compiler ABI info - done
  14. -- Detecting CXX compile features
  15. -- Detecting CXX compile features - done
  16. -- Found ODBC driver manager: odbc /usr/local/include
  17. -- Looking for include file stdint.h
  18. -- Looking for include file stdint.h - found
  19. -- Found OpenGL: /usr/lib/x86_64-linux-gnu/libGL.so
  20. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so
  21. -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found
  22. -- Looking for gethostbyname
  23. -- Looking for gethostbyname - found
  24. -- Looking for connect
  25. -- Looking for connect - found
  26. -- Looking for remove
  27. -- Looking for remove - found
  28. -- Looking for shmat
  29. -- Looking for shmat - found
  30. -- Looking for IceConnectionNumber in ICE
  31. -- Looking for IceConnectionNumber in ICE - found
  32. -- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
  33. -- Performing Test HAVE_CONST_XEXT_ADDDISPLAY
  34. -- Performing Test HAVE_CONST_XEXT_ADDDISPLAY - Failed
  35. -- Performing Test HAVE_CONST_XDATA32
  36. -- Performing Test HAVE_CONST_XDATA32 - Failed
  37. -- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version "1.0.25")
  38. -- Performing Test COMPILER_SUPPORTS_CXX14
  39. -- Performing Test COMPILER_SUPPORTS_CXX14 - Failed
  40. -- Performing Test COMPILER_SUPPORTS_CXX11
  41. -- Performing Test COMPILER_SUPPORTS_CXX11 - Success
  42. -- Performing Test COMPILER_SUPPORTS_CXX0X
  43. -- Performing Test COMPILER_SUPPORTS_CXX0X - Success
  44. -- Nanodbc compiler flag -std=c++11
  45. -- ODBC found
  46. -- Unicode support: Disabled
  47. -- Boost string convert: Enabled
  48. -- Handle SQL_NO_DATA bug: Disabled
  49. -- Boost version: 1.48.0
  50. -- Found the following Boost libraries:
  51. -- unit_test_framework
  52. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
  53. -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
  54. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
  55. -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
  56. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR
  57. -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
  58. -- Found Urho3D: as CMake target
  59. -- Found Doxygen: /usr/bin/doxygen (found version "1.7.6.1")
  60. -- Found Dot: /usr/bin/dot
  61. -- Configuring done
  62. -- Generating done
  63. -- Build files have been written to: /media/home2/vivienne/Urho3D-MasterCurrent1.4/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement