Advertisement
doomgod

zandronum lin32 cmake

Apr 30th, 2014
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. stas@linuxmint ~/doom/zandrosrc/release $ cmake -Wno-dev -DCMAKE_BUILD_TYPE=Release ..
  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. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Found BZip2: /usr/lib/i386-linux-gnu/libbz2.so (found version "1.0.6")
  13. -- Looking for BZ2_bzCompressInit in /usr/lib/i386-linux-gnu/libbz2.so
  14. -- Looking for BZ2_bzCompressInit in /usr/lib/i386-linux-gnu/libbz2.so - found
  15. -- Found JPEG: /usr/lib/i386-linux-gnu/libjpeg.so
  16. -- Found ZLIB: /usr/lib/i386-linux-gnu/libz.so (found version "1.2.8")
  17. -- Using system zlib
  18. -- Using system jpeg library
  19. -- Using system bzip2 library
  20. -- Looking for strdup
  21. -- Looking for strdup - found
  22. -- Looking for strndup
  23. -- Looking for strndup - found
  24. -- Looking for sys/types.h
  25. -- Looking for sys/types.h - found
  26. -- Looking for stdint.h
  27. -- Looking for stdint.h - found
  28. -- Looking for stddef.h
  29. -- Looking for stddef.h - found
  30. -- Check size of char
  31. -- Check size of char - done
  32. -- Check size of short
  33. -- Check size of short - done
  34. -- Check size of int
  35. -- Check size of int - done
  36. -- Check size of long
  37. -- Check size of long - done
  38. -- /usr/include
  39. -- /usr/include
  40. -- /home/stas/doom/zandrosrc/lzma/C
  41. -- Performing Test HAVE_NO_ARRAY_BOUNDS
  42. -- Performing Test HAVE_NO_ARRAY_BOUNDS - Success
  43. -- Looking for itoa
  44. -- Looking for itoa - not found
  45. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.26")
  46. -- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so
  47. -- Looking for XOpenDisplay in /usr/lib/i386-linux-gnu/libX11.so;/usr/lib/i386-linux-gnu/libXext.so - found
  48. -- Looking for gethostbyname
  49. -- Looking for gethostbyname - found
  50. -- Looking for connect
  51. -- Looking for connect - found
  52. -- Looking for remove
  53. -- Looking for remove - found
  54. -- Looking for shmat
  55. -- Looking for shmat - found
  56. -- Looking for IceConnectionNumber in ICE
  57. -- Looking for IceConnectionNumber in ICE - found
  58. -- Found X11: /usr/lib/i386-linux-gnu/libX11.so
  59. -- Found OpenGL: /usr/lib/i386-linux-gnu/libGL.so
  60. -- checking for module 'gtk+-2.0'
  61. -- found gtk+-2.0, version 2.24.20
  62. -- Looking for include file pthread.h
  63. -- Looking for include file pthread.h - found
  64. -- Looking for pthread_create
  65. -- Looking for pthread_create - not found
  66. -- Looking for pthread_create in pthreads
  67. -- Looking for pthread_create in pthreads - not found
  68. -- Looking for pthread_create in pthread
  69. -- Looking for pthread_create in pthread - found
  70. -- Found Threads: TRUE
  71. -- Found SDL: /usr/lib/i386-linux-gnu/libSDLmain.a;/usr/lib/i386-linux-gnu/libSDL.so;-lpthread (found version "1.2.15")
  72. -- FMOD include files found at /usr/local/include/fmodex
  73. -- FMOD library found at /usr/local/lib/libfmodex-4.26.36.so
  74. -- Selected assembler: /usr/bin/nasm
  75. -- Looking for filelength
  76. -- Looking for filelength - not found
  77. -- Looking for strupr
  78. -- Looking for strupr - not found
  79. -- Looking for stricmp
  80. -- Looking for stricmp - not found
  81. -- Looking for strnicmp
  82. -- Looking for strnicmp - not found
  83. -- Looking for sigtimedwait
  84. -- Looking for sigtimedwait - found
  85. -- Looking for clock_gettime in rt
  86. -- Looking for clock_gettime in rt - found
  87. -- Performing Test HAS_VA_COPY
  88. -- Performing Test HAS_VA_COPY - Success
  89. -- Configuring done
  90. -- Generating done
  91. -- Build files have been written to: /home/stas/doom/zandrosrc/release
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement