Advertisement
Guest User

Untitled

a guest
Apr 15th, 2013
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.94 KB | None | 0 0
  1. common.mkdir bin
  2.  
  3. if not exist "bin\\" mkdir "bin"
  4.  
  5. common.mkdir bin\standalone
  6.  
  7. if not exist "bin\standalone\\" mkdir "bin\standalone"
  8.  
  9. common.mkdir bin\standalone\zlib
  10.  
  11. if not exist "bin\standalone\zlib\\" mkdir "bin\standalone\zlib"
  12.  
  13. common.mkdir bin\standalone\zlib\mock
  14.  
  15. if not exist "bin\standalone\zlib\mock\\" mkdir "bin\standalone\zlib\mock"
  16.  
  17. common.mkdir bin\standalone\zlib\mock\debug
  18.  
  19. if not exist "bin\standalone\zlib\mock\debug\\" mkdir "bin\standalone\zlib\mock\debug"
  20.  
  21. mock.compile.c bin\standalone\zlib\mock\debug\deflate.obj
  22.  
  23. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_
  24. C:\Python27\python.exe mock.py -c -x c -I"C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_\zlib" "C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_\zlib\deflate.c" -o "bin\standalone\zlib\mock\debug\deflate.obj"
  25.  
  26. Testing command (<Values at 0x238fd00: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': 'bin\\standalone\\zlib\\mock\\debug\\deflate.obj', 'dll': None, 'compile': True, 'includes': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmpcpg7b_\\zlib'], 'archive': None}>, ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmpcpg7b_\\zlib\\deflate.c'])
  27. - matching against (<Values at 0x238fd50: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': '$deflate.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$deflate.c'])
  28. Matched
  29. mock.link.dll bin\standalone\zlib\mock\debug\libz.dll
  30.  
  31. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_
  32. C:\Python27\python.exe mock.py --dll "bin\standalone\zlib\mock\debug\deflate.obj" -o "bin\standalone\zlib\mock\debug\libz.dll"
  33.  
  34. Testing command (<Values at 0x21c3a30: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': 'bin\\standalone\\zlib\\mock\\debug\\libz.dll', 'dll': True, 'compile': None, 'includes': None, 'archive': None}>, ['bin\\standalone\\zlib\\mock\\debug\\deflate.obj'])
  35. - matching against (<Values at 0x21c3c60: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': '$deflate.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$deflate.c'])
  36. Failed to match input file contents: $deflate.c
  37. - matching against (<Values at 0x21c3cb0: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$deflate.so', 'dll': True, 'compile': None, 'includes': None, 'archive': None}>, ['$deflate.o'])
  38. Matched
  39. common.mkdir bin\standalone\zlib\mock\debug\link-static
  40.  
  41. if not exist "bin\standalone\zlib\mock\debug\link-static\\" mkdir "bin\standalone\zlib\mock\debug\link-static"
  42.  
  43. mock.compile.c bin\standalone\zlib\mock\debug\link-static\deflate.obj
  44.  
  45. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_
  46. C:\Python27\python.exe mock.py -c -x c -I"C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_\zlib" "C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_\zlib\deflate.c" -o "bin\standalone\zlib\mock\debug\link-static\deflate.obj"
  47.  
  48. Testing command (<Values at 0x22f1a30: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': 'bin\\standalone\\zlib\\mock\\debug\\link-static\\deflate.obj', 'dll': None, 'compile': True, 'includes': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmpcpg7b_\\zlib'], 'archive': None}>, ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmpcpg7b_\\zlib\\deflate.c'])
  49. - matching against (<Values at 0x22f1c60: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': '$deflate.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$deflate.c'])
  50. Matched
  51. mock.archive bin\standalone\zlib\mock\debug\link-static\libz.a
  52.  
  53. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_
  54. C:\Python27\python.exe mock.py --archive "bin\standalone\zlib\mock\debug\link-static\deflate.obj" -o "bin\standalone\zlib\mock\debug\link-static\libz.a"
  55.  
  56. Testing command (<Values at 0x21cca30: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': 'bin\\standalone\\zlib\\mock\\debug\\link-static\\libz.a', 'dll': None, 'compile': None, 'includes': None, 'archive': True}>, ['bin\\standalone\\zlib\\mock\\debug\\link-static\\deflate.obj'])
  57. - matching against (<Values at 0x21ccc60: {'static_libraries': None, 'library_path': None, 'language': 'c', 'shared_libraries': None, 'output_file': '$deflate.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$deflate.c'])
  58. Failed to match input file contents: $deflate.c
  59. - matching against (<Values at 0x21cccb0: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$deflate.so', 'dll': True, 'compile': None, 'includes': None, 'archive': None}>, ['$deflate.o'])
  60. Failed to match --dll
  61. - matching against (<Values at 0x21ccd78: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$deflate.a', 'dll': None, 'compile': None, 'includes': None, 'archive': True}>, ['$deflate.o'])
  62. Matched
  63. Performing configuration checks
  64.  
  65. - zlib : yes
  66. - zlib : yes
  67. common.mkdir bin\mock
  68.  
  69. if not exist "bin\mock\\" mkdir "bin\mock"
  70.  
  71. common.mkdir bin\mock\debug
  72.  
  73. if not exist "bin\mock\debug\\" mkdir "bin\mock\debug"
  74.  
  75. mock.compile.c++ bin\mock\debug\test.obj
  76.  
  77. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_
  78. C:\Python27\python.exe mock.py -c -x c++ "test.cpp" -o "bin\mock\debug\test.obj"
  79.  
  80. Testing command (<Values at 0x2293ad0: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\test.obj', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['test.cpp'])
  81. - matching against (<Values at 0x2293d00: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  82. Failed to match input file contents: $main.cpp
  83. - matching against (<Values at 0x2293da0: {'static_libraries': ['z'], 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  84. Failed to match input file contents: $main.o
  85. - matching against (<Values at 0x2293d00: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$zlib.h.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$zlib.h.cpp'])
  86. Failed to match input file contents: $zlib.h.cpp
  87. - matching against (<Values at 0x2293dc8: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$test.cpp'])
  88. Matched
  89. mock.link bin\mock\debug\test.exe
  90.  
  91. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_
  92. C:\Python27\python.exe mock.py "bin\mock\debug\test.obj" -o "bin\mock\debug\test.exe" --static-lib=z
  93.  
  94. Testing command (<Values at 0x22a3af8: {'static_libraries': ['z'], 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\test.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['bin\\mock\\debug\\test.obj'])
  95. - matching against (<Values at 0x22a3d50: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  96. Failed to match input file contents: $main.cpp
  97. - matching against (<Values at 0x22a3df0: {'static_libraries': ['z'], 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  98. Failed to match input file contents: $main.o
  99. - matching against (<Values at 0x22a3d50: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$zlib.h.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$zlib.h.cpp'])
  100. Failed to match input file contents: $zlib.h.cpp
  101. - matching against (<Values at 0x22a3e18: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$test.cpp'])
  102. Failed to match input file contents: $test.cpp
  103. - matching against (<Values at 0x22a3e90: {'static_libraries': ['z'], 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$test', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$test.o'])
  104. Matched
  105. common.mkdir bin\mock\debug\link-static
  106.  
  107. if not exist "bin\mock\debug\link-static\\" mkdir "bin\mock\debug\link-static"
  108.  
  109. mock.compile.c++ bin\mock\debug\link-static\test.obj
  110.  
  111. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_
  112. C:\Python27\python.exe mock.py -c -x c++ "test.cpp" -o "bin\mock\debug\link-static\test.obj"
  113.  
  114. Testing command (<Values at 0x2173ad0: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\link-static\\test.obj', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['test.cpp'])
  115. - matching against (<Values at 0x2173d00: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  116. Failed to match input file contents: $main.cpp
  117. - matching against (<Values at 0x2173da0: {'static_libraries': ['z'], 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  118. Failed to match input file contents: $main.o
  119. - matching against (<Values at 0x2173d00: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$zlib.h.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$zlib.h.cpp'])
  120. Failed to match input file contents: $zlib.h.cpp
  121. - matching against (<Values at 0x2173dc8: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$test.cpp'])
  122. Matched
  123. mock.link bin\mock\debug\link-static\test.exe
  124.  
  125. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_
  126. C:\Python27\python.exe mock.py "bin\mock\debug\link-static\test.obj" -o "bin\mock\debug\link-static\test.exe" --static-lib=z
  127.  
  128. Testing command (<Values at 0x2353af8: {'static_libraries': ['z'], 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\link-static\\test.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['bin\\mock\\debug\\link-static\\test.obj'])
  129. - matching against (<Values at 0x2353d50: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  130. Failed to match input file contents: $main.cpp
  131. - matching against (<Values at 0x2353df0: {'static_libraries': ['z'], 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  132. Failed to match input file contents: $main.o
  133. - matching against (<Values at 0x2353d50: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$zlib.h.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$zlib.h.cpp'])
  134. Failed to match input file contents: $zlib.h.cpp
  135. - matching against (<Values at 0x2353e18: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$test.cpp'])
  136. Failed to match input file contents: $test.cpp
  137. - matching against (<Values at 0x2353e90: {'static_libraries': ['z'], 'library_path': None, 'language': None, 'shared_libraries': None, 'output_file': '$test', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$test.o'])
  138. Matched
  139. Performing configuration checks
  140.  
  141. - zlib : yes
  142. - zlib : yes
  143. common.mkdir bin\mock
  144.  
  145. if not exist "bin\mock\\" mkdir "bin\mock"
  146.  
  147. common.mkdir bin\mock\debug
  148.  
  149. if not exist "bin\mock\debug\\" mkdir "bin\mock\debug"
  150.  
  151. mock.compile.c++ bin\mock\debug\test.obj
  152.  
  153. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_
  154. C:\Python27\python.exe mock.py -c -x c++ "test.cpp" -o "bin\mock\debug\test.obj"
  155.  
  156. Testing command (<Values at 0x22d3ad0: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\test.obj', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['test.cpp'])
  157. - matching against (<Values at 0x22d3d00: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  158. Failed to match input file contents: $main.cpp
  159. - matching against (<Values at 0x22d3da0: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': ['z'], 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  160. Failed to match input file contents: $main.o
  161. - matching against (<Values at 0x22d3d00: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$zlib.h.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$zlib.h.cpp'])
  162. Failed to match input file contents: $zlib.h.cpp
  163. - matching against (<Values at 0x22d3dc8: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$test.cpp'])
  164. Matched
  165. mock.link bin\mock\debug\test.exe
  166.  
  167. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_
  168. C:\Python27\python.exe mock.py "bin\mock\debug\test.obj" -o "bin\mock\debug\test.exe" --shared-lib=z
  169.  
  170. Testing command (<Values at 0x21e3af8: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': ['z'], 'output_file': 'bin\\mock\\debug\\test.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['bin\\mock\\debug\\test.obj'])
  171. - matching against (<Values at 0x21e3d50: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  172. Failed to match input file contents: $main.cpp
  173. - matching against (<Values at 0x21e3df0: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': ['z'], 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  174. Failed to match input file contents: $main.o
  175. - matching against (<Values at 0x21e3d50: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$zlib.h.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$zlib.h.cpp'])
  176. Failed to match input file contents: $zlib.h.cpp
  177. - matching against (<Values at 0x21e3e18: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$test.cpp'])
  178. Failed to match input file contents: $test.cpp
  179. - matching against (<Values at 0x21e3e90: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': ['z'], 'output_file': '$test', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$test.o'])
  180. Matched
  181. common.mkdir bin\mock\debug\link-static
  182.  
  183. if not exist "bin\mock\debug\link-static\\" mkdir "bin\mock\debug\link-static"
  184.  
  185. mock.compile.c++ bin\mock\debug\link-static\test.obj
  186.  
  187. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_
  188. C:\Python27\python.exe mock.py -c -x c++ "test.cpp" -o "bin\mock\debug\link-static\test.obj"
  189.  
  190. Testing command (<Values at 0x21d3ad0: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\link-static\\test.obj', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['test.cpp'])
  191. - matching against (<Values at 0x21d3d00: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  192. Failed to match input file contents: $main.cpp
  193. - matching against (<Values at 0x21d3da0: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': ['z'], 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  194. Failed to match input file contents: $main.o
  195. - matching against (<Values at 0x21d3d00: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$zlib.h.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$zlib.h.cpp'])
  196. Failed to match input file contents: $zlib.h.cpp
  197. - matching against (<Values at 0x21d3dc8: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$test.cpp'])
  198. Matched
  199. mock.link bin\mock\debug\link-static\test.exe
  200.  
  201. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_
  202. C:\Python27\python.exe mock.py "bin\mock\debug\link-static\test.obj" -o "bin\mock\debug\link-static\test.exe" --shared-lib=z
  203.  
  204. Testing command (<Values at 0x2293af8: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': ['z'], 'output_file': 'bin\\mock\\debug\\link-static\\test.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['bin\\mock\\debug\\link-static\\test.obj'])
  205. - matching against (<Values at 0x2293d50: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  206. Failed to match input file contents: $main.cpp
  207. - matching against (<Values at 0x2293df0: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': ['z'], 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  208. Failed to match input file contents: $main.o
  209. - matching against (<Values at 0x2293d50: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$zlib.h.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$zlib.h.cpp'])
  210. Failed to match input file contents: $zlib.h.cpp
  211. - matching against (<Values at 0x2293e18: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$test.cpp'])
  212. Failed to match input file contents: $test.cpp
  213. - matching against (<Values at 0x2293e90: {'static_libraries': None, 'library_path': None, 'language': None, 'shared_libraries': ['z'], 'output_file': '$test', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$test.o'])
  214. Matched
  215. Performing configuration checks
  216.  
  217. - zlib : yes
  218. - zlib : yes
  219. common.mkdir bin\mock
  220.  
  221. if not exist "bin\mock\\" mkdir "bin\mock"
  222.  
  223. common.mkdir bin\mock\debug
  224.  
  225. if not exist "bin\mock\debug\\" mkdir "bin\mock\debug"
  226.  
  227. mock.compile.c++ bin\mock\debug\test.obj
  228.  
  229. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_
  230. C:\Python27\python.exe mock.py -c -x c++ -I"C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_\zlib" "test.cpp" -o "bin\mock\debug\test.obj"
  231.  
  232. Testing command (<Values at 0x22e1aa8: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\test.obj', 'dll': None, 'compile': True, 'includes': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmpcpg7b_\\zlib'], 'archive': None}>, ['test.cpp'])
  233. - matching against (<Values at 0x22e1cd8: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  234. Failed to match input file contents: $main.cpp
  235. - matching against (<Values at 0x22e1da0: {'static_libraries': ['myzlib'], 'library_path': ['./zlib'], 'language': None, 'shared_libraries': None, 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  236. Failed to match input file contents: $main.o
  237. - matching against (<Values at 0x22e1dc8: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$test.cpp'])
  238. Matched
  239. mock.link bin\mock\debug\test.exe
  240.  
  241. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_
  242. C:\Python27\python.exe mock.py "bin\mock\debug\test.obj" -o "bin\mock\debug\test.exe" -L"C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_\zlib" --static-lib=myzlib
  243.  
  244. Testing command (<Values at 0x214cad0: {'static_libraries': ['myzlib'], 'library_path': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmpcpg7b_\\zlib'], 'language': None, 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\test.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['bin\\mock\\debug\\test.obj'])
  245. - matching against (<Values at 0x214cd50: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  246. Failed to match input file contents: $main.cpp
  247. - matching against (<Values at 0x214cdf0: {'static_libraries': ['myzlib'], 'library_path': ['./zlib'], 'language': None, 'shared_libraries': None, 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  248. Failed to match input file contents: $main.o
  249. - matching against (<Values at 0x214ce18: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$test.cpp'])
  250. Failed to match input file contents: $test.cpp
  251. - matching against (<Values at 0x214ce90: {'static_libraries': ['myzlib'], 'library_path': ['./zlib'], 'language': None, 'shared_libraries': None, 'output_file': '$test', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$test.o'])
  252. Matched
  253. common.mkdir bin\mock\debug\link-static
  254.  
  255. if not exist "bin\mock\debug\link-static\\" mkdir "bin\mock\debug\link-static"
  256.  
  257. mock.compile.c++ bin\mock\debug\link-static\test.obj
  258.  
  259. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_
  260. C:\Python27\python.exe mock.py -c -x c++ -I"C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_\zlib" "test.cpp" -o "bin\mock\debug\link-static\test.obj"
  261.  
  262. Testing command (<Values at 0x238caa8: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\link-static\\test.obj', 'dll': None, 'compile': True, 'includes': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmpcpg7b_\\zlib'], 'archive': None}>, ['test.cpp'])
  263. - matching against (<Values at 0x238ccd8: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  264. Failed to match input file contents: $main.cpp
  265. - matching against (<Values at 0x238cda0: {'static_libraries': ['myzlib'], 'library_path': ['./zlib'], 'language': None, 'shared_libraries': None, 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  266. Failed to match input file contents: $main.o
  267. - matching against (<Values at 0x238cdc8: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$test.cpp'])
  268. Matched
  269. mock.link bin\mock\debug\link-static\test.exe
  270.  
  271. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_
  272. C:\Python27\python.exe mock.py "bin\mock\debug\link-static\test.obj" -o "bin\mock\debug\link-static\test.exe" -L"C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_\zlib" --static-lib=myzlib
  273.  
  274. Testing command (<Values at 0x2189ad0: {'static_libraries': ['myzlib'], 'library_path': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmpcpg7b_\\zlib'], 'language': None, 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\link-static\\test.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['bin\\mock\\debug\\link-static\\test.obj'])
  275. - matching against (<Values at 0x2189d50: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  276. Failed to match input file contents: $main.cpp
  277. - matching against (<Values at 0x2189df0: {'static_libraries': ['myzlib'], 'library_path': ['./zlib'], 'language': None, 'shared_libraries': None, 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  278. Failed to match input file contents: $main.o
  279. - matching against (<Values at 0x2189e18: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$test.cpp'])
  280. Failed to match input file contents: $test.cpp
  281. - matching against (<Values at 0x2189e90: {'static_libraries': ['myzlib'], 'library_path': ['./zlib'], 'language': None, 'shared_libraries': None, 'output_file': '$test', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$test.o'])
  282. Matched
  283. Performing configuration checks
  284.  
  285. - zlib : yes
  286. - zlib : yes
  287. common.mkdir bin\mock
  288.  
  289. if not exist "bin\mock\\" mkdir "bin\mock"
  290.  
  291. common.mkdir bin\mock\debug
  292.  
  293. if not exist "bin\mock\debug\\" mkdir "bin\mock\debug"
  294.  
  295. mock.compile.c++ bin\mock\debug\test.obj
  296.  
  297. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_
  298. C:\Python27\python.exe mock.py -c -x c++ -I"C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_\zlib" "test.cpp" -o "bin\mock\debug\test.obj"
  299.  
  300. Testing command (<Values at 0x22c1aa8: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\test.obj', 'dll': None, 'compile': True, 'includes': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmpcpg7b_\\zlib'], 'archive': None}>, ['test.cpp'])
  301. - matching against (<Values at 0x22c1cd8: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  302. Failed to match input file contents: $main.cpp
  303. - matching against (<Values at 0x22c1da0: {'static_libraries': ['myzlib'], 'library_path': ['./zlib'], 'language': None, 'shared_libraries': None, 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  304. Failed to match input file contents: $main.o
  305. - matching against (<Values at 0x22c1dc8: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$test.cpp'])
  306. Matched
  307. mock.link bin\mock\debug\test.exe
  308.  
  309. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_
  310. C:\Python27\python.exe mock.py "bin\mock\debug\test.obj" -o "bin\mock\debug\test.exe" -L"C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_\zlib" --static-lib=myzlib
  311.  
  312. Testing command (<Values at 0x21ecad0: {'static_libraries': ['myzlib'], 'library_path': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmpcpg7b_\\zlib'], 'language': None, 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\test.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['bin\\mock\\debug\\test.obj'])
  313. - matching against (<Values at 0x21ecd50: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  314. Failed to match input file contents: $main.cpp
  315. - matching against (<Values at 0x21ecdf0: {'static_libraries': ['myzlib'], 'library_path': ['./zlib'], 'language': None, 'shared_libraries': None, 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  316. Failed to match input file contents: $main.o
  317. - matching against (<Values at 0x21ece18: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$test.cpp'])
  318. Failed to match input file contents: $test.cpp
  319. - matching against (<Values at 0x21ece90: {'static_libraries': ['myzlib'], 'library_path': ['./zlib'], 'language': None, 'shared_libraries': None, 'output_file': '$test', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$test.o'])
  320. Matched
  321. common.mkdir bin\mock\debug\link-static
  322.  
  323. if not exist "bin\mock\debug\link-static\\" mkdir "bin\mock\debug\link-static"
  324.  
  325. mock.compile.c++ bin\mock\debug\link-static\test.obj
  326.  
  327. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_
  328. C:\Python27\python.exe mock.py -c -x c++ -I"C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_\zlib" "test.cpp" -o "bin\mock\debug\link-static\test.obj"
  329.  
  330. Testing command (<Values at 0x224caa8: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\link-static\\test.obj', 'dll': None, 'compile': True, 'includes': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmpcpg7b_\\zlib'], 'archive': None}>, ['test.cpp'])
  331. - matching against (<Values at 0x224ccd8: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  332. Failed to match input file contents: $main.cpp
  333. - matching against (<Values at 0x224cda0: {'static_libraries': ['myzlib'], 'library_path': ['./zlib'], 'language': None, 'shared_libraries': None, 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  334. Failed to match input file contents: $main.o
  335. - matching against (<Values at 0x224cdc8: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$test.cpp'])
  336. Matched
  337. mock.link bin\mock\debug\link-static\test.exe
  338.  
  339. set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_
  340. C:\Python27\python.exe mock.py "bin\mock\debug\link-static\test.obj" -o "bin\mock\debug\link-static\test.exe" -L"C:\Users\chhenning\AppData\Local\Temp\tmpcpg7b_\zlib" --static-lib=myzlib
  341.  
  342. Testing command (<Values at 0x2199ad0: {'static_libraries': ['myzlib'], 'library_path': ['C:\\Users\\chhenning\\AppData\\Local\\Temp\\tmpcpg7b_\\zlib'], 'language': None, 'shared_libraries': None, 'output_file': 'bin\\mock\\debug\\link-static\\test.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['bin\\mock\\debug\\link-static\\test.obj'])
  343. - matching against (<Values at 0x2199d50: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$main.o', 'dll': None, 'compile': True, 'includes': None, 'archive': None}>, ['$main.cpp'])
  344. Failed to match input file contents: $main.cpp
  345. - matching against (<Values at 0x2199df0: {'static_libraries': ['myzlib'], 'library_path': ['./zlib'], 'language': None, 'shared_libraries': None, 'output_file': '$config.exe', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$main.o'])
  346. Failed to match input file contents: $main.o
  347. - matching against (<Values at 0x2199e18: {'static_libraries': None, 'library_path': None, 'language': 'c++', 'shared_libraries': None, 'output_file': '$test.o', 'dll': None, 'compile': True, 'includes': ['./zlib'], 'archive': None}>, ['$test.cpp'])
  348. Failed to match input file contents: $test.cpp
  349. - matching against (<Values at 0x2199e90: {'static_libraries': ['myzlib'], 'library_path': ['./zlib'], 'language': None, 'shared_libraries': None, 'output_file': '$test', 'dll': None, 'compile': None, 'includes': None, 'archive': None}>, ['$test.o'])
  350. Matched
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement