Advertisement
Guest User

Untitled

a guest
May 22nd, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. > cmake . -DRUN_IN_PLACE=FALSE -DBUILD_CLIENT=TRUE -DBUILD_SERVER=TRUE
  2. -- The C compiler identification is AppleClang 10.0.1.10010046
  3. -- The CXX compiler identification is AppleClang 10.0.1.10010046
  4. -- Check for working C compiler: /Library/Developer/CommandLineTools/usr/bin/cc
  5. -- Check for working C compiler: /Library/Developer/CommandLineTools/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: /Library/Developer/CommandLineTools/usr/bin/c++
  11. -- Check for working CXX compiler: /Library/Developer/CommandLineTools/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. -- *** Will build version 5.3.0-dev ***
  17. -- Found Irrlicht: /usr/local/lib/libIrrlicht.a
  18. -- Detecting GMP from system failed.
  19. -- Using bundled mini-gmp library.
  20. -- Found GMP: gmp
  21. -- Using bundled JSONCPP library.
  22. -- Found LuaJIT: /usr/local/lib/libluajit-5.1.dylib (found version "")
  23. -- Using LuaJIT provided by system.
  24. -- Found CURL: /usr/lib/libcurl.dylib
  25. -- cURL support enabled.
  26. -- Found GettextLib: /usr/local/include
  27. -- GetText enabled; locales found: ar;be;ca;cs;da;de;dv;el;eo;es;et;eu;fil;fr;he;hu;id;it;ja;ja_KS;jbo;kk;kn;ko;ky;lo;lt;ms;my;nb;nl;nn;pl;pt;pt_BR;ro;ru;sl;sr_Cyrl;sv;sw;th;tr;uk;vi;zh_CN;zh_TW
  28. -- Found OpenAL: /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenAL.framework
  29. -- Found Vorbis: /usr/local/include
  30. -- Sound enabled.
  31. -- Found OpenGL: /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks/OpenGL.framework
  32. -- Found Freetype: /usr/local/lib/libfreetype.dylib (found version "2.10.1")
  33. -- Freetype enabled.
  34. -- Found Curses: /usr/lib/libcurses.dylib
  35. -- ncurses console enabled.
  36. -- Could NOT find PostgreSQL (missing: PostgreSQL_INCLUDE_DIR PostgreSQL_TYPE_INCLUDE_DIR)
  37. -- PostgreSQL not found!
  38. -- LevelDB backend enabled.
  39. -- Redis backend enabled.
  40. -- Found SQLite3: /usr/lib/libsqlite3.dylib
  41. -- Prometheus client disabled.
  42. -- SpatialIndex not found!
  43. -- Found JPEG: /usr/local/lib/libjpeg.dylib (found version "90")
  44. -- Found BZip2: /usr/lib/libbz2.dylib (found version "1.0.6")
  45. -- Looking for BZ2_bzCompressInit
  46. -- Looking for BZ2_bzCompressInit - found
  47. -- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.11")
  48. -- Found PNG: /usr/local/lib/libpng.dylib (found version "1.6.37")
  49. -- Looking for include file endian.h
  50. -- Looking for include file endian.h - not found
  51. -- Locale blacklist applied; Locales used: ar;ca;cs;da;de;dv;el;eo;es;et;eu;fil;fr;hu;id;it;ja;ja_KS;jbo;kk;kn;lo;lt;ms;my;nb;nl;nn;pl;pt;pt_BR;ro;ru;sl;sr_Cyrl;sv;sw;th;tr;uk;vi;zh_CN;zh_TW
  52. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  53. -- Configuring done
  54. -- Generating done
  55. -- Build files have been written to:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement