Advertisement
BloodknightStudios

Untitled

Nov 8th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.80 KB | None | 0 0
  1. The C compiler identification is MSVC 19.0.24215.1
  2. The CXX compiler identification is MSVC 19.0.24215.1
  3. Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
  4. Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
  5. Detecting C compiler ABI info
  6. Detecting C compiler ABI info - done
  7. Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe
  8. Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64/cl.exe -- works
  9. Detecting CXX compiler ABI info
  10. Detecting CXX compiler ABI info - done
  11. Detecting CXX compile features
  12. Detecting CXX compile features - done
  13. Looking for sys/types.h
  14. Looking for sys/types.h - found
  15. Looking for stdint.h
  16. Looking for stdint.h - found
  17. Looking for stddef.h
  18. Looking for stddef.h - found
  19. Check size of long
  20. Check size of long - done
  21. Check size of long long
  22. Check size of long long - done
  23. Performing Test HAVE_STD_C11
  24. Performing Test HAVE_STD_C11 - Failed
  25. Performing Test HAVE_STD_C99
  26. Performing Test HAVE_STD_C99 - Failed
  27. Checking _FILE_OFFSET_BITS for large files
  28. Checking _FILE_OFFSET_BITS for large files - not needed
  29. Performing Test HAVE_RESTRICT
  30. Performing Test HAVE_RESTRICT - Failed
  31. Performing Test HAVE_INLINE
  32. Performing Test HAVE_INLINE - Success
  33. Performing Test HAVE_STRUCT_TIMESPEC
  34. Performing Test HAVE_STRUCT_TIMESPEC - Success
  35. Performing Test HAVE_LIBATOMIC
  36. Performing Test HAVE_LIBATOMIC - Failed
  37. Performing Test HAVE_C99_VLA
  38. Performing Test HAVE_C99_VLA - Failed
  39. Performing Test HAVE_C99_BOOL
  40. Performing Test HAVE_C99_BOOL - Success
  41. Performing Test HAVE_C11_STATIC_ASSERT
  42. Performing Test HAVE_C11_STATIC_ASSERT - Failed
  43. Performing Test HAVE_C11_ALIGNAS
  44. Performing Test HAVE_C11_ALIGNAS - Failed
  45. Performing Test HAVE_C11_ATOMIC
  46. Performing Test HAVE_C11_ATOMIC - Failed
  47. Using DirectX SDK directory: C:/Program Files (x86)/Microsoft DirectX SDK (June 2010)/
  48. Performing Test HAVE_GCC_FORMAT
  49. Performing Test HAVE_GCC_FORMAT - Failed
  50. Looking for stdbool.h
  51. Looking for stdbool.h - found
  52. Looking for stdalign.h
  53. Looking for stdalign.h - not found
  54. Looking for malloc.h
  55. Looking for malloc.h - found
  56. Looking for dirent.h
  57. Looking for dirent.h - not found
  58. Looking for strings.h
  59. Looking for strings.h - not found
  60. Looking for cpuid.h
  61. Looking for cpuid.h - not found
  62. Looking for intrin.h
  63. Looking for intrin.h - found
  64. Looking for sys/sysconf.h
  65. Looking for sys/sysconf.h - not found
  66. Looking for fenv.h
  67. Looking for fenv.h - found
  68. Looking for float.h
  69. Looking for float.h - found
  70. Looking for ieeefp.h
  71. Looking for ieeefp.h - not found
  72. Looking for guiddef.h
  73. Looking for guiddef.h - found
  74. Looking for pow in m
  75. Looking for pow in m - not found
  76. Looking for dlopen in dl
  77. Looking for dlopen in dl - not found
  78. Looking for dlfcn.h
  79. Looking for dlfcn.h - not found
  80. Performing Test HAVE_CPUID_INTRINSIC
  81. Performing Test HAVE_CPUID_INTRINSIC - Success
  82. Looking for aligned_alloc
  83. Looking for aligned_alloc - not found
  84. Looking for posix_memalign
  85. Looking for posix_memalign - not found
  86. Looking for _aligned_malloc
  87. Looking for _aligned_malloc - found
  88. Looking for lrintf
  89. Looking for lrintf - found
  90. Looking for modff
  91. Looking for modff - found
  92. Looking for alloca
  93. Looking for alloca - found
  94. Looking for _controlfp
  95. Looking for _controlfp - found
  96. Looking for __control87_2
  97. Looking for __control87_2 - not found
  98. Looking for stat
  99. Looking for stat - found
  100. Looking for strtof
  101. Looking for strtof - found
  102. Looking for strcasecmp
  103. Looking for strcasecmp - not found
  104. Looking for _stricmp
  105. Looking for _stricmp - found
  106. Looking for strncasecmp
  107. Looking for strncasecmp - not found
  108. Looking for _strnicmp
  109. Looking for _strnicmp - found
  110. Looking for strnlen
  111. Looking for strnlen - found
  112. Looking for snprintf
  113. Looking for snprintf - found
  114. Looking for isfinite
  115. Looking for isfinite - found
  116. Looking for isnan
  117. Looking for isnan - found
  118. Looking for windows.h
  119. Looking for windows.h - found
  120. Looking for xmmintrin.h
  121. Looking for xmmintrin.h - found
  122. Looking for emmintrin.h
  123. Looking for emmintrin.h - found
  124. Looking for pmmintrin.h
  125. Looking for pmmintrin.h - found
  126. Looking for smmintrin.h
  127. Looking for smmintrin.h - found
  128. Looking for arm_neon.h
  129. Looking for arm_neon.h - not found
  130. Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR)
  131. Could NOT find OSS (missing: OSS_INCLUDE_DIR)
  132. Could NOT find AudioIO (missing: AUDIOIO_INCLUDE_DIR)
  133. Could NOT find SoundIO (missing: SOUNDIO_LIBRARY SOUNDIO_INCLUDE_DIR)
  134. Could NOT find QSA (missing: QSA_LIBRARY QSA_INCLUDE_DIR)
  135. Looking for include files windows.h, mmsystem.h
  136. Looking for include files windows.h, mmsystem.h - found
  137. Looking for waveOutOpen in winmm
  138. Looking for waveOutOpen in winmm - found
  139. Found DSound: C:/Program Files (x86)/Microsoft DirectX SDK (June 2010)/lib/x86/dsound.lib
  140. Looking for mmdeviceapi.h
  141. Looking for mmdeviceapi.h - found
  142. Could NOT find PortAudio (missing: PORTAUDIO_LIBRARY PORTAUDIO_INCLUDE_DIR)
  143. Could NOT find PulseAudio (missing: PULSEAUDIO_LIBRARY PULSEAUDIO_INCLUDE_DIR)
  144. Could NOT find JACK (missing: JACK_LIBRARY JACK_INCLUDE_DIR)
  145. Looking for include files SLES/OpenSLES.h, SLES/OpenSLES_Android.h
  146. Looking for include files SLES/OpenSLES.h, SLES/OpenSLES_Android.h - not found
  147.  
  148. Building OpenAL with support for the following backends:
  149. WinMM, DirectSound, MMDevApi, WaveFile, Null
  150.  
  151. Building with support for CPU extensions:
  152. Default, SSE, SSE2, SSE3, SSE4.1
  153.  
  154. Looking for include file inttypes.h
  155. Looking for include file inttypes.h - found
  156. Looking for include file stdint.h
  157. Looking for include file stdint.h - found
  158. Looking for include file sys/types.h
  159. Looking for include file sys/types.h - found
  160. writing D:/AI-Torque/My Projects/t3d-ai/source/torqueConfig.h
  161. Prepare Template(Full) install...
  162. Configuring done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement