Advertisement
Guest User

Untitled

a guest
Aug 30th, 2011
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. eturned i686-apple-darwin11
  2. exit code 0
  3. checking host system type... i686-apple-darwin11
  4. checking universal build... no
  5. checking build cc... gcc-4.2
  6. checking host cc... gcc-4.2
  7. checking build c++... CC/CXX not set (skipping)
  8. executing g++ -dumpmachine
  9. returned i686-apple-darwin11
  10. exit code 0
  11. checking build c++... g++
  12. checking host c++... CC/CXX not set (skipping)
  13. executing g++ -dumpmachine
  14. returned i686-apple-darwin11
  15. exit code 0
  16. checking host c++... g++
  17. checking strip... disabled
  18. checking builtin depend... yes
  19. checking makedepend... disabled
  20. executing g++ tmp.64bit.cpp -o tmp.64bit -DTESTING 2>&1
  21. returned
  22. exit code 0
  23. detecting cpu-type... 64 bits
  24. checking static... no
  25. checking unicode... no
  26. using debug level... no
  27. using desync debug level... no
  28. using link time optimization... no
  29. checking OSX sysroot... no (use system default)
  30. checking Allegro... OSX, skipping
  31. checking SDL... OSX, skipping
  32. checking COCOA... found
  33. checking whether to enable the Quartz window subdriver... yes
  34. checking Quickdraw window subdriver... disabled (64 bits)
  35. checking GDI video driver... not Windows, skipping
  36. checking dedicated... not selected
  37. checking console application... not Windows, skipping
  38. checking network... found
  39. checking ai... found
  40. checking translator... no
  41. checking assert... enabled
  42. detecting zlib
  43. trying /usr/include/zlib.h... found
  44. checking zlib... found
  45. executing pkg-config liblzma --modversion
  46. returned
  47. exit code 1
  48. checking liblzma... not found
  49. WARNING: lzma was not detected or disabled
  50. WARNING: OpenTTD doesn't require lzma, but it does mean that many features
  51. WARNING: (like loading most savegames/scenarios and joining most servers)
  52. WARNING: will be disabled.
  53. If you want to compile without lzma use --without-lzma as parameter
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement