Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 598.42 KB | None | 0 0
  1. lorenz@lopro13 ~/c/ReasonProject (master)> rm -rf node_modules/
  2. lorenz@lopro13 ~/c/ReasonProject (master)> npm --version
  3. 4.1.1
  4. lorenz@lopro13 ~/c/ReasonProject (master)> node --version
  5. v7.4.0
  6. lorenz@lopro13 ~/c/ReasonProject (master)> npm install
  7.  
  8. > ocaml@4.2.3 postinstall /Users/lorenz/code/ReasonProject/node_modules/ocaml
  9. > ./yarn-install-project.sh
  10.  
  11. Configuring the OCaml compiler to use the CC environment variable
  12. which is currently set to () - and defaults to gcc.
  13. ++ pwd
  14. + ./configure -cc '' -no-cfi -prefix /Users/lorenz/code/ReasonProject/node_modules/ocaml
  15. Configuring for host x86_64-apple-darwin16.3.0 ...
  16. Configuring for target x86_64-apple-darwin16.3.0 ...
  17. Using compiler gcc.
  18. The C compiler is ANSI-compliant.
  19. Checking the sizes of integers and pointers...
  20. Wow! A 64 bit architecture!
  21. This is a little-endian architecture.
  22. Doubles can be word-aligned.
  23. 64-bit integers can be word-aligned.
  24. Native division and modulus have round-towards-zero semantics, will use them.
  25. ranlib found
  26. #! appears to work in shell scripts.
  27. POSIX signal handling found.
  28. expm1(), log1p(), hypot(), copysign() found.
  29. getrusage() found.
  30. times() found.
  31. termcap functions found (with libraries '-lcurses')
  32. You have BSD sockets.
  33. socklen_t is defined in <sys/socket.h>
  34. inet_aton() found.
  35. IPv6 is supported.
  36. unistd.h found.
  37. off_t is defined in <sys/types.h>
  38. dirent.h found.
  39. rewinddir() found.
  40. lockf() found.
  41. mkfifo() found.
  42. getcwd() found.
  43. getwd() found.
  44. getpriority() found.
  45. utime() found.
  46. utimes() found.
  47. dup2() found.
  48. fchmod() found.
  49. truncate() found.
  50. sys/select.h found.
  51. select() found.
  52. symlink() found.
  53. waitpid() found.
  54. wait4() found.
  55. getgroups() found.
  56. setgroups() found.
  57. initgroups() found.
  58. POSIX termios found.
  59. Asynchronous I/O are supported.
  60. setitimer() found.
  61. gethostname() found.
  62. uname() found.
  63. gettimeofday() found.
  64. mktime() found.
  65. setsid() found.
  66. putenv() found.
  67. setlocale() and <locale.h> found.
  68. dlopen() found.
  69. Dynamic loading of shared libraries is supported.
  70. mmap() found.
  71. pwrite() found
  72. stat() supports nanosecond precision.
  73. mkstemp() found
  74. nice() found
  75. Replay debugger supported.
  76. System stack overflow can be detected.
  77. POSIX threads library supported.
  78. Options for linking with POSIX threads: -lpthread
  79. sigwait() found
  80. Bytecode threads library supported.
  81. [WARNING] Cannot compile X11 program.
  82. [WARNING] X11 not found, the "graph" library will not be supported.
  83. [WARNING] BFD library not found, 'objinfo' will be unable to display info on .cmxs files.
  84. CFI support: disabled by command-line option -no-cfi
  85.  
  86. ** Configuration summary **
  87.  
  88. Directories where OCaml will be installed:
  89. binaries.................. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin
  90. standard library.......... /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  91. manual pages.............. /Users/lorenz/code/ReasonProject/node_modules/ocaml/man (with extension .1)
  92. Configuration for the bytecode compiler:
  93. C compiler used........... gcc
  94. options for compiling..... -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
  95. options for linking....... -lcurses -lpthread
  96. shared libraries are supported
  97. options for compiling..... -O -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
  98. command for building...... gcc -bundle -flat_namespace -undefined suppress -Wl,-no_compact_unwind -o lib.so /a/path objs
  99. Configuration for the native-code compiler:
  100. hardware architecture..... amd64
  101. OS variant................ macosx
  102. C compiler used........... gcc
  103. options for compiling..... -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT
  104. options for linking.......
  105. assembler ................ clang -arch x86_64 -c
  106. preprocessed assembler ... clang -arch x86_64 -c
  107. assembler supports CFI ... no
  108. with frame pointers....... no
  109. naked pointers forbidden.. no
  110. native dynlink ........... true
  111. profiling with gprof ..... supported
  112. Source-level replay debugger: supported
  113. Additional libraries supported:
  114. unix str num dynlink bigarray systhreads threads
  115. Configuration for the "num" library:
  116. target architecture ...... amd64 (asm level 1)
  117. The "graph" library: not supported
  118.  
  119. ** OCaml configuration completed successfully **
  120.  
  121. + make world.opt
  122. /Applications/Xcode.app/Contents/Developer/usr/bin/make coldstart
  123. cd byterun; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
  124. sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
  125. -e '/^}/q' caml/instruct.h > caml/jumptbl.h
  126. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o interp.o interp.c
  127. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o misc.o misc.c
  128. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o stacks.o stacks.c
  129. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o fix_code.o fix_code.c
  130. ../tools/make-version-header.sh ../VERSION > caml/version.h
  131. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o startup.o startup.c
  132. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o freelist.o freelist.c
  133. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o major_gc.o major_gc.c
  134. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o minor_gc.o minor_gc.c
  135. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o memory.o memory.c
  136. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o alloc.o alloc.c
  137. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o roots.o roots.c
  138. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o globroots.o globroots.c
  139. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o fail.o fail.c
  140. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals.o signals.c
  141. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals_byt.o signals_byt.c
  142. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o printexc.o printexc.c
  143. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o backtrace.o backtrace.c
  144. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compare.o compare.c
  145. compare.c:273:12: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  146. return Val_int(LESS);
  147. ^~~~~~~~~~~~~
  148. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  149. #define Val_int(x) Val_long(x)
  150. ^~~~~~~~~~~
  151. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  152. #define Val_long(x) (((intnat)(x) << 1) + 1)
  153. ~~~~~~~~~~~ ^
  154. 1 warning generated.
  155. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o ints.o ints.c
  156. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o floats.o floats.c
  157. floats.c:442:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  158. if (f < g) return Val_int(-1);
  159. ^~~~~~~~~~~
  160. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  161. #define Val_int(x) Val_long(x)
  162. ^~~~~~~~~~~
  163. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  164. #define Val_long(x) (((intnat)(x) << 1) + 1)
  165. ~~~~~~~~~~~ ^
  166. floats.c:447:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  167. if (g == g) return Val_int(-1); /* g is not NaN, f is NaN */
  168. ^~~~~~~~~~~
  169. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  170. #define Val_int(x) Val_long(x)
  171. ^~~~~~~~~~~
  172. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  173. #define Val_long(x) (((intnat)(x) << 1) + 1)
  174. ~~~~~~~~~~~ ^
  175. 2 warnings generated.
  176. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o str.o str.c
  177. str.c:239:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  178. if (res < 0) return Val_int(-1);
  179. ^~~~~~~~~~~
  180. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  181. #define Val_int(x) Val_long(x)
  182. ^~~~~~~~~~~
  183. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  184. #define Val_long(x) (((intnat)(x) << 1) + 1)
  185. ~~~~~~~~~~~ ^
  186. str.c:241:27: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  187. if (len1 < len2) return Val_int(-1);
  188. ^~~~~~~~~~~
  189. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  190. #define Val_int(x) Val_long(x)
  191. ^~~~~~~~~~~
  192. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  193. #define Val_long(x) (((intnat)(x) << 1) + 1)
  194. ~~~~~~~~~~~ ^
  195. 2 warnings generated.
  196. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o array.o array.c
  197. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o io.o io.c
  198. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o extern.o extern.c
  199. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o intern.o intern.c
  200. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o hash.o hash.c
  201. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o sys.o sys.c
  202. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o meta.o meta.c
  203. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o parsing.o parsing.c
  204. parsing.c:220:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  205. env->curr_char = Val_int(-1);
  206. ^~~~~~~~~~~
  207. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  208. #define Val_int(x) Val_long(x)
  209. ^~~~~~~~~~~
  210. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  211. #define Val_long(x) (((intnat)(x) << 1) + 1)
  212. ~~~~~~~~~~~ ^
  213. parsing.c:225:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  214. env->curr_char = Val_int(-1);
  215. ^~~~~~~~~~~
  216. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  217. #define Val_int(x) Val_long(x)
  218. ^~~~~~~~~~~
  219. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  220. #define Val_long(x) (((intnat)(x) << 1) + 1)
  221. ~~~~~~~~~~~ ^
  222. 2 warnings generated.
  223. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o gc_ctrl.o gc_ctrl.c
  224. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o terminfo.o terminfo.c
  225. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o md5.o md5.c
  226. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o obj.o obj.c
  227. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lexing.o lexing.c
  228. lexing.c:66:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  229. lexbuf->lex_last_action = Val_int(-1);
  230. ^~~~~~~~~~~
  231. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  232. #define Val_int(x) Val_long(x)
  233. ^~~~~~~~~~~
  234. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  235. #define Val_long(x) (((intnat)(x) << 1) + 1)
  236. ~~~~~~~~~~~ ^
  237. lexing.c:101:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  238. if (lexbuf->lex_last_action == Val_int(-1)) {
  239. ^~~~~~~~~~~
  240. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  241. #define Val_int(x) Val_long(x)
  242. ^~~~~~~~~~~
  243. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  244. #define Val_long(x) (((intnat)(x) << 1) + 1)
  245. ~~~~~~~~~~~ ^
  246. lexing.c:147:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  247. Field(mem,dst) = Val_int(-1) ;
  248. ^~~~~~~~~~~
  249. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  250. #define Val_int(x) Val_long(x)
  251. ^~~~~~~~~~~
  252. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  253. #define Val_long(x) (((intnat)(x) << 1) + 1)
  254. ~~~~~~~~~~~ ^
  255. lexing.c:163:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  256. lexbuf->lex_last_action = Val_int(-1);
  257. ^~~~~~~~~~~
  258. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  259. #define Val_int(x) Val_long(x)
  260. ^~~~~~~~~~~
  261. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  262. #define Val_long(x) (((intnat)(x) << 1) + 1)
  263. ~~~~~~~~~~~ ^
  264. lexing.c:207:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  265. if (lexbuf->lex_last_action == Val_int(-1)) {
  266. ^~~~~~~~~~~
  267. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  268. #define Val_int(x) Val_long(x)
  269. ^~~~~~~~~~~
  270. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  271. #define Val_long(x) (((intnat)(x) << 1) + 1)
  272. ~~~~~~~~~~~ ^
  273. 5 warnings generated.
  274. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o callback.o callback.c
  275. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o debugger.o debugger.c
  276. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o weak.o weak.c
  277. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compact.o compact.c
  278. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o finalise.o finalise.c
  279. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o custom.o custom.c
  280. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o dynlink.o dynlink.c
  281. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o unix.o unix.c
  282. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o main.o main.c
  283. ar rc libcamlrun.a interp.o misc.o stacks.o fix_code.o startup.o freelist.o major_gc.o minor_gc.o memory.o alloc.o roots.o globroots.o fail.o signals.o signals_byt.o printexc.o backtrace.o compare.o ints.o floats.o str.o array.o io.o extern.o intern.o hash.o sys.o meta.o parsing.o gc_ctrl.o terminfo.o md5.o obj.o lexing.o callback.o debugger.o weak.o compact.o finalise.o custom.o dynlink.o unix.o main.o
  284. ranlib libcamlrun.a
  285. sed -n -e "s/CAMLprim value \([a-z0-9_][a-z0-9_]*\).*/\1/p" alloc.c array.c compare.c extern.c floats.c gc_ctrl.c hash.c intern.c interp.c ints.c io.c lexing.c md5.c meta.c obj.c parsing.c signals.c str.c sys.c terminfo.c callback.c weak.c finalise.c stacks.c dynlink.c backtrace.c \
  286. | sort | uniq > primitives
  287. (echo '#include "caml/mlvalues.h"'; \
  288. echo '#include "caml/prims.h"'; \
  289. sed -e 's/.*/extern value &();/' primitives; \
  290. echo 'c_primitive caml_builtin_cprim[] = {'; \
  291. sed -e 's/.*/ &,/' primitives; \
  292. echo ' 0 };'; \
  293. echo 'char * caml_names_of_builtin_cprim[] = {'; \
  294. sed -e 's/.*/ "&",/' primitives; \
  295. echo ' 0 };') > prims.c
  296. gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o prims.o prims.c
  297. gcc -Wl,-no_compact_unwind -o ocamlrun \
  298. prims.o libcamlrun.a -lcurses -lpthread
  299. echo "/Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/stublibs" > ld.conf
  300. echo "/Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml" >> ld.conf
  301. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O interp.c -o interp.pic.o
  302. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O misc.c -o misc.pic.o
  303. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O stacks.c -o stacks.pic.o
  304. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O fix_code.c -o fix_code.pic.o
  305. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O startup.c -o startup.pic.o
  306. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O freelist.c -o freelist.pic.o
  307. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O major_gc.c -o major_gc.pic.o
  308. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O minor_gc.c -o minor_gc.pic.o
  309. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O memory.c -o memory.pic.o
  310. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O alloc.c -o alloc.pic.o
  311. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O roots.c -o roots.pic.o
  312. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O globroots.c -o globroots.pic.o
  313. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O fail.c -o fail.pic.o
  314. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O signals.c -o signals.pic.o
  315. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O signals_byt.c -o signals_byt.pic.o
  316. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O printexc.c -o printexc.pic.o
  317. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O backtrace.c -o backtrace.pic.o
  318. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O compare.c -o compare.pic.o
  319. compare.c:273:12: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  320. return Val_int(LESS);
  321. ^~~~~~~~~~~~~
  322. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  323. #define Val_int(x) Val_long(x)
  324. ^~~~~~~~~~~
  325. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  326. #define Val_long(x) (((intnat)(x) << 1) + 1)
  327. ~~~~~~~~~~~ ^
  328. 1 warning generated.
  329. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O ints.c -o ints.pic.o
  330. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O floats.c -o floats.pic.o
  331. floats.c:442:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  332. if (f < g) return Val_int(-1);
  333. ^~~~~~~~~~~
  334. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  335. #define Val_int(x) Val_long(x)
  336. ^~~~~~~~~~~
  337. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  338. #define Val_long(x) (((intnat)(x) << 1) + 1)
  339. ~~~~~~~~~~~ ^
  340. floats.c:447:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  341. if (g == g) return Val_int(-1); /* g is not NaN, f is NaN */
  342. ^~~~~~~~~~~
  343. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  344. #define Val_int(x) Val_long(x)
  345. ^~~~~~~~~~~
  346. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  347. #define Val_long(x) (((intnat)(x) << 1) + 1)
  348. ~~~~~~~~~~~ ^
  349. 2 warnings generated.
  350. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O str.c -o str.pic.o
  351. str.c:239:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  352. if (res < 0) return Val_int(-1);
  353. ^~~~~~~~~~~
  354. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  355. #define Val_int(x) Val_long(x)
  356. ^~~~~~~~~~~
  357. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  358. #define Val_long(x) (((intnat)(x) << 1) + 1)
  359. ~~~~~~~~~~~ ^
  360. str.c:241:27: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  361. if (len1 < len2) return Val_int(-1);
  362. ^~~~~~~~~~~
  363. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  364. #define Val_int(x) Val_long(x)
  365. ^~~~~~~~~~~
  366. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  367. #define Val_long(x) (((intnat)(x) << 1) + 1)
  368. ~~~~~~~~~~~ ^
  369. 2 warnings generated.
  370. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O array.c -o array.pic.o
  371. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O io.c -o io.pic.o
  372. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O extern.c -o extern.pic.o
  373. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O intern.c -o intern.pic.o
  374. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O hash.c -o hash.pic.o
  375. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O sys.c -o sys.pic.o
  376. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O meta.c -o meta.pic.o
  377. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O parsing.c -o parsing.pic.o
  378. parsing.c:220:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  379. env->curr_char = Val_int(-1);
  380. ^~~~~~~~~~~
  381. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  382. #define Val_int(x) Val_long(x)
  383. ^~~~~~~~~~~
  384. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  385. #define Val_long(x) (((intnat)(x) << 1) + 1)
  386. ~~~~~~~~~~~ ^
  387. parsing.c:225:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  388. env->curr_char = Val_int(-1);
  389. ^~~~~~~~~~~
  390. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  391. #define Val_int(x) Val_long(x)
  392. ^~~~~~~~~~~
  393. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  394. #define Val_long(x) (((intnat)(x) << 1) + 1)
  395. ~~~~~~~~~~~ ^
  396. 2 warnings generated.
  397. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O gc_ctrl.c -o gc_ctrl.pic.o
  398. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O terminfo.c -o terminfo.pic.o
  399. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O md5.c -o md5.pic.o
  400. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O obj.c -o obj.pic.o
  401. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O lexing.c -o lexing.pic.o
  402. lexing.c:66:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  403. lexbuf->lex_last_action = Val_int(-1);
  404. ^~~~~~~~~~~
  405. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  406. #define Val_int(x) Val_long(x)
  407. ^~~~~~~~~~~
  408. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  409. #define Val_long(x) (((intnat)(x) << 1) + 1)
  410. ~~~~~~~~~~~ ^
  411. lexing.c:101:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  412. if (lexbuf->lex_last_action == Val_int(-1)) {
  413. ^~~~~~~~~~~
  414. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  415. #define Val_int(x) Val_long(x)
  416. ^~~~~~~~~~~
  417. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  418. #define Val_long(x) (((intnat)(x) << 1) + 1)
  419. ~~~~~~~~~~~ ^
  420. lexing.c:147:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  421. Field(mem,dst) = Val_int(-1) ;
  422. ^~~~~~~~~~~
  423. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  424. #define Val_int(x) Val_long(x)
  425. ^~~~~~~~~~~
  426. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  427. #define Val_long(x) (((intnat)(x) << 1) + 1)
  428. ~~~~~~~~~~~ ^
  429. lexing.c:163:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  430. lexbuf->lex_last_action = Val_int(-1);
  431. ^~~~~~~~~~~
  432. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  433. #define Val_int(x) Val_long(x)
  434. ^~~~~~~~~~~
  435. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  436. #define Val_long(x) (((intnat)(x) << 1) + 1)
  437. ~~~~~~~~~~~ ^
  438. lexing.c:207:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  439. if (lexbuf->lex_last_action == Val_int(-1)) {
  440. ^~~~~~~~~~~
  441. ./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  442. #define Val_int(x) Val_long(x)
  443. ^~~~~~~~~~~
  444. ./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  445. #define Val_long(x) (((intnat)(x) << 1) + 1)
  446. ~~~~~~~~~~~ ^
  447. 5 warnings generated.
  448. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O callback.c -o callback.pic.o
  449. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O debugger.c -o debugger.pic.o
  450. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O weak.c -o weak.pic.o
  451. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O compact.c -o compact.pic.o
  452. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O finalise.c -o finalise.pic.o
  453. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O custom.c -o custom.pic.o
  454. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O dynlink.c -o dynlink.pic.o
  455. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O unix.c -o unix.pic.o
  456. gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O main.c -o main.pic.o
  457. ar rc libcamlrun_pic.a interp.pic.o misc.pic.o stacks.pic.o fix_code.pic.o startup.pic.o freelist.pic.o major_gc.pic.o minor_gc.pic.o memory.pic.o alloc.pic.o roots.pic.o globroots.pic.o fail.pic.o signals.pic.o signals_byt.pic.o printexc.pic.o backtrace.pic.o compare.pic.o ints.pic.o floats.pic.o str.pic.o array.pic.o io.pic.o extern.pic.o intern.pic.o hash.pic.o sys.pic.o meta.pic.o parsing.pic.o gc_ctrl.pic.o terminfo.pic.o md5.pic.o obj.pic.o lexing.pic.o callback.pic.o debugger.pic.o weak.pic.o compact.pic.o finalise.pic.o custom.pic.o dynlink.pic.o unix.pic.o main.pic.o
  458. ranlib libcamlrun_pic.a
  459. gcc -bundle -flat_namespace -undefined suppress -Wl,-no_compact_unwind -o libcamlrun_shared.so interp.pic.o misc.pic.o stacks.pic.o fix_code.pic.o startup.pic.o freelist.pic.o major_gc.pic.o minor_gc.pic.o memory.pic.o alloc.pic.o roots.pic.o globroots.pic.o fail.pic.o signals.pic.o signals_byt.pic.o printexc.pic.o backtrace.pic.o compare.pic.o ints.pic.o floats.pic.o str.pic.o array.pic.o io.pic.o extern.pic.o intern.pic.o hash.pic.o sys.pic.o meta.pic.o parsing.pic.o gc_ctrl.pic.o terminfo.pic.o md5.pic.o obj.pic.o lexing.pic.o callback.pic.o debugger.pic.o weak.pic.o compact.pic.o finalise.pic.o custom.pic.o dynlink.pic.o unix.pic.o main.pic.o -lcurses -lpthread
  460. cp byterun/ocamlrun boot/ocamlrun
  461. cd yacc; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
  462. gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o closure.o closure.c
  463. gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o error.o error.c
  464. gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lalr.o lalr.c
  465. gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lr0.o lr0.c
  466. echo "#define OCAML_VERSION \"`sed -e 1q ../VERSION`\"" >version.h
  467. gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o main.o main.c
  468. gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o mkpar.o mkpar.c
  469. gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o output.o output.c
  470. gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o reader.o reader.c
  471. gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o skeleton.o skeleton.c
  472. gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o symtab.o symtab.c
  473. gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o verbose.o verbose.c
  474. gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o warshall.o warshall.c
  475. gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o ocamlyacc closure.o error.o lalr.o lr0.o main.o mkpar.o output.o reader.o skeleton.o symtab.o verbose.o warshall.o
  476. cp yacc/ocamlyacc boot/ocamlyacc
  477. cd stdlib; /Applications/Xcode.app/Contents/Developer/usr/bin/make COMPILER=../boot/ocamlc all
  478. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormatBasics.cmi` -c camlinternalFormatBasics.mli
  479. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormatBasics.cmo` -c camlinternalFormatBasics.ml
  480. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags pervasives.cmi` -c pervasives.mli
  481. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags pervasives.cmo` -c pervasives.ml
  482. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags array.cmi` -c array.mli
  483. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags array.cmo` -c array.ml
  484. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags list.cmi` -c list.mli
  485. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags list.cmo` -c list.ml
  486. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags char.cmi` -c char.mli
  487. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags char.cmo` -c char.ml
  488. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytes.cmi` -c bytes.mli
  489. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytes.cmo` -c bytes.ml
  490. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags string.cmi` -c string.mli
  491. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags string.cmo` -c string.ml
  492. sed -e "s|%%VERSION%%|`sed -e 1q ../VERSION`|" sys.mlp >sys.ml
  493. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sys.cmi` -c sys.mli
  494. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sys.cmo` -c sys.ml
  495. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sort.cmi` -c sort.mli
  496. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sort.cmo` -c sort.ml
  497. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags marshal.cmi` -c marshal.mli
  498. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags marshal.cmo` -c marshal.ml
  499. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int32.cmi` -c int32.mli
  500. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags obj.cmi` -c obj.mli
  501. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags obj.cmo` -c obj.ml
  502. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int32.cmo` -c int32.ml
  503. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int64.cmi` -c int64.mli
  504. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int64.cmo` -c int64.ml
  505. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags nativeint.cmi` -c nativeint.mli
  506. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags nativeint.cmo` -c nativeint.ml
  507. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lexing.cmi` -c lexing.mli
  508. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lexing.cmo` -c lexing.ml
  509. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags parsing.cmi` -c parsing.mli
  510. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags parsing.cmo` -c parsing.ml
  511. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags set.cmi` -c set.mli
  512. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags set.cmo` -c set.ml
  513. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags map.cmi` -c map.mli
  514. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags map.cmo` -c map.ml
  515. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stack.cmi` -c stack.mli
  516. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stack.cmo` -c stack.ml
  517. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags queue.cmi` -c queue.mli
  518. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags queue.cmo` -c queue.ml
  519. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalLazy.cmi` -c camlinternalLazy.mli
  520. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalLazy.cmo` -c camlinternalLazy.ml
  521. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lazy.cmi` -c lazy.mli
  522. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lazy.cmo` -c lazy.ml
  523. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stream.cmi` -c stream.mli
  524. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stream.cmo` -c stream.ml
  525. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags buffer.cmi` -c buffer.mli
  526. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags buffer.cmo` -c buffer.ml
  527. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormat.cmi` -c camlinternalFormat.mli
  528. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormat.cmo` -c camlinternalFormat.ml
  529. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printf.cmi` -c printf.mli
  530. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printf.cmo` -c printf.ml
  531. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arg.cmi` -c arg.mli
  532. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arg.cmo` -c arg.ml
  533. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printexc.cmi` -c printexc.mli
  534. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printexc.cmo` -c printexc.ml
  535. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags gc.cmi` -c gc.mli
  536. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags gc.cmo` -c gc.ml
  537. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags digest.cmi` -c digest.mli
  538. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags digest.cmo` -c digest.ml
  539. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags random.cmi` -c random.mli
  540. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags random.cmo` -c random.ml
  541. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags hashtbl.cmi` -c hashtbl.mli
  542. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags hashtbl.cmo` -c hashtbl.ml
  543. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags format.cmi` -c format.mli
  544. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags format.cmo` -c format.ml
  545. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags scanf.cmi` -c scanf.mli
  546. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags scanf.cmo` -c scanf.ml
  547. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags callback.cmi` -c callback.mli
  548. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags callback.cmo` -c callback.ml
  549. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalOO.cmi` -c camlinternalOO.mli
  550. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalOO.cmo` -c camlinternalOO.ml
  551. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags oo.cmi` -c oo.mli
  552. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags oo.cmo` -c oo.ml
  553. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalMod.cmi` -c camlinternalMod.mli
  554. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalMod.cmo` -c camlinternalMod.ml
  555. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags genlex.cmi` -c genlex.mli
  556. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags genlex.cmo` -c genlex.ml
  557. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags weak.cmi` -c weak.mli
  558. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags weak.cmo` -c weak.ml
  559. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags filename.cmi` -c filename.mli
  560. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags filename.cmo` -c filename.ml
  561. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags complex.cmi` -c complex.mli
  562. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags complex.cmo` -c complex.ml
  563. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arrayLabels.cmi` -c arrayLabels.mli
  564. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arrayLabels.cmo` -c arrayLabels.ml
  565. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags listLabels.cmi` -c listLabels.mli
  566. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags listLabels.cmo` -c listLabels.ml
  567. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytesLabels.cmi` -c bytesLabels.mli
  568. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytesLabels.cmo` -c bytesLabels.ml
  569. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stringLabels.cmi` -c stringLabels.mli
  570. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stringLabels.cmo` -c stringLabels.ml
  571. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags moreLabels.cmi` -c moreLabels.mli
  572. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags moreLabels.cmo` -c moreLabels.ml
  573. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stdLabels.cmi` -c stdLabels.mli
  574. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stdLabels.cmo` -c stdLabels.ml
  575. ../boot/ocamlrun ../boot/ocamlc -a -o stdlib.cma camlinternalFormatBasics.cmo pervasives.cmo array.cmo list.cmo char.cmo bytes.cmo string.cmo sys.cmo sort.cmo marshal.cmo obj.cmo int32.cmo int64.cmo nativeint.cmo lexing.cmo parsing.cmo set.cmo map.cmo stack.cmo queue.cmo camlinternalLazy.cmo lazy.cmo stream.cmo buffer.cmo camlinternalFormat.cmo printf.cmo arg.cmo printexc.cmo gc.cmo digest.cmo random.cmo hashtbl.cmo format.cmo scanf.cmo callback.cmo camlinternalOO.cmo oo.cmo camlinternalMod.cmo genlex.cmo weak.cmo filename.cmo complex.cmo arrayLabels.cmo listLabels.cmo bytesLabels.cmo stringLabels.cmo moreLabels.cmo stdLabels.cmo
  576. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags std_exit.cmo` -c std_exit.ml
  577. if true; then \
  578. echo '#!/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlrun' > camlheader && \
  579. echo '#!/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlrun' > target_camlheader && \
  580. echo '#!/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlrund' > camlheaderd && \
  581. echo '#!/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlrund' > target_camlheaderd && \
  582. echo '#!' | tr -d '\012' > camlheader_ur; \
  583. else \
  584. for suff in '' d; do \
  585. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT \
  586. -DRUNTIME_NAME='"/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlrun'$suff'"' \
  587. header.c -o tmpheader && \
  588. strip tmpheader && \
  589. mv tmpheader camlheader$suff && \
  590. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT \
  591. -DRUNTIME_NAME='"/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlrun'$suff'"' \
  592. header.c -o tmpheader && \
  593. strip tmpheader && \
  594. mv tmpheader target_camlheader$suff; \
  595. done && \
  596. cp camlheader camlheader_ur; \
  597. fi
  598. cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
  599. if test -f boot/libcamlrun.a; then :; else \
  600. ln -s ../byterun/libcamlrun.a boot/libcamlrun.a; fi
  601. if test -d stdlib/caml; then :; else \
  602. ln -s ../byterun/caml stdlib/caml; fi
  603. /Applications/Xcode.app/Contents/Developer/usr/bin/make opt.opt
  604. /Applications/Xcode.app/Contents/Developer/usr/bin/make checkstack
  605. /Applications/Xcode.app/Contents/Developer/usr/bin/make runtime
  606. cd byterun; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
  607. make[3]: Nothing to be done for `all'.
  608. if test -f stdlib/libcamlrun.a; then :; else \
  609. ln -s ../byterun/libcamlrun.a stdlib/libcamlrun.a; fi
  610. /Applications/Xcode.app/Contents/Developer/usr/bin/make core
  611. /Applications/Xcode.app/Contents/Developer/usr/bin/make coldstart
  612. cd byterun; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
  613. make[4]: Nothing to be done for `all'.
  614. cp byterun/ocamlrun boot/ocamlrun
  615. cd yacc; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
  616. make[4]: Nothing to be done for `all'.
  617. cp yacc/ocamlyacc boot/ocamlyacc
  618. cd stdlib; /Applications/Xcode.app/Contents/Developer/usr/bin/make COMPILER=../boot/ocamlc all
  619. make[4]: Nothing to be done for `all'.
  620. cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
  621. if test -f boot/libcamlrun.a; then :; else \
  622. ln -s ../byterun/libcamlrun.a boot/libcamlrun.a; fi
  623. if test -d stdlib/caml; then :; else \
  624. ln -s ../byterun/caml stdlib/caml; fi
  625. /Applications/Xcode.app/Contents/Developer/usr/bin/make coreall
  626. /Applications/Xcode.app/Contents/Developer/usr/bin/make ocamlc
  627. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.mli
  628. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.ml
  629. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.mli
  630. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.ml
  631. sed -e 's|%%LIBDIR%%|/Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml|' \
  632. -e 's|%%BYTERUN%%|/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlrun|' \
  633. -e 's|%%CCOMPTYPE%%|cc|' \
  634. -e 's|%%BYTECC%%|gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O |' \
  635. -e 's|%%NATIVECC%%|gcc -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT|' \
  636. -e 's|%%PACKLD%%|ld -r -arch x86_64 -o\ |' \
  637. -e 's|%%BYTECCLIBS%%|-lcurses -lpthread|' \
  638. -e 's|%%NATIVECCLIBS%%||' \
  639. -e 's|%%RANLIBCMD%%|ranlib|' \
  640. -e 's|%%ARCMD%%|ar|' \
  641. -e 's|%%CC_PROFILE%%|-pg|' \
  642. -e 's|%%ARCH%%|amd64|' \
  643. -e 's|%%MODEL%%|default|' \
  644. -e 's|%%SYSTEM%%|macosx|' \
  645. -e 's|%%EXT_OBJ%%|.o|' \
  646. -e 's|%%EXT_ASM%%|.s|' \
  647. -e 's|%%EXT_LIB%%|.a|' \
  648. -e 's|%%EXT_DLL%%|.so|' \
  649. -e 's|%%SYSTHREAD_SUPPORT%%|true|' \
  650. -e 's|%%ASM%%|clang -arch x86_64 -c|' \
  651. -e 's|%%ASM_CFI_SUPPORTED%%|false|' \
  652. -e 's|%%WITH_FRAME_POINTERS%%|false|' \
  653. -e 's|%%MKDLL%%|gcc -bundle -flat_namespace -undefined suppress -Wl,-no_compact_unwind|' \
  654. -e 's|%%MKEXE%%|gcc -Wl,-no_compact_unwind|' \
  655. -e 's|%%MKMAINDLL%%|gcc -bundle -flat_namespace -undefined suppress -Wl,-no_compact_unwind|' \
  656. -e 's|%%HOST%%|x86_64-apple-darwin16.3.0|' \
  657. -e 's|%%TARGET%%|x86_64-apple-darwin16.3.0|' \
  658. utils/config.mlp > utils/config.ml
  659. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.mli
  660. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.ml
  661. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.mli
  662. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.ml
  663. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.mli
  664. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.ml
  665. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.mli
  666. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.ml
  667. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.mli
  668. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.ml
  669. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.mli
  670. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.ml
  671. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.mli
  672. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.ml
  673. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.mli
  674. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.ml
  675. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/asttypes.mli
  676. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parsetree.mli
  677. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/docstrings.mli
  678. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/docstrings.ml
  679. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/ast_helper.mli
  680. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/ast_helper.ml
  681. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.mli
  682. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.ml
  683. boot/ocamlyacc -v parsing/parser.mly
  684. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parser.mli
  685. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parser.ml
  686. boot/ocamlrun boot/ocamllex parsing/lexer.mll
  687. 201 states, 3959 transitions, table size 17042 bytes
  688. 2420 additional bytes used for bindings
  689. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/lexer.mli
  690. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/lexer.ml
  691. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parse.mli
  692. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parse.ml
  693. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/printast.mli
  694. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/printast.ml
  695. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/pprintast.mli
  696. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/pprintast.ml
  697. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/ast_mapper.mli
  698. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/ast_mapper.ml
  699. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ident.mli
  700. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ident.ml
  701. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/path.mli
  702. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/path.ml
  703. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/primitive.mli
  704. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/primitive.ml
  705. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/types.mli
  706. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/types.ml
  707. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/btype.mli
  708. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/btype.ml
  709. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/outcometree.mli
  710. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/oprint.mli
  711. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/oprint.ml
  712. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/subst.mli
  713. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/subst.ml
  714. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/predef.mli
  715. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/predef.ml
  716. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/datarepr.mli
  717. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/datarepr.ml
  718. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmi_format.mli
  719. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmi_format.ml
  720. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/env.mli
  721. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/env.ml
  722. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtree.mli
  723. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtree.ml
  724. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyped.mli
  725. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyped.ml
  726. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ctype.mli
  727. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ctype.ml
  728. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyp.mli
  729. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyp.ml
  730. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includeclass.mli
  731. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includeclass.ml
  732. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/mtype.mli
  733. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/mtype.ml
  734. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/envaux.mli
  735. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/envaux.ml
  736. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includecore.mli
  737. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includecore.ml
  738. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeIter.mli
  739. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeIter.ml
  740. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeMap.mli
  741. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeMap.ml
  742. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmt_format.mli
  743. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmt_format.ml
  744. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includemod.mli
  745. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includemod.ml
  746. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typetexp.mli
  747. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typetexp.ml
  748. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/parmatch.mli
  749. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/parmatch.ml
  750. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/annot.mli
  751. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/stypes.mli
  752. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/stypes.ml
  753. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typecore.mli
  754. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typecore.ml
  755. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedecl.mli
  756. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedecl.ml
  757. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typeclass.mli
  758. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typeclass.ml
  759. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typemod.mli
  760. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typemod.ml
  761. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/lambda.mli
  762. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/lambda.ml
  763. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printlambda.mli
  764. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printlambda.ml
  765. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.mli
  766. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.ml
  767. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/switch.mli
  768. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/switch.ml
  769. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/matching.mli
  770. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/matching.ml
  771. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translobj.mli
  772. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translobj.ml
  773. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translcore.mli
  774. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translcore.ml
  775. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translclass.mli
  776. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translclass.ml
  777. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translmod.mli
  778. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translmod.ml
  779. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/simplif.mli
  780. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/simplif.ml
  781. (echo 'let builtin_exceptions = [|'; \
  782. sed -n -e 's|.*/\* \("[A-Za-z_]*"\) \*/$| \1;|p' byterun/caml/fail.h | \
  783. sed -e '$s/;$//'; \
  784. echo '|]'; \
  785. echo 'let builtin_primitives = [|'; \
  786. sed -e 's/.*/ "&";/' -e '$s/;$//' byterun/primitives; \
  787. echo '|]') > bytecomp/runtimedef.ml
  788. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/runtimedef.mli
  789. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/runtimedef.ml
  790. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/pparse.mli
  791. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/pparse.ml
  792. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main_args.mli
  793. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main_args.ml
  794. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compenv.mli
  795. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compenv.ml
  796. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compmisc.mli
  797. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compmisc.ml
  798. boot/ocamlrun boot/ocamlc -nostdlib -I boot -a -linkall -o compilerlibs/ocamlcommon.cma utils/misc.cmo utils/tbl.cmo utils/config.cmo utils/clflags.cmo utils/terminfo.cmo utils/ccomp.cmo utils/warnings.cmo utils/consistbl.cmo parsing/location.cmo parsing/longident.cmo parsing/docstrings.cmo parsing/ast_helper.cmo parsing/syntaxerr.cmo parsing/parser.cmo parsing/lexer.cmo parsing/parse.cmo parsing/printast.cmo parsing/pprintast.cmo parsing/ast_mapper.cmo typing/ident.cmo typing/path.cmo typing/primitive.cmo typing/types.cmo typing/btype.cmo typing/oprint.cmo typing/subst.cmo typing/predef.cmo typing/datarepr.cmo typing/cmi_format.cmo typing/env.cmo typing/typedtree.cmo typing/printtyped.cmo typing/ctype.cmo typing/printtyp.cmo typing/includeclass.cmo typing/mtype.cmo typing/envaux.cmo typing/includecore.cmo typing/typedtreeIter.cmo typing/typedtreeMap.cmo typing/cmt_format.cmo typing/includemod.cmo typing/typetexp.cmo typing/parmatch.cmo typing/stypes.cmo typing/typecore.cmo typing/typedecl.cmo typing/typeclass.cmo typing/typemod.cmo bytecomp/lambda.cmo bytecomp/printlambda.cmo bytecomp/typeopt.cmo bytecomp/switch.cmo bytecomp/matching.cmo bytecomp/translobj.cmo bytecomp/translcore.cmo bytecomp/translclass.cmo bytecomp/translmod.cmo bytecomp/simplif.cmo bytecomp/runtimedef.cmo driver/pparse.cmo driver/main_args.cmo driver/compenv.cmo driver/compmisc.cmo
  799. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/meta.mli
  800. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/meta.ml
  801. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/instruct.mli
  802. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/instruct.ml
  803. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.mli
  804. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.ml
  805. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.mli
  806. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.ml
  807. sed -n -e '/^enum/p' -e 's/,//g' -e '/^ /p' byterun/caml/instruct.h | \
  808. awk -f tools/make-opcodes > bytecomp/opcodes.ml
  809. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/opcodes.ml
  810. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/cmo_format.mli
  811. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.mli
  812. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.ml
  813. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.mli
  814. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.ml
  815. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/dll.mli
  816. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/dll.ml
  817. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/symtable.mli
  818. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/symtable.ml
  819. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.mli
  820. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.ml
  821. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.mli
  822. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.ml
  823. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.mli
  824. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.ml
  825. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/errors.mli
  826. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/errors.ml
  827. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compile.mli
  828. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compile.ml
  829. boot/ocamlrun boot/ocamlc -nostdlib -I boot -a -o compilerlibs/ocamlbytecomp.cma bytecomp/meta.cmo bytecomp/instruct.cmo bytecomp/bytegen.cmo bytecomp/printinstr.cmo bytecomp/opcodes.cmo bytecomp/emitcode.cmo bytecomp/bytesections.cmo bytecomp/dll.cmo bytecomp/symtable.cmo bytecomp/bytelink.cmo bytecomp/bytelibrarian.cmo bytecomp/bytepackager.cmo driver/errors.cmo driver/compile.cmo
  830. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main.mli
  831. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main.ml
  832. boot/ocamlrun boot/ocamlc -nostdlib -I boot -compat-32 -o ocamlc \
  833. compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma driver/main.cmo
  834. /Applications/Xcode.app/Contents/Developer/usr/bin/make ocamllex ocamlyacc ocamltools library
  835. cd yacc; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
  836. make[5]: Nothing to be done for `all'.
  837. cd lex; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
  838. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string cset.mli
  839. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string cset.ml
  840. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string syntax.mli
  841. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string syntax.ml
  842. ../boot/ocamlyacc -v parser.mly
  843. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string parser.mli
  844. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string parser.ml
  845. ../boot/ocamlrun ../boot/ocamllex lexer.mll
  846. 98 states, 1199 transitions, table size 5384 bytes
  847. 1802 additional bytes used for bindings
  848. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string lexer.mli
  849. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string lexer.ml
  850. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string table.mli
  851. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string table.ml
  852. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string lexgen.mli
  853. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string lexgen.ml
  854. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string compact.mli
  855. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string compact.ml
  856. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string common.mli
  857. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string common.ml
  858. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string output.mli
  859. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string output.ml
  860. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string outputbis.mli
  861. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string outputbis.ml
  862. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string main.ml
  863. ../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -compat-32 -o ocamllex cset.cmo syntax.cmo parser.cmo lexer.cmo table.cmo lexgen.cmo compact.cmo common.cmo output.cmo outputbis.cmo main.cmo
  864. make[4]: Nothing to be done for `ocamlyacc'.
  865. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/debuginfo.mli
  866. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/clambda.mli
  867. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/cmx_format.mli
  868. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printclambda.mli
  869. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printclambda.ml
  870. cd tools; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
  871. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel depend.mli
  872. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel depend.ml
  873. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ocamldep.ml
  874. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -compat-32 -o ocamldep misc.cmo config.cmo clflags.cmo terminfo.cmo warnings.cmo location.cmo longident.cmo docstrings.cmo syntaxerr.cmo ast_helper.cmo parser.cmo lexer.cmo parse.cmo ccomp.cmo ast_mapper.cmo pparse.cmo compenv.cmo depend.cmo ocamldep.cmo
  875. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ocamlprof.ml
  876. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel profiling.mli
  877. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel profiling.ml
  878. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -o ocamlprof misc.cmo config.cmo clflags.cmo terminfo.cmo warnings.cmo location.cmo longident.cmo docstrings.cmo syntaxerr.cmo ast_helper.cmo parser.cmo lexer.cmo parse.cmo ocamlprof.cmo
  879. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ocamlcp.ml
  880. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -o ocamlcp warnings.cmo main_args.cmo ocamlcp.cmo
  881. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ocamloptp.ml
  882. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -o ocamloptp warnings.cmo main_args.cmo \
  883. ocamloptp.cmo
  884. sed -e 's|%%BINDIR%%|/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin|' ocamlmktop.tpl > ocamlmktop
  885. chmod +x ocamlmktop
  886. (echo 'let bindir = "/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin"'; \
  887. echo 'let ext_lib = ".a"'; \
  888. echo 'let ext_dll = ".so"'; \
  889. echo 'let supports_shared_libraries = true';\
  890. echo 'let mkdll = "gcc -bundle -flat_namespace -undefined suppress -Wl,-no_compact_unwind"'; \
  891. echo 'let byteccrpath = ""'; \
  892. echo 'let nativeccrpath = ""'; \
  893. echo 'let mksharedlibrpath = ""'; \
  894. echo 'let toolpref = ""'; \
  895. sed -n -e 's/^#ml //p' ../config/Makefile) \
  896. > ocamlmklibconfig.ml
  897. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ocamlmklibconfig.ml
  898. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel ocamlmklib.ml
  899. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -o ocamlmklib ocamlmklibconfig.cmo ocamlmklib.cmo
  900. unset LC_ALL || : ; \
  901. unset LC_CTYPE || : ; \
  902. unset LC_COLLATE LANG || : ; \
  903. sed -e '/\/\*/d' \
  904. -e '/^#/d' \
  905. -e 's/enum \(.*\) {/let names_of_\1 = [|/' \
  906. -e 's/.*};$/ |]/' \
  907. -e 's/\([A-Z][A-Z_0-9a-z]*\)/"\1"/g' \
  908. -e 's/,/;/g' \
  909. ../byterun/caml/instruct.h > opnames.ml
  910. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel opnames.ml
  911. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel dumpobj.ml
  912. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -o dumpobj \
  913. misc.cmo tbl.cmo config.cmo ident.cmo \
  914. opcodes.cmo bytesections.cmo opnames.cmo dumpobj.cmo
  915. gcc -o objinfo_helper -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT \
  916. objinfo_helper.c
  917. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel objinfo.ml
  918. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -o objinfo ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma ../asmcomp/printclambda.cmo objinfo.cmo
  919. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel untypeast.mli
  920. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel untypeast.ml
  921. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel tast_iter.mli
  922. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel tast_iter.ml
  923. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel cmt2annot.ml
  924. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel read_cmt.ml
  925. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -o read_cmt ../utils/misc.cmo ../utils/warnings.cmo ../utils/tbl.cmo ../utils/consistbl.cmo ../utils/config.cmo ../utils/clflags.cmo ../parsing/location.cmo ../parsing/longident.cmo ../parsing/docstrings.cmo ../parsing/lexer.cmo ../parsing/pprintast.cmo ../parsing/ast_helper.cmo ../parsing/ast_mapper.cmo ../typing/ident.cmo ../typing/path.cmo ../typing/types.cmo ../typing/typedtree.cmo ../typing/btype.cmo ../typing/subst.cmo ../typing/predef.cmo ../typing/datarepr.cmo ../typing/cmi_format.cmo ../typing/env.cmo ../typing/ctype.cmo ../typing/oprint.cmo ../typing/primitive.cmo ../typing/printtyp.cmo ../typing/mtype.cmo ../typing/envaux.cmo ../typing/typedtreeMap.cmo ../typing/typedtreeIter.cmo ../typing/cmt_format.cmo ../typing/stypes.cmo untypeast.cmo tast_iter.cmo cmt2annot.cmo read_cmt.cmo
  926. cd stdlib; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
  927. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormatBasics.cmi` -c camlinternalFormatBasics.mli
  928. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormatBasics.cmo` -c camlinternalFormatBasics.ml
  929. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags pervasives.cmi` -c pervasives.mli
  930. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags pervasives.cmo` -c pervasives.ml
  931. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags array.cmi` -c array.mli
  932. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags array.cmo` -c array.ml
  933. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags list.cmi` -c list.mli
  934. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags list.cmo` -c list.ml
  935. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags char.cmi` -c char.mli
  936. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags char.cmo` -c char.ml
  937. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytes.cmi` -c bytes.mli
  938. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytes.cmo` -c bytes.ml
  939. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags string.cmi` -c string.mli
  940. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags string.cmo` -c string.ml
  941. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sys.cmi` -c sys.mli
  942. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sys.cmo` -c sys.ml
  943. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sort.cmi` -c sort.mli
  944. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sort.cmo` -c sort.ml
  945. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags marshal.cmi` -c marshal.mli
  946. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags marshal.cmo` -c marshal.ml
  947. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int32.cmi` -c int32.mli
  948. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags obj.cmi` -c obj.mli
  949. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags obj.cmo` -c obj.ml
  950. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int32.cmo` -c int32.ml
  951. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int64.cmi` -c int64.mli
  952. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int64.cmo` -c int64.ml
  953. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags nativeint.cmi` -c nativeint.mli
  954. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags nativeint.cmo` -c nativeint.ml
  955. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lexing.cmi` -c lexing.mli
  956. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lexing.cmo` -c lexing.ml
  957. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags parsing.cmi` -c parsing.mli
  958. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags parsing.cmo` -c parsing.ml
  959. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags set.cmi` -c set.mli
  960. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags set.cmo` -c set.ml
  961. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags map.cmi` -c map.mli
  962. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags map.cmo` -c map.ml
  963. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stack.cmi` -c stack.mli
  964. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stack.cmo` -c stack.ml
  965. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags queue.cmi` -c queue.mli
  966. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags queue.cmo` -c queue.ml
  967. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalLazy.cmi` -c camlinternalLazy.mli
  968. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalLazy.cmo` -c camlinternalLazy.ml
  969. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lazy.cmi` -c lazy.mli
  970. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lazy.cmo` -c lazy.ml
  971. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stream.cmi` -c stream.mli
  972. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stream.cmo` -c stream.ml
  973. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags buffer.cmi` -c buffer.mli
  974. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags buffer.cmo` -c buffer.ml
  975. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormat.cmi` -c camlinternalFormat.mli
  976. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormat.cmo` -c camlinternalFormat.ml
  977. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printf.cmi` -c printf.mli
  978. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printf.cmo` -c printf.ml
  979. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arg.cmi` -c arg.mli
  980. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arg.cmo` -c arg.ml
  981. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printexc.cmi` -c printexc.mli
  982. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printexc.cmo` -c printexc.ml
  983. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags gc.cmi` -c gc.mli
  984. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags gc.cmo` -c gc.ml
  985. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags digest.cmi` -c digest.mli
  986. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags digest.cmo` -c digest.ml
  987. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags random.cmi` -c random.mli
  988. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags random.cmo` -c random.ml
  989. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags hashtbl.cmi` -c hashtbl.mli
  990. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags hashtbl.cmo` -c hashtbl.ml
  991. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags format.cmi` -c format.mli
  992. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags format.cmo` -c format.ml
  993. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags scanf.cmi` -c scanf.mli
  994. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags scanf.cmo` -c scanf.ml
  995. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags callback.cmi` -c callback.mli
  996. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags callback.cmo` -c callback.ml
  997. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalOO.cmi` -c camlinternalOO.mli
  998. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalOO.cmo` -c camlinternalOO.ml
  999. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags oo.cmi` -c oo.mli
  1000. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags oo.cmo` -c oo.ml
  1001. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalMod.cmi` -c camlinternalMod.mli
  1002. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalMod.cmo` -c camlinternalMod.ml
  1003. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags genlex.cmi` -c genlex.mli
  1004. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags genlex.cmo` -c genlex.ml
  1005. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags weak.cmi` -c weak.mli
  1006. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags weak.cmo` -c weak.ml
  1007. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags filename.cmi` -c filename.mli
  1008. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags filename.cmo` -c filename.ml
  1009. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags complex.cmi` -c complex.mli
  1010. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags complex.cmo` -c complex.ml
  1011. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arrayLabels.cmi` -c arrayLabels.mli
  1012. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arrayLabels.cmo` -c arrayLabels.ml
  1013. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags listLabels.cmi` -c listLabels.mli
  1014. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags listLabels.cmo` -c listLabels.ml
  1015. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytesLabels.cmi` -c bytesLabels.mli
  1016. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytesLabels.cmo` -c bytesLabels.ml
  1017. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stringLabels.cmi` -c stringLabels.mli
  1018. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stringLabels.cmo` -c stringLabels.ml
  1019. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags moreLabels.cmi` -c moreLabels.mli
  1020. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags moreLabels.cmo` -c moreLabels.ml
  1021. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stdLabels.cmi` -c stdLabels.mli
  1022. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stdLabels.cmo` -c stdLabels.ml
  1023. ../boot/ocamlrun ../ocamlc -a -o stdlib.cma camlinternalFormatBasics.cmo pervasives.cmo array.cmo list.cmo char.cmo bytes.cmo string.cmo sys.cmo sort.cmo marshal.cmo obj.cmo int32.cmo int64.cmo nativeint.cmo lexing.cmo parsing.cmo set.cmo map.cmo stack.cmo queue.cmo camlinternalLazy.cmo lazy.cmo stream.cmo buffer.cmo camlinternalFormat.cmo printf.cmo arg.cmo printexc.cmo gc.cmo digest.cmo random.cmo hashtbl.cmo format.cmo scanf.cmo callback.cmo camlinternalOO.cmo oo.cmo camlinternalMod.cmo genlex.cmo weak.cmo filename.cmo complex.cmo arrayLabels.cmo listLabels.cmo bytesLabels.cmo stringLabels.cmo moreLabels.cmo stdLabels.cmo
  1024. ../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags std_exit.cmo` -c std_exit.ml
  1025. /Applications/Xcode.app/Contents/Developer/usr/bin/make ocaml
  1026. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/genprintval.mli
  1027. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/genprintval.ml
  1028. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/toploop.mli
  1029. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/toploop.ml
  1030. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/trace.mli
  1031. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/trace.ml
  1032. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topdirs.mli
  1033. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topdirs.ml
  1034. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topmain.mli
  1035. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topmain.ml
  1036. boot/ocamlrun boot/ocamlc -nostdlib -I boot -a -o compilerlibs/ocamltoplevel.cma toplevel/genprintval.cmo toplevel/toploop.cmo toplevel/trace.cmo toplevel/topdirs.cmo toplevel/topmain.cmo
  1037. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/topstart.ml
  1038. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c toplevel/expunge.ml
  1039. boot/ocamlrun boot/ocamlc -nostdlib -I boot -o expunge compilerlibs/ocamlcommon.cma \
  1040. compilerlibs/ocamlbytecomp.cma toplevel/expunge.cmo
  1041. boot/ocamlrun boot/ocamlc -nostdlib -I boot -linkall -o ocaml.tmp \
  1042. compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma \
  1043. compilerlibs/ocamltoplevel.cma toplevel/topstart.cmo
  1044. boot/ocamlrun ./expunge ocaml.tmp ocaml arg array arrayLabels buffer bytes bytesLabels callback camlinternalFormat camlinternalFormatBasics camlinternalLazy camlinternalMod camlinternalOO char complex digest filename format gc genlex hashtbl int32 int64 lazy lexing list listLabels map marshal moreLabels nativeint obj oo parsing pervasives printexc printf queue random scanf set sort stack stdLabels stream string stringLabels sys weak outcometree topdirs toploop
  1045. rm -f ocaml.tmp
  1046. /Applications/Xcode.app/Contents/Developer/usr/bin/make opt-core
  1047. /Applications/Xcode.app/Contents/Developer/usr/bin/make runtimeopt
  1048. cd asmrun; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
  1049. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o startup.o startup.c
  1050. ln -s ../byterun/main.c main.c
  1051. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o main.o main.c
  1052. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o fail.o fail.c
  1053. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o roots.o roots.c
  1054. ln -s ../byterun/globroots.c globroots.c
  1055. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o globroots.o globroots.c
  1056. ln -s ../byterun/signals.c signals.c
  1057. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals.o signals.c
  1058. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals_asm.o signals_asm.c
  1059. ln -s ../byterun/misc.c misc.c
  1060. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o misc.o misc.c
  1061. ln -s ../byterun/freelist.c freelist.c
  1062. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o freelist.o freelist.c
  1063. ln -s ../byterun/major_gc.c major_gc.c
  1064. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o major_gc.o major_gc.c
  1065. ln -s ../byterun/minor_gc.c minor_gc.c
  1066. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o minor_gc.o minor_gc.c
  1067. ln -s ../byterun/memory.c memory.c
  1068. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o memory.o memory.c
  1069. ln -s ../byterun/alloc.c alloc.c
  1070. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o alloc.o alloc.c
  1071. ln -s ../byterun/compare.c compare.c
  1072. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compare.o compare.c
  1073. compare.c:273:12: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1074. return Val_int(LESS);
  1075. ^~~~~~~~~~~~~
  1076. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1077. #define Val_int(x) Val_long(x)
  1078. ^~~~~~~~~~~
  1079. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1080. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1081. ~~~~~~~~~~~ ^
  1082. 1 warning generated.
  1083. ln -s ../byterun/ints.c ints.c
  1084. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o ints.o ints.c
  1085. ln -s ../byterun/floats.c floats.c
  1086. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o floats.o floats.c
  1087. floats.c:442:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1088. if (f < g) return Val_int(-1);
  1089. ^~~~~~~~~~~
  1090. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1091. #define Val_int(x) Val_long(x)
  1092. ^~~~~~~~~~~
  1093. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1094. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1095. ~~~~~~~~~~~ ^
  1096. floats.c:447:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1097. if (g == g) return Val_int(-1); /* g is not NaN, f is NaN */
  1098. ^~~~~~~~~~~
  1099. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1100. #define Val_int(x) Val_long(x)
  1101. ^~~~~~~~~~~
  1102. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1103. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1104. ~~~~~~~~~~~ ^
  1105. 2 warnings generated.
  1106. ln -s ../byterun/str.c str.c
  1107. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o str.o str.c
  1108. str.c:239:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1109. if (res < 0) return Val_int(-1);
  1110. ^~~~~~~~~~~
  1111. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1112. #define Val_int(x) Val_long(x)
  1113. ^~~~~~~~~~~
  1114. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1115. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1116. ~~~~~~~~~~~ ^
  1117. str.c:241:27: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1118. if (len1 < len2) return Val_int(-1);
  1119. ^~~~~~~~~~~
  1120. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1121. #define Val_int(x) Val_long(x)
  1122. ^~~~~~~~~~~
  1123. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1124. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1125. ~~~~~~~~~~~ ^
  1126. 2 warnings generated.
  1127. ln -s ../byterun/array.c array.c
  1128. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o array.o array.c
  1129. ln -s ../byterun/io.c io.c
  1130. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o io.o io.c
  1131. ln -s ../byterun/extern.c extern.c
  1132. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o extern.o extern.c
  1133. ln -s ../byterun/intern.c intern.c
  1134. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o intern.o intern.c
  1135. ln -s ../byterun/hash.c hash.c
  1136. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o hash.o hash.c
  1137. ln -s ../byterun/sys.c sys.c
  1138. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o sys.o sys.c
  1139. ln -s ../byterun/parsing.c parsing.c
  1140. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o parsing.o parsing.c
  1141. parsing.c:220:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1142. env->curr_char = Val_int(-1);
  1143. ^~~~~~~~~~~
  1144. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1145. #define Val_int(x) Val_long(x)
  1146. ^~~~~~~~~~~
  1147. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1148. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1149. ~~~~~~~~~~~ ^
  1150. parsing.c:225:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1151. env->curr_char = Val_int(-1);
  1152. ^~~~~~~~~~~
  1153. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1154. #define Val_int(x) Val_long(x)
  1155. ^~~~~~~~~~~
  1156. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1157. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1158. ~~~~~~~~~~~ ^
  1159. 2 warnings generated.
  1160. ln -s ../byterun/gc_ctrl.c gc_ctrl.c
  1161. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o gc_ctrl.o gc_ctrl.c
  1162. ln -s ../byterun/terminfo.c terminfo.c
  1163. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o terminfo.o terminfo.c
  1164. ln -s ../byterun/md5.c md5.c
  1165. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o md5.o md5.c
  1166. ln -s ../byterun/obj.c obj.c
  1167. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o obj.o obj.c
  1168. ln -s ../byterun/lexing.c lexing.c
  1169. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lexing.o lexing.c
  1170. lexing.c:66:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1171. lexbuf->lex_last_action = Val_int(-1);
  1172. ^~~~~~~~~~~
  1173. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1174. #define Val_int(x) Val_long(x)
  1175. ^~~~~~~~~~~
  1176. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1177. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1178. ~~~~~~~~~~~ ^
  1179. lexing.c:101:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1180. if (lexbuf->lex_last_action == Val_int(-1)) {
  1181. ^~~~~~~~~~~
  1182. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1183. #define Val_int(x) Val_long(x)
  1184. ^~~~~~~~~~~
  1185. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1186. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1187. ~~~~~~~~~~~ ^
  1188. lexing.c:147:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1189. Field(mem,dst) = Val_int(-1) ;
  1190. ^~~~~~~~~~~
  1191. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1192. #define Val_int(x) Val_long(x)
  1193. ^~~~~~~~~~~
  1194. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1195. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1196. ~~~~~~~~~~~ ^
  1197. lexing.c:163:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1198. lexbuf->lex_last_action = Val_int(-1);
  1199. ^~~~~~~~~~~
  1200. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1201. #define Val_int(x) Val_long(x)
  1202. ^~~~~~~~~~~
  1203. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1204. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1205. ~~~~~~~~~~~ ^
  1206. lexing.c:207:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1207. if (lexbuf->lex_last_action == Val_int(-1)) {
  1208. ^~~~~~~~~~~
  1209. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1210. #define Val_int(x) Val_long(x)
  1211. ^~~~~~~~~~~
  1212. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1213. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1214. ~~~~~~~~~~~ ^
  1215. 5 warnings generated.
  1216. ln -s ../byterun/printexc.c printexc.c
  1217. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o printexc.o printexc.c
  1218. ln -s ../byterun/callback.c callback.c
  1219. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o callback.o callback.c
  1220. ln -s ../byterun/weak.c weak.c
  1221. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o weak.o weak.c
  1222. ln -s ../byterun/compact.c compact.c
  1223. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compact.o compact.c
  1224. ln -s ../byterun/finalise.c finalise.c
  1225. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o finalise.o finalise.c
  1226. ln -s ../byterun/custom.c custom.c
  1227. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o custom.o custom.c
  1228. ln -s ../byterun/unix.c unix.c
  1229. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o unix.o unix.c
  1230. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o backtrace.o backtrace.c
  1231. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o natdynlink.o natdynlink.c
  1232. ln -s ../byterun/debugger.c debugger.c
  1233. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o debugger.o debugger.c
  1234. ln -s ../byterun/meta.c meta.c
  1235. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o meta.o meta.c
  1236. ln -s ../byterun/dynlink.c dynlink.c
  1237. gcc -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o dynlink.o dynlink.c
  1238. clang -arch x86_64 -c -DSYS_macosx -DMODEL_default -o amd64.o amd64.S || \
  1239. { echo "If your assembler produced syntax errors, it is probably";\
  1240. echo "unhappy with the preprocessor. Check your assembler, or";\
  1241. echo "try producing amd64.o by hand.";\
  1242. exit 2; }
  1243. rm -f libasmrun.a
  1244. ar rc libasmrun.a startup.o main.o fail.o roots.o globroots.o signals.o signals_asm.o misc.o freelist.o major_gc.o minor_gc.o memory.o alloc.o compare.o ints.o floats.o str.o array.o io.o extern.o intern.o hash.o sys.o parsing.o gc_ctrl.o terminfo.o md5.o obj.o lexing.o printexc.o callback.o weak.o compact.o finalise.o custom.o unix.o backtrace.o natdynlink.o debugger.o meta.o dynlink.o amd64.o
  1245. ranlib libasmrun.a
  1246. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o startup.p.o startup.c
  1247. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o main.p.o main.c
  1248. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o fail.p.o fail.c
  1249. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o roots.p.o roots.c
  1250. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o globroots.p.o globroots.c
  1251. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o signals.p.o signals.c
  1252. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o signals_asm.p.o signals_asm.c
  1253. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o misc.p.o misc.c
  1254. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o freelist.p.o freelist.c
  1255. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o major_gc.p.o major_gc.c
  1256. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o minor_gc.p.o minor_gc.c
  1257. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o memory.p.o memory.c
  1258. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o alloc.p.o alloc.c
  1259. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o compare.p.o compare.c
  1260. compare.c:273:12: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1261. return Val_int(LESS);
  1262. ^~~~~~~~~~~~~
  1263. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1264. #define Val_int(x) Val_long(x)
  1265. ^~~~~~~~~~~
  1266. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1267. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1268. ~~~~~~~~~~~ ^
  1269. 1 warning generated.
  1270. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o ints.p.o ints.c
  1271. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o floats.p.o floats.c
  1272. floats.c:442:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1273. if (f < g) return Val_int(-1);
  1274. ^~~~~~~~~~~
  1275. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1276. #define Val_int(x) Val_long(x)
  1277. ^~~~~~~~~~~
  1278. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1279. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1280. ~~~~~~~~~~~ ^
  1281. floats.c:447:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1282. if (g == g) return Val_int(-1); /* g is not NaN, f is NaN */
  1283. ^~~~~~~~~~~
  1284. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1285. #define Val_int(x) Val_long(x)
  1286. ^~~~~~~~~~~
  1287. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1288. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1289. ~~~~~~~~~~~ ^
  1290. 2 warnings generated.
  1291. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o str.p.o str.c
  1292. str.c:239:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1293. if (res < 0) return Val_int(-1);
  1294. ^~~~~~~~~~~
  1295. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1296. #define Val_int(x) Val_long(x)
  1297. ^~~~~~~~~~~
  1298. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1299. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1300. ~~~~~~~~~~~ ^
  1301. str.c:241:27: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1302. if (len1 < len2) return Val_int(-1);
  1303. ^~~~~~~~~~~
  1304. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1305. #define Val_int(x) Val_long(x)
  1306. ^~~~~~~~~~~
  1307. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1308. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1309. ~~~~~~~~~~~ ^
  1310. 2 warnings generated.
  1311. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o array.p.o array.c
  1312. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o io.p.o io.c
  1313. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o extern.p.o extern.c
  1314. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o intern.p.o intern.c
  1315. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o hash.p.o hash.c
  1316. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o sys.p.o sys.c
  1317. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o parsing.p.o parsing.c
  1318. parsing.c:220:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1319. env->curr_char = Val_int(-1);
  1320. ^~~~~~~~~~~
  1321. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1322. #define Val_int(x) Val_long(x)
  1323. ^~~~~~~~~~~
  1324. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1325. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1326. ~~~~~~~~~~~ ^
  1327. parsing.c:225:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1328. env->curr_char = Val_int(-1);
  1329. ^~~~~~~~~~~
  1330. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1331. #define Val_int(x) Val_long(x)
  1332. ^~~~~~~~~~~
  1333. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1334. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1335. ~~~~~~~~~~~ ^
  1336. 2 warnings generated.
  1337. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o gc_ctrl.p.o gc_ctrl.c
  1338. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o terminfo.p.o terminfo.c
  1339. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o md5.p.o md5.c
  1340. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o obj.p.o obj.c
  1341. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o lexing.p.o lexing.c
  1342. lexing.c:66:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1343. lexbuf->lex_last_action = Val_int(-1);
  1344. ^~~~~~~~~~~
  1345. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1346. #define Val_int(x) Val_long(x)
  1347. ^~~~~~~~~~~
  1348. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1349. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1350. ~~~~~~~~~~~ ^
  1351. lexing.c:101:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1352. if (lexbuf->lex_last_action == Val_int(-1)) {
  1353. ^~~~~~~~~~~
  1354. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1355. #define Val_int(x) Val_long(x)
  1356. ^~~~~~~~~~~
  1357. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1358. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1359. ~~~~~~~~~~~ ^
  1360. lexing.c:147:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1361. Field(mem,dst) = Val_int(-1) ;
  1362. ^~~~~~~~~~~
  1363. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1364. #define Val_int(x) Val_long(x)
  1365. ^~~~~~~~~~~
  1366. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1367. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1368. ~~~~~~~~~~~ ^
  1369. lexing.c:163:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1370. lexbuf->lex_last_action = Val_int(-1);
  1371. ^~~~~~~~~~~
  1372. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1373. #define Val_int(x) Val_long(x)
  1374. ^~~~~~~~~~~
  1375. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1376. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1377. ~~~~~~~~~~~ ^
  1378. lexing.c:207:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1379. if (lexbuf->lex_last_action == Val_int(-1)) {
  1380. ^~~~~~~~~~~
  1381. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1382. #define Val_int(x) Val_long(x)
  1383. ^~~~~~~~~~~
  1384. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1385. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1386. ~~~~~~~~~~~ ^
  1387. 5 warnings generated.
  1388. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o printexc.p.o printexc.c
  1389. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o callback.p.o callback.c
  1390. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o weak.p.o weak.c
  1391. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o compact.p.o compact.c
  1392. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o finalise.p.o finalise.c
  1393. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o custom.p.o custom.c
  1394. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o unix.p.o unix.c
  1395. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o backtrace.p.o backtrace.c
  1396. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o natdynlink.p.o natdynlink.c
  1397. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o debugger.p.o debugger.c
  1398. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o meta.p.o meta.c
  1399. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -pg -O -DPROFILING -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o dynlink.p.o dynlink.c
  1400. clang -arch x86_64 -c -DSYS_macosx -DMODEL_default -DPROFILING -o amd64.p.o amd64.S
  1401. rm -f libasmrunp.a
  1402. ar rc libasmrunp.a startup.p.o main.p.o fail.p.o roots.p.o globroots.p.o signals.p.o signals_asm.p.o misc.p.o freelist.p.o major_gc.p.o minor_gc.p.o memory.p.o alloc.p.o compare.p.o ints.p.o floats.p.o str.p.o array.p.o io.p.o extern.p.o intern.p.o hash.p.o sys.p.o parsing.p.o gc_ctrl.p.o terminfo.p.o md5.p.o obj.p.o lexing.p.o printexc.p.o callback.p.o weak.p.o compact.p.o finalise.p.o custom.p.o unix.p.o backtrace.p.o natdynlink.p.o debugger.p.o meta.p.o dynlink.p.o amd64.p.o
  1403. ranlib libasmrunp.a
  1404. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o startup.pic.o startup.c
  1405. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o main.pic.o main.c
  1406. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o fail.pic.o fail.c
  1407. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o roots.pic.o roots.c
  1408. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o globroots.pic.o globroots.c
  1409. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o signals.pic.o signals.c
  1410. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o signals_asm.pic.o signals_asm.c
  1411. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o misc.pic.o misc.c
  1412. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o freelist.pic.o freelist.c
  1413. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o major_gc.pic.o major_gc.c
  1414. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o minor_gc.pic.o minor_gc.c
  1415. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o memory.pic.o memory.c
  1416. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o alloc.pic.o alloc.c
  1417. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o compare.pic.o compare.c
  1418. compare.c:273:12: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1419. return Val_int(LESS);
  1420. ^~~~~~~~~~~~~
  1421. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1422. #define Val_int(x) Val_long(x)
  1423. ^~~~~~~~~~~
  1424. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1425. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1426. ~~~~~~~~~~~ ^
  1427. 1 warning generated.
  1428. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o ints.pic.o ints.c
  1429. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o floats.pic.o floats.c
  1430. floats.c:442:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1431. if (f < g) return Val_int(-1);
  1432. ^~~~~~~~~~~
  1433. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1434. #define Val_int(x) Val_long(x)
  1435. ^~~~~~~~~~~
  1436. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1437. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1438. ~~~~~~~~~~~ ^
  1439. floats.c:447:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1440. if (g == g) return Val_int(-1); /* g is not NaN, f is NaN */
  1441. ^~~~~~~~~~~
  1442. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1443. #define Val_int(x) Val_long(x)
  1444. ^~~~~~~~~~~
  1445. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1446. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1447. ~~~~~~~~~~~ ^
  1448. 2 warnings generated.
  1449. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o str.pic.o str.c
  1450. str.c:239:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1451. if (res < 0) return Val_int(-1);
  1452. ^~~~~~~~~~~
  1453. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1454. #define Val_int(x) Val_long(x)
  1455. ^~~~~~~~~~~
  1456. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1457. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1458. ~~~~~~~~~~~ ^
  1459. str.c:241:27: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1460. if (len1 < len2) return Val_int(-1);
  1461. ^~~~~~~~~~~
  1462. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1463. #define Val_int(x) Val_long(x)
  1464. ^~~~~~~~~~~
  1465. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1466. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1467. ~~~~~~~~~~~ ^
  1468. 2 warnings generated.
  1469. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o array.pic.o array.c
  1470. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o io.pic.o io.c
  1471. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o extern.pic.o extern.c
  1472. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o intern.pic.o intern.c
  1473. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o hash.pic.o hash.c
  1474. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o sys.pic.o sys.c
  1475. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o parsing.pic.o parsing.c
  1476. parsing.c:220:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1477. env->curr_char = Val_int(-1);
  1478. ^~~~~~~~~~~
  1479. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1480. #define Val_int(x) Val_long(x)
  1481. ^~~~~~~~~~~
  1482. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1483. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1484. ~~~~~~~~~~~ ^
  1485. parsing.c:225:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1486. env->curr_char = Val_int(-1);
  1487. ^~~~~~~~~~~
  1488. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1489. #define Val_int(x) Val_long(x)
  1490. ^~~~~~~~~~~
  1491. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1492. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1493. ~~~~~~~~~~~ ^
  1494. 2 warnings generated.
  1495. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o gc_ctrl.pic.o gc_ctrl.c
  1496. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o terminfo.pic.o terminfo.c
  1497. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o md5.pic.o md5.c
  1498. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o obj.pic.o obj.c
  1499. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o lexing.pic.o lexing.c
  1500. lexing.c:66:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1501. lexbuf->lex_last_action = Val_int(-1);
  1502. ^~~~~~~~~~~
  1503. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1504. #define Val_int(x) Val_long(x)
  1505. ^~~~~~~~~~~
  1506. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1507. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1508. ~~~~~~~~~~~ ^
  1509. lexing.c:101:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1510. if (lexbuf->lex_last_action == Val_int(-1)) {
  1511. ^~~~~~~~~~~
  1512. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1513. #define Val_int(x) Val_long(x)
  1514. ^~~~~~~~~~~
  1515. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1516. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1517. ~~~~~~~~~~~ ^
  1518. lexing.c:147:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1519. Field(mem,dst) = Val_int(-1) ;
  1520. ^~~~~~~~~~~
  1521. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1522. #define Val_int(x) Val_long(x)
  1523. ^~~~~~~~~~~
  1524. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1525. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1526. ~~~~~~~~~~~ ^
  1527. lexing.c:163:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1528. lexbuf->lex_last_action = Val_int(-1);
  1529. ^~~~~~~~~~~
  1530. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1531. #define Val_int(x) Val_long(x)
  1532. ^~~~~~~~~~~
  1533. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1534. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1535. ~~~~~~~~~~~ ^
  1536. lexing.c:207:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1537. if (lexbuf->lex_last_action == Val_int(-1)) {
  1538. ^~~~~~~~~~~
  1539. ../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1540. #define Val_int(x) Val_long(x)
  1541. ^~~~~~~~~~~
  1542. ../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1543. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1544. ~~~~~~~~~~~ ^
  1545. 5 warnings generated.
  1546. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o printexc.pic.o printexc.c
  1547. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o callback.pic.o callback.c
  1548. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o weak.pic.o weak.c
  1549. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o compact.pic.o compact.c
  1550. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o finalise.pic.o finalise.c
  1551. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o custom.pic.o custom.c
  1552. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o unix.pic.o unix.c
  1553. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o backtrace.pic.o backtrace.c
  1554. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o natdynlink.pic.o natdynlink.c
  1555. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o debugger.pic.o debugger.c
  1556. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o meta.pic.o meta.c
  1557. gcc -c -I../byterun -DCAML_NAME_SPACE -DNATIVE_CODE -DTARGET_amd64 -DSYS_macosx -O -O -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT -o dynlink.pic.o dynlink.c
  1558. clang -arch x86_64 -c -DSYS_macosx -DMODEL_default -O -o amd64.pic.o amd64.S
  1559. rm -f libasmrun_pic.a
  1560. ar rc libasmrun_pic.a startup.pic.o main.pic.o fail.pic.o roots.pic.o globroots.pic.o signals.pic.o signals_asm.pic.o misc.pic.o freelist.pic.o major_gc.pic.o minor_gc.pic.o memory.pic.o alloc.pic.o compare.pic.o ints.pic.o floats.pic.o str.pic.o array.pic.o io.pic.o extern.pic.o intern.pic.o hash.pic.o sys.pic.o parsing.pic.o gc_ctrl.pic.o terminfo.pic.o md5.pic.o obj.pic.o lexing.pic.o printexc.pic.o callback.pic.o weak.pic.o compact.pic.o finalise.pic.o custom.pic.o unix.pic.o backtrace.pic.o natdynlink.pic.o debugger.pic.o meta.pic.o dynlink.pic.o amd64.pic.o
  1561. ranlib libasmrun_pic.a
  1562. gcc -bundle -flat_namespace -undefined suppress -Wl,-no_compact_unwind -o libasmrun_shared.so startup.pic.o main.pic.o fail.pic.o roots.pic.o globroots.pic.o signals.pic.o signals_asm.pic.o misc.pic.o freelist.pic.o major_gc.pic.o minor_gc.pic.o memory.pic.o alloc.pic.o compare.pic.o ints.pic.o floats.pic.o str.pic.o array.pic.o io.pic.o extern.pic.o intern.pic.o hash.pic.o sys.pic.o parsing.pic.o gc_ctrl.pic.o terminfo.pic.o md5.pic.o obj.pic.o lexing.pic.o printexc.pic.o callback.pic.o weak.pic.o compact.pic.o finalise.pic.o custom.pic.o unix.pic.o backtrace.pic.o natdynlink.pic.o debugger.pic.o meta.pic.o dynlink.pic.o amd64.pic.o
  1563. cp asmrun/libasmrun.a stdlib/libasmrun.a
  1564. /Applications/Xcode.app/Contents/Developer/usr/bin/make ocamlopt
  1565. ln -s amd64/arch.ml asmcomp/arch.ml
  1566. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/arch.ml
  1567. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/debuginfo.ml
  1568. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/cmm.mli
  1569. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/cmm.ml
  1570. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printcmm.mli
  1571. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printcmm.ml
  1572. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/reg.mli
  1573. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/reg.ml
  1574. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/mach.mli
  1575. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/mach.ml
  1576. ln -s amd64/proc.ml asmcomp/proc.ml
  1577. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/proc.mli
  1578. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/proc.ml
  1579. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/clambda.ml
  1580. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/compilenv.mli
  1581. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/compilenv.ml
  1582. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/closure.mli
  1583. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/closure.ml
  1584. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/strmatch.mli
  1585. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/strmatch.ml
  1586. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen.mli
  1587. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen.ml
  1588. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printmach.mli
  1589. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printmach.ml
  1590. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/selectgen.mli
  1591. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/selectgen.ml
  1592. ln -s amd64/selection.ml asmcomp/selection.ml
  1593. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/selection.mli
  1594. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/selection.ml
  1595. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/comballoc.mli
  1596. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/comballoc.ml
  1597. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/CSEgen.mli
  1598. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/CSEgen.ml
  1599. ln -s amd64/CSE.ml asmcomp/CSE.ml
  1600. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/CSE.ml
  1601. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/liveness.mli
  1602. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/liveness.ml
  1603. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/spill.mli
  1604. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/spill.ml
  1605. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/split.mli
  1606. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/split.ml
  1607. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/interf.mli
  1608. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/interf.ml
  1609. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/coloring.mli
  1610. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/coloring.ml
  1611. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/reloadgen.mli
  1612. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/reloadgen.ml
  1613. ln -s amd64/reload.ml asmcomp/reload.ml
  1614. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/reload.mli
  1615. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/reload.ml
  1616. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/deadcode.mli
  1617. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/deadcode.ml
  1618. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/linearize.mli
  1619. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printlinear.mli
  1620. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printlinear.ml
  1621. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/linearize.ml
  1622. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/schedgen.mli
  1623. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/schedgen.ml
  1624. ln -s amd64/scheduling.ml asmcomp/scheduling.ml
  1625. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/scheduling.mli
  1626. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/scheduling.ml
  1627. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/branch_relaxation_intf.ml
  1628. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/branch_relaxation.mli
  1629. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/branch_relaxation.ml
  1630. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/emitaux.mli
  1631. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/emitaux.ml
  1632. cd tools && /Applications/Xcode.app/Contents/Developer/usr/bin/make cvt_emit
  1633. ../boot/ocamlrun ../boot/ocamllex cvt_emit.mll
  1634. 16 states, 280 transitions, table size 1216 bytes
  1635. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -c -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel cvt_emit.ml
  1636. ../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -o cvt_emit cvt_emit.cmo
  1637. boot/ocamlrun tools/cvt_emit < asmcomp/amd64/emit.mlp > asmcomp/emit.ml \
  1638. || { rm -f asmcomp/emit.ml; exit 2; }
  1639. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/emit.mli
  1640. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/emit.ml
  1641. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmgen.mli
  1642. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmgen.ml
  1643. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmlink.mli
  1644. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmlink.ml
  1645. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmlibrarian.mli
  1646. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmlibrarian.ml
  1647. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmpackager.mli
  1648. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmpackager.ml
  1649. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/opterrors.mli
  1650. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/opterrors.ml
  1651. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/optcompile.mli
  1652. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/optcompile.ml
  1653. boot/ocamlrun boot/ocamlc -nostdlib -I boot -a -o compilerlibs/ocamloptcomp.cma asmcomp/arch.cmo asmcomp/debuginfo.cmo asmcomp/cmm.cmo asmcomp/printcmm.cmo asmcomp/reg.cmo asmcomp/mach.cmo asmcomp/proc.cmo asmcomp/clambda.cmo asmcomp/printclambda.cmo asmcomp/compilenv.cmo asmcomp/closure.cmo asmcomp/strmatch.cmo asmcomp/cmmgen.cmo asmcomp/printmach.cmo asmcomp/selectgen.cmo asmcomp/selection.cmo asmcomp/comballoc.cmo asmcomp/CSEgen.cmo asmcomp/CSE.cmo asmcomp/liveness.cmo asmcomp/spill.cmo asmcomp/split.cmo asmcomp/interf.cmo asmcomp/coloring.cmo asmcomp/reloadgen.cmo asmcomp/reload.cmo asmcomp/deadcode.cmo asmcomp/printlinear.cmo asmcomp/linearize.cmo asmcomp/schedgen.cmo asmcomp/scheduling.cmo asmcomp/branch_relaxation_intf.cmo asmcomp/branch_relaxation.cmo asmcomp/emitaux.cmo asmcomp/emit.cmo asmcomp/asmgen.cmo asmcomp/asmlink.cmo asmcomp/asmlibrarian.cmo asmcomp/asmpackager.cmo driver/opterrors.cmo driver/optcompile.cmo
  1654. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/optmain.mli
  1655. boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/optmain.ml
  1656. boot/ocamlrun boot/ocamlc -nostdlib -I boot -o ocamlopt \
  1657. compilerlibs/ocamlcommon.cma compilerlibs/ocamloptcomp.cma driver/optmain.cmo
  1658. /Applications/Xcode.app/Contents/Developer/usr/bin/make libraryopt
  1659. cd stdlib; /Applications/Xcode.app/Contents/Developer/usr/bin/make allopt
  1660. /Applications/Xcode.app/Contents/Developer/usr/bin/make stdlib.cmxa std_exit.cmx
  1661. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormatBasics.cmx` -c camlinternalFormatBasics.ml
  1662. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags pervasives.cmx` -c pervasives.ml
  1663. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags array.cmx` -c array.ml
  1664. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags list.cmx` -c list.ml
  1665. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags char.cmx` -c char.ml
  1666. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytes.cmx` -c bytes.ml
  1667. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags string.cmx` -c string.ml
  1668. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sys.cmx` -c sys.ml
  1669. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sort.cmx` -c sort.ml
  1670. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags marshal.cmx` -c marshal.ml
  1671. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int32.cmx` -c int32.ml
  1672. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags obj.cmx` -c obj.ml
  1673. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int64.cmx` -c int64.ml
  1674. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags nativeint.cmx` -c nativeint.ml
  1675. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lexing.cmx` -c lexing.ml
  1676. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags parsing.cmx` -c parsing.ml
  1677. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags set.cmx` -c set.ml
  1678. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags map.cmx` -c map.ml
  1679. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stack.cmx` -c stack.ml
  1680. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags queue.cmx` -c queue.ml
  1681. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalLazy.cmx` -c camlinternalLazy.ml
  1682. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lazy.cmx` -c lazy.ml
  1683. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stream.cmx` -c stream.ml
  1684. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags buffer.cmx` -c buffer.ml
  1685. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormat.cmx` -c camlinternalFormat.ml
  1686. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printf.cmx` -c printf.ml
  1687. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arg.cmx` -c arg.ml
  1688. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printexc.cmx` -c printexc.ml
  1689. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags gc.cmx` -c gc.ml
  1690. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags digest.cmx` -c digest.ml
  1691. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags random.cmx` -c random.ml
  1692. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags hashtbl.cmx` -c hashtbl.ml
  1693. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags format.cmx` -c format.ml
  1694. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags scanf.cmx` -c scanf.ml
  1695. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags callback.cmx` -c callback.ml
  1696. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalOO.cmx` -c camlinternalOO.ml
  1697. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags oo.cmx` -c oo.ml
  1698. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalMod.cmx` -c camlinternalMod.ml
  1699. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags genlex.cmx` -c genlex.ml
  1700. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags weak.cmx` -c weak.ml
  1701. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags filename.cmx` -c filename.ml
  1702. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags complex.cmx` -c complex.ml
  1703. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arrayLabels.cmx` -c arrayLabels.ml
  1704. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags listLabels.cmx` -c listLabels.ml
  1705. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytesLabels.cmx` -c bytesLabels.ml
  1706. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stringLabels.cmx` -c stringLabels.ml
  1707. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags moreLabels.cmx` -c moreLabels.ml
  1708. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stdLabels.cmx` -c stdLabels.ml
  1709. ../boot/ocamlrun ../ocamlopt -a -o stdlib.cmxa camlinternalFormatBasics.cmx pervasives.cmx array.cmx list.cmx char.cmx bytes.cmx string.cmx sys.cmx sort.cmx marshal.cmx obj.cmx int32.cmx int64.cmx nativeint.cmx lexing.cmx parsing.cmx set.cmx map.cmx stack.cmx queue.cmx camlinternalLazy.cmx lazy.cmx stream.cmx buffer.cmx camlinternalFormat.cmx printf.cmx arg.cmx printexc.cmx gc.cmx digest.cmx random.cmx hashtbl.cmx format.cmx scanf.cmx callback.cmx camlinternalOO.cmx oo.cmx camlinternalMod.cmx genlex.cmx weak.cmx filename.cmx complex.cmx arrayLabels.cmx listLabels.cmx bytesLabels.cmx stringLabels.cmx moreLabels.cmx stdLabels.cmx
  1710. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags std_exit.cmx` -c std_exit.ml
  1711. /Applications/Xcode.app/Contents/Developer/usr/bin/make allopt-prof
  1712. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormatBasics.p.cmx` -p -c -o camlinternalFormatBasics.p.cmx camlinternalFormatBasics.ml
  1713. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags pervasives.p.cmx` -p -c -o pervasives.p.cmx pervasives.ml
  1714. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags array.p.cmx` -p -c -o array.p.cmx array.ml
  1715. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags list.p.cmx` -p -c -o list.p.cmx list.ml
  1716. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags char.p.cmx` -p -c -o char.p.cmx char.ml
  1717. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytes.p.cmx` -p -c -o bytes.p.cmx bytes.ml
  1718. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags string.p.cmx` -p -c -o string.p.cmx string.ml
  1719. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sys.p.cmx` -p -c -o sys.p.cmx sys.ml
  1720. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sort.p.cmx` -p -c -o sort.p.cmx sort.ml
  1721. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags marshal.p.cmx` -p -c -o marshal.p.cmx marshal.ml
  1722. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int32.p.cmx` -p -c -o int32.p.cmx int32.ml
  1723. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags obj.p.cmx` -p -c -o obj.p.cmx obj.ml
  1724. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int64.p.cmx` -p -c -o int64.p.cmx int64.ml
  1725. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags nativeint.p.cmx` -p -c -o nativeint.p.cmx nativeint.ml
  1726. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lexing.p.cmx` -p -c -o lexing.p.cmx lexing.ml
  1727. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags parsing.p.cmx` -p -c -o parsing.p.cmx parsing.ml
  1728. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags set.p.cmx` -p -c -o set.p.cmx set.ml
  1729. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags map.p.cmx` -p -c -o map.p.cmx map.ml
  1730. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stack.p.cmx` -p -c -o stack.p.cmx stack.ml
  1731. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags queue.p.cmx` -p -c -o queue.p.cmx queue.ml
  1732. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalLazy.p.cmx` -p -c -o camlinternalLazy.p.cmx camlinternalLazy.ml
  1733. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lazy.p.cmx` -p -c -o lazy.p.cmx lazy.ml
  1734. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stream.p.cmx` -p -c -o stream.p.cmx stream.ml
  1735. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags buffer.p.cmx` -p -c -o buffer.p.cmx buffer.ml
  1736. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormat.p.cmx` -p -c -o camlinternalFormat.p.cmx camlinternalFormat.ml
  1737. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printf.p.cmx` -p -c -o printf.p.cmx printf.ml
  1738. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arg.p.cmx` -p -c -o arg.p.cmx arg.ml
  1739. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printexc.p.cmx` -p -c -o printexc.p.cmx printexc.ml
  1740. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags gc.p.cmx` -p -c -o gc.p.cmx gc.ml
  1741. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags digest.p.cmx` -p -c -o digest.p.cmx digest.ml
  1742. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags random.p.cmx` -p -c -o random.p.cmx random.ml
  1743. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags hashtbl.p.cmx` -p -c -o hashtbl.p.cmx hashtbl.ml
  1744. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags format.p.cmx` -p -c -o format.p.cmx format.ml
  1745. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags scanf.p.cmx` -p -c -o scanf.p.cmx scanf.ml
  1746. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags callback.p.cmx` -p -c -o callback.p.cmx callback.ml
  1747. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalOO.p.cmx` -p -c -o camlinternalOO.p.cmx camlinternalOO.ml
  1748. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags oo.p.cmx` -p -c -o oo.p.cmx oo.ml
  1749. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalMod.p.cmx` -p -c -o camlinternalMod.p.cmx camlinternalMod.ml
  1750. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags genlex.p.cmx` -p -c -o genlex.p.cmx genlex.ml
  1751. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags weak.p.cmx` -p -c -o weak.p.cmx weak.ml
  1752. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags filename.p.cmx` -p -c -o filename.p.cmx filename.ml
  1753. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags complex.p.cmx` -p -c -o complex.p.cmx complex.ml
  1754. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arrayLabels.p.cmx` -p -c -o arrayLabels.p.cmx arrayLabels.ml
  1755. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags listLabels.p.cmx` -p -c -o listLabels.p.cmx listLabels.ml
  1756. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytesLabels.p.cmx` -p -c -o bytesLabels.p.cmx bytesLabels.ml
  1757. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stringLabels.p.cmx` -p -c -o stringLabels.p.cmx stringLabels.ml
  1758. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags moreLabels.p.cmx` -p -c -o moreLabels.p.cmx moreLabels.ml
  1759. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stdLabels.p.cmx` -p -c -o stdLabels.p.cmx stdLabels.ml
  1760. ../boot/ocamlrun ../ocamlopt -a -o stdlib.p.cmxa camlinternalFormatBasics.p.cmx pervasives.p.cmx array.p.cmx list.p.cmx char.p.cmx bytes.p.cmx string.p.cmx sys.p.cmx sort.p.cmx marshal.p.cmx obj.p.cmx int32.p.cmx int64.p.cmx nativeint.p.cmx lexing.p.cmx parsing.p.cmx set.p.cmx map.p.cmx stack.p.cmx queue.p.cmx camlinternalLazy.p.cmx lazy.p.cmx stream.p.cmx buffer.p.cmx camlinternalFormat.p.cmx printf.p.cmx arg.p.cmx printexc.p.cmx gc.p.cmx digest.p.cmx random.p.cmx hashtbl.p.cmx format.p.cmx scanf.p.cmx callback.p.cmx camlinternalOO.p.cmx oo.p.cmx camlinternalMod.p.cmx genlex.p.cmx weak.p.cmx filename.p.cmx complex.p.cmx arrayLabels.p.cmx listLabels.p.cmx bytesLabels.p.cmx stringLabels.p.cmx moreLabels.p.cmx stdLabels.p.cmx
  1761. ../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags std_exit.p.cmx` -p -c -o std_exit.p.cmx std_exit.ml
  1762. rm -f std_exit.p.cmi
  1763. /Applications/Xcode.app/Contents/Developer/usr/bin/make ocamlc.opt
  1764. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/misc.ml
  1765. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/tbl.ml
  1766. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/config.ml
  1767. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/clflags.ml
  1768. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/terminfo.ml
  1769. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/ccomp.ml
  1770. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/warnings.ml
  1771. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c utils/consistbl.ml
  1772. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/location.ml
  1773. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/longident.ml
  1774. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/docstrings.ml
  1775. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/ast_helper.ml
  1776. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/syntaxerr.ml
  1777. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parser.ml
  1778. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/lexer.ml
  1779. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/parse.ml
  1780. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/printast.ml
  1781. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/pprintast.ml
  1782. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c parsing/ast_mapper.ml
  1783. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ident.ml
  1784. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/path.ml
  1785. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/primitive.ml
  1786. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/types.ml
  1787. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/btype.ml
  1788. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/oprint.ml
  1789. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/subst.ml
  1790. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/predef.ml
  1791. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/datarepr.ml
  1792. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmi_format.ml
  1793. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/env.ml
  1794. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtree.ml
  1795. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyped.ml
  1796. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/ctype.ml
  1797. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/printtyp.ml
  1798. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includeclass.ml
  1799. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/mtype.ml
  1800. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/envaux.ml
  1801. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includecore.ml
  1802. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeIter.ml
  1803. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedtreeMap.ml
  1804. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/cmt_format.ml
  1805. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/includemod.ml
  1806. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typetexp.ml
  1807. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/parmatch.ml
  1808. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/stypes.ml
  1809. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typecore.ml
  1810. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typedecl.ml
  1811. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typeclass.ml
  1812. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c typing/typemod.ml
  1813. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/lambda.ml
  1814. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printlambda.ml
  1815. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/typeopt.ml
  1816. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/switch.ml
  1817. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/matching.ml
  1818. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translobj.ml
  1819. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translcore.ml
  1820. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translclass.ml
  1821. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/translmod.ml
  1822. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/simplif.ml
  1823. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/runtimedef.ml
  1824. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/pparse.ml
  1825. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main_args.ml
  1826. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compenv.ml
  1827. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compmisc.ml
  1828. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -a -linkall -o compilerlibs/ocamlcommon.cmxa utils/misc.cmx utils/tbl.cmx utils/config.cmx utils/clflags.cmx utils/terminfo.cmx utils/ccomp.cmx utils/warnings.cmx utils/consistbl.cmx parsing/location.cmx parsing/longident.cmx parsing/docstrings.cmx parsing/ast_helper.cmx parsing/syntaxerr.cmx parsing/parser.cmx parsing/lexer.cmx parsing/parse.cmx parsing/printast.cmx parsing/pprintast.cmx parsing/ast_mapper.cmx typing/ident.cmx typing/path.cmx typing/primitive.cmx typing/types.cmx typing/btype.cmx typing/oprint.cmx typing/subst.cmx typing/predef.cmx typing/datarepr.cmx typing/cmi_format.cmx typing/env.cmx typing/typedtree.cmx typing/printtyped.cmx typing/ctype.cmx typing/printtyp.cmx typing/includeclass.cmx typing/mtype.cmx typing/envaux.cmx typing/includecore.cmx typing/typedtreeIter.cmx typing/typedtreeMap.cmx typing/cmt_format.cmx typing/includemod.cmx typing/typetexp.cmx typing/parmatch.cmx typing/stypes.cmx typing/typecore.cmx typing/typedecl.cmx typing/typeclass.cmx typing/typemod.cmx bytecomp/lambda.cmx bytecomp/printlambda.cmx bytecomp/typeopt.cmx bytecomp/switch.cmx bytecomp/matching.cmx bytecomp/translobj.cmx bytecomp/translcore.cmx bytecomp/translclass.cmx bytecomp/translmod.cmx bytecomp/simplif.cmx bytecomp/runtimedef.cmx driver/pparse.cmx driver/main_args.cmx driver/compenv.cmx driver/compmisc.cmx
  1829. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/meta.ml
  1830. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/instruct.ml
  1831. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytegen.ml
  1832. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/printinstr.ml
  1833. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/opcodes.ml
  1834. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/emitcode.ml
  1835. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytesections.ml
  1836. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/dll.ml
  1837. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/symtable.ml
  1838. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelink.ml
  1839. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytelibrarian.ml
  1840. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c bytecomp/bytepackager.ml
  1841. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/errors.ml
  1842. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/compile.ml
  1843. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -a -o compilerlibs/ocamlbytecomp.cmxa bytecomp/meta.cmx bytecomp/instruct.cmx bytecomp/bytegen.cmx bytecomp/printinstr.cmx bytecomp/opcodes.cmx bytecomp/emitcode.cmx bytecomp/bytesections.cmx bytecomp/dll.cmx bytecomp/symtable.cmx bytecomp/bytelink.cmx bytecomp/bytelibrarian.cmx bytecomp/bytepackager.cmx driver/errors.cmx driver/compile.cmx
  1844. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/main.ml
  1845. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -ccopt "" -o ocamlc.opt \
  1846. compilerlibs/ocamlcommon.cmxa compilerlibs/ocamlbytecomp.cmxa \
  1847. driver/main.cmx -cclib "-lcurses -lpthread"
  1848. /Applications/Xcode.app/Contents/Developer/usr/bin/make otherlibraries ocamldebugger ocamldoc \
  1849. ocamlbuild.byte
  1850. cd yacc; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
  1851. make[3]: Nothing to be done for `all'.
  1852. cd lex; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
  1853. make[3]: Nothing to be done for `all'.
  1854. cd tools; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
  1855. make[3]: Nothing to be done for `all'.
  1856. for i in unix str num dynlink bigarray systhreads threads; do \
  1857. (cd otherlibs/$i; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) || exit $?; \
  1858. done
  1859. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c accept.c
  1860. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c access.c
  1861. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c addrofstr.c
  1862. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c alarm.c
  1863. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c bind.c
  1864. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c chdir.c
  1865. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c chmod.c
  1866. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c chown.c
  1867. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c chroot.c
  1868. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c close.c
  1869. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c closedir.c
  1870. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c connect.c
  1871. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c cst2constr.c
  1872. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c cstringv.c
  1873. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c dup.c
  1874. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c dup2.c
  1875. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c envir.c
  1876. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c errmsg.c
  1877. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c execv.c
  1878. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c execve.c
  1879. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c execvp.c
  1880. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c exit.c
  1881. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c fchmod.c
  1882. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c fchown.c
  1883. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c fcntl.c
  1884. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c fork.c
  1885. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c ftruncate.c
  1886. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getaddrinfo.c
  1887. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getcwd.c
  1888. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getegid.c
  1889. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c geteuid.c
  1890. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getgid.c
  1891. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getgr.c
  1892. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getgroups.c
  1893. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c gethost.c
  1894. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c gethostname.c
  1895. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getlogin.c
  1896. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getnameinfo.c
  1897. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getpeername.c
  1898. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getpid.c
  1899. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getppid.c
  1900. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getproto.c
  1901. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getpw.c
  1902. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c gettimeofday.c
  1903. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getserv.c
  1904. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getsockname.c
  1905. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getuid.c
  1906. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c gmtime.c
  1907. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c initgroups.c
  1908. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c isatty.c
  1909. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c itimer.c
  1910. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c kill.c
  1911. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c link.c
  1912. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c listen.c
  1913. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c lockf.c
  1914. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c lseek.c
  1915. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c mkdir.c
  1916. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c mkfifo.c
  1917. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c nice.c
  1918. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c open.c
  1919. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c opendir.c
  1920. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c pipe.c
  1921. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c putenv.c
  1922. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c read.c
  1923. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c readdir.c
  1924. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c readlink.c
  1925. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c rename.c
  1926. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c rewinddir.c
  1927. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c rmdir.c
  1928. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c select.c
  1929. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c sendrecv.c
  1930. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c setgid.c
  1931. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c setgroups.c
  1932. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c setsid.c
  1933. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c setuid.c
  1934. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c shutdown.c
  1935. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c signals.c
  1936. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c sleep.c
  1937. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c socket.c
  1938. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c socketaddr.c
  1939. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c socketpair.c
  1940. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c sockopt.c
  1941. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c stat.c
  1942. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c strofaddr.c
  1943. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c symlink.c
  1944. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c termios.c
  1945. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c time.c
  1946. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c times.c
  1947. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c truncate.c
  1948. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c umask.c
  1949. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c unixsupport.c
  1950. unixsupport.c:264:20: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1951. if (errconstr == Val_int(-1)) {
  1952. ^~~~~~~~~~~
  1953. ../../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1954. #define Val_int(x) Val_long(x)
  1955. ^~~~~~~~~~~
  1956. ../../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1957. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1958. ~~~~~~~~~~~ ^
  1959. 1 warning generated.
  1960. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c unlink.c
  1961. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c utimes.c
  1962. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c wait.c
  1963. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c write.c
  1964. ../../boot/ocamlrun ../../tools/ocamlmklib -oc unix accept.o access.o addrofstr.o alarm.o bind.o chdir.o chmod.o chown.o chroot.o close.o closedir.o connect.o cst2constr.o cstringv.o dup.o dup2.o envir.o errmsg.o execv.o execve.o execvp.o exit.o fchmod.o fchown.o fcntl.o fork.o ftruncate.o getaddrinfo.o getcwd.o getegid.o geteuid.o getgid.o getgr.o getgroups.o gethost.o gethostname.o getlogin.o getnameinfo.o getpeername.o getpid.o getppid.o getproto.o getpw.o gettimeofday.o getserv.o getsockname.o getuid.o gmtime.o initgroups.o isatty.o itimer.o kill.o link.o listen.o lockf.o lseek.o mkdir.o mkfifo.o nice.o open.o opendir.o pipe.o putenv.o read.o readdir.o readlink.o rename.o rewinddir.o rmdir.o select.o sendrecv.o setgid.o setgroups.o setsid.o setuid.o shutdown.o signals.o sleep.o socket.o socketaddr.o socketpair.o sockopt.o stat.o strofaddr.o symlink.o termios.o time.o times.o truncate.o umask.o unixsupport.o unlink.o utimes.o wait.o write.o
  1965. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -nolabels unix.mli
  1966. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -nolabels unix.ml
  1967. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -nolabels unixLabels.mli
  1968. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -nolabels unixLabels.ml
  1969. ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
  1970. unix.cmo unixLabels.cmo
  1971. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c strstubs.c
  1972. strstubs.c:362:27: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1973. Field(res, i * 2) = Val_int(-1);
  1974. ^~~~~~~~~~~
  1975. ../../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1976. #define Val_int(x) Val_long(x)
  1977. ^~~~~~~~~~~
  1978. ../../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1979. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1980. ~~~~~~~~~~~ ^
  1981. strstubs.c:363:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1982. Field(res, i * 2 + 1) = Val_int(-1);
  1983. ^~~~~~~~~~~
  1984. ../../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  1985. #define Val_int(x) Val_long(x)
  1986. ^~~~~~~~~~~
  1987. ../../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  1988. #define Val_long(x) (((intnat)(x) << 1) + 1)
  1989. ~~~~~~~~~~~ ^
  1990. 2 warnings generated.
  1991. ../../boot/ocamlrun ../../tools/ocamlmklib -oc camlstr strstubs.o
  1992. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string str.mli
  1993. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string str.ml
  1994. ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
  1995. str.cmo
  1996. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -DBNG_ARCH_amd64 -DBNG_ASM_LEVEL=1 -c bng.c
  1997. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -DBNG_ARCH_amd64 -DBNG_ASM_LEVEL=1 -c nat_stubs.c
  1998. nat_stubs.c:295:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
  1999. if (d1 < d2) return Val_int(-1);
  2000. ^~~~~~~~~~~
  2001. ../../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
  2002. #define Val_int(x) Val_long(x)
  2003. ^~~~~~~~~~~
  2004. ../../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
  2005. #define Val_long(x) (((intnat)(x) << 1) + 1)
  2006. ~~~~~~~~~~~ ^
  2007. 1 warning generated.
  2008. ../../boot/ocamlrun ../../tools/ocamlmklib -oc nums bng.o nat_stubs.o
  2009. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string int_misc.mli
  2010. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string int_misc.ml
  2011. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string nat.mli
  2012. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string nat.ml
  2013. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string big_int.mli
  2014. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string big_int.ml
  2015. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string arith_flags.mli
  2016. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string arith_flags.ml
  2017. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string ratio.mli
  2018. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string ratio.ml
  2019. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string num.mli
  2020. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string num.ml
  2021. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string arith_status.mli
  2022. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string arith_status.ml
  2023. ../../boot/ocamlrun ../../tools/ocamlmklib -o nums -oc nums -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
  2024. int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
  2025. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -w +33..39 -warn-error A -bin-annot -g -safe-string -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -pack -o dynlinkaux.cmo ../../utils/misc.cmo ../../utils/config.cmo ../../utils/clflags.cmo ../../utils/tbl.cmo ../../utils/consistbl.cmo ../../utils/terminfo.cmo ../../utils/warnings.cmo ../../parsing/asttypes.cmi ../../parsing/location.cmo ../../parsing/longident.cmo ../../parsing/docstrings.cmo ../../parsing/ast_helper.cmo ../../parsing/ast_mapper.cmo ../../typing/ident.cmo ../../typing/path.cmo ../../typing/primitive.cmo ../../typing/types.cmo ../../typing/btype.cmo ../../typing/subst.cmo ../../typing/predef.cmo ../../typing/datarepr.cmo ../../typing/cmi_format.cmo ../../typing/env.cmo ../../bytecomp/lambda.cmo ../../bytecomp/instruct.cmo ../../bytecomp/cmo_format.cmi ../../bytecomp/opcodes.cmo ../../bytecomp/runtimedef.cmo ../../bytecomp/bytesections.cmo ../../bytecomp/dll.cmo ../../bytecomp/meta.cmo ../../bytecomp/symtable.cmo
  2026. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp dynlink.mli
  2027. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp dynlink.ml
  2028. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -w +33..39 -warn-error A -bin-annot -g -safe-string -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -ccopt "" -a -o dynlink.cma \
  2029. dynlinkaux.cmo dynlink.cmo
  2030. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp extract_crc.ml
  2031. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -o extract_crc dynlink.cma extract_crc.cmo
  2032. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -I../unix -DIN_OCAML_BIGARRAY -DCAML_NAME_SPACE -c bigarray_stubs.c
  2033. gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -I../unix -DIN_OCAML_BIGARRAY -DCAML_NAME_SPACE -c mmap_unix.c
  2034. ../../boot/ocamlrun ../../tools/ocamlmklib -oc bigarray bigarray_stubs.o mmap_unix.o
  2035. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -I ../unix bigarray.mli
  2036. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -I ../unix bigarray.ml
  2037. ../../boot/ocamlrun ../../tools/ocamlmklib -o bigarray -oc bigarray -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
  2038. bigarray.cmo
  2039. gcc -I../../byterun -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O \
  2040. -c st_stubs.c
  2041. mv st_stubs.o st_stubs_b.o
  2042. ../../boot/ocamlrun ../../tools/ocamlmklib -o threads st_stubs_b.o -lpthread
  2043. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string thread.mli
  2044. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string thread.ml
  2045. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string mutex.mli
  2046. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string mutex.ml
  2047. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string condition.mli
  2048. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string condition.ml
  2049. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string event.mli
  2050. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string event.ml
  2051. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string threadUnix.mli
  2052. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string threadUnix.ml
  2053. ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix' -o threads thread.cmo mutex.cmo condition.cmo event.cmo threadUnix.cmo \
  2054. -cclib -lunix -cclib -lpthread
  2055. gcc -I../../byterun -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -g -c -o scheduler.o scheduler.c
  2056. ../../boot/ocamlrun ../../tools/ocamlmklib -o threads -oc vmthreads scheduler.o
  2057. ln -s -f ../unix/unix.mli unix.mli
  2058. ln -s -f ../unix/unix.cmi unix.cmi
  2059. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -w +33..39 -warn-error A -bin-annot -g -safe-string -c unix.ml
  2060. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string thread.mli
  2061. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string thread.ml
  2062. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string mutex.mli
  2063. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string mutex.ml
  2064. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string condition.mli
  2065. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string condition.ml
  2066. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string event.mli
  2067. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string event.ml
  2068. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string threadUnix.mli
  2069. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string threadUnix.ml
  2070. ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix' -o threads -oc vmthreads thread.cmo mutex.cmo condition.cmo event.cmo threadUnix.cmo
  2071. ln -s ../../stdlib/pervasives.mli pervasives.mli
  2072. ln -s ../../stdlib/pervasives.cmi pervasives.cmi
  2073. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -w +33..39 -warn-error A -bin-annot -g -safe-string -nopervasives -c pervasives.ml
  2074. ../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -a -o stdlib.cma ../../stdlib/camlinternalFormatBasics.cmo pervasives.cmo ../../stdlib/array.cmo ../../stdlib/list.cmo ../../stdlib/char.cmo ../../stdlib/bytes.cmo ../../stdlib/string.cmo ../../stdlib/sys.cmo ../../stdlib/sort.cmo ../../stdlib/marshal.cmo ../../stdlib/obj.cmo ../../stdlib/int32.cmo ../../stdlib/int64.cmo ../../stdlib/nativeint.cmo ../../stdlib/lexing.cmo ../../stdlib/parsing.cmo ../../stdlib/set.cmo ../../stdlib/map.cmo ../../stdlib/stack.cmo ../../stdlib/queue.cmo ../../stdlib/camlinternalLazy.cmo ../../stdlib/lazy.cmo ../../stdlib/stream.cmo ../../stdlib/buffer.cmo ../../stdlib/camlinternalFormat.cmo ../../stdlib/printf.cmo ../../stdlib/arg.cmo ../../stdlib/printexc.cmo ../../stdlib/gc.cmo ../../stdlib/digest.cmo ../../stdlib/random.cmo ../../stdlib/hashtbl.cmo ../../stdlib/format.cmo ../../stdlib/scanf.cmo ../../stdlib/callback.cmo ../../stdlib/camlinternalOO.cmo ../../stdlib/oo.cmo ../../stdlib/camlinternalMod.cmo ../../stdlib/genlex.cmo ../../stdlib/weak.cmo ../../stdlib/filename.cmo ../../stdlib/complex.cmo ../../stdlib/arrayLabels.cmo ../../stdlib/listLabels.cmo ../../stdlib/bytesLabels.cmo ../../stdlib/stringLabels.cmo ../../stdlib/moreLabels.cmo ../../stdlib/stdLabels.cmo
  2075. ../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix' -o unix -linkall unix.cmo ../unix/unixLabels.cmo
  2076. cd debugger; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
  2077. grep -v 'REMOVE_ME for ../../debugger/dynlink.ml' \
  2078. ../otherlibs/dynlink/dynlink.ml >dynlink.ml
  2079. cp ../otherlibs/dynlink/dynlink.mli .
  2080. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix dynlink.mli
  2081. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix dynlink.ml
  2082. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix int64ops.mli
  2083. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix int64ops.ml
  2084. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix primitives.mli
  2085. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix primitives.ml
  2086. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix unix_tools.mli
  2087. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix unix_tools.ml
  2088. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix debugger_config.mli
  2089. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix debugger_config.ml
  2090. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix parameters.mli
  2091. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix parameters.ml
  2092. ../boot/ocamlrun ../boot/ocamllex lexer.mll
  2093. 41 states, 1026 transitions, table size 4350 bytes
  2094. 1285 additional bytes used for bindings
  2095. ../boot/ocamlyacc parser.mly
  2096. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix parser_aux.mli
  2097. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix parser.mli
  2098. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix lexer.mli
  2099. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix lexer.ml
  2100. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix input_handling.mli
  2101. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix input_handling.ml
  2102. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix question.mli
  2103. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix question.ml
  2104. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix debugcom.mli
  2105. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix debugcom.ml
  2106. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix exec.mli
  2107. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix exec.ml
  2108. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix source.mli
  2109. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix source.ml
  2110. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix pos.mli
  2111. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix pos.ml
  2112. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix checkpoints.mli
  2113. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix checkpoints.ml
  2114. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix events.mli
  2115. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix events.ml
  2116. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix program_loading.mli
  2117. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix program_loading.ml
  2118. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix symbols.mli
  2119. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix symbols.ml
  2120. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix breakpoints.mli
  2121. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix breakpoints.ml
  2122. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix trap_barrier.mli
  2123. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix trap_barrier.ml
  2124. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix history.mli
  2125. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix history.ml
  2126. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix printval.mli
  2127. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix printval.ml
  2128. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix show_source.mli
  2129. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix show_source.ml
  2130. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix time_travel.mli
  2131. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix time_travel.ml
  2132. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix program_management.mli
  2133. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix program_management.ml
  2134. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix frames.mli
  2135. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix frames.ml
  2136. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix eval.mli
  2137. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix eval.ml
  2138. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix show_information.mli
  2139. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix show_information.ml
  2140. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix loadprinter.mli
  2141. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix loadprinter.ml
  2142. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix parser.ml
  2143. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix command_line.mli
  2144. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix command_line.ml
  2145. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -c -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel -I ../otherlibs/unix main.ml
  2146. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -linkall -I ../otherlibs/unix -o ocamldebug -linkall ../otherlibs/unix/unix.cma ../utils/misc.cmo ../utils/config.cmo ../utils/tbl.cmo ../utils/clflags.cmo ../utils/consistbl.cmo ../utils/warnings.cmo ../parsing/location.cmo ../parsing/longident.cmo ../parsing/docstrings.cmo ../parsing/ast_helper.cmo ../parsing/ast_mapper.cmo ../typing/ident.cmo ../typing/path.cmo ../typing/types.cmo ../typing/btype.cmo ../typing/primitive.cmo ../typing/typedtree.cmo ../typing/subst.cmo ../typing/predef.cmo ../typing/datarepr.cmo ../typing/cmi_format.cmo ../typing/env.cmo ../typing/oprint.cmo ../typing/ctype.cmo ../typing/printtyp.cmo ../typing/mtype.cmo ../typing/envaux.cmo ../bytecomp/runtimedef.cmo ../bytecomp/bytesections.cmo ../bytecomp/dll.cmo ../bytecomp/meta.cmo ../bytecomp/symtable.cmo ../bytecomp/opcodes.cmo ../toplevel/genprintval.cmo dynlink.cmo int64ops.cmo primitives.cmo unix_tools.cmo debugger_config.cmo parameters.cmo lexer.cmo input_handling.cmo question.cmo debugcom.cmo exec.cmo source.cmo pos.cmo checkpoints.cmo events.cmo program_loading.cmo symbols.cmo breakpoints.cmo trap_barrier.cmo history.cmo printval.cmo show_source.cmo time_travel.cmo program_management.cmo frames.cmo eval.cmo show_information.cmo loadprinter.cmo parser.cmo command_line.cmo main.cmo
  2147. cd ocamldoc && /Applications/Xcode.app/Contents/Developer/usr/bin/make all
  2148. /Applications/Xcode.app/Contents/Developer/usr/bin/make exe
  2149. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_config.mli
  2150. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_config.ml
  2151. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_messages.ml
  2152. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_types.mli
  2153. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_global.mli
  2154. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_global.ml
  2155. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_types.ml
  2156. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_misc.mli
  2157. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_misc.ml
  2158. ../boot/ocamlyacc -v odoc_text_parser.mly
  2159. 5 shift/reduce conflicts.
  2160. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_text_parser.mli
  2161. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_text_parser.ml
  2162. ../boot/ocamlrun ../boot/ocamllex odoc_text_lexer.mll
  2163. 250 states, 2439 transitions, table size 11256 bytes
  2164. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_text_lexer.ml
  2165. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_text.mli
  2166. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_text.ml
  2167. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_name.mli
  2168. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_name.ml
  2169. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_parameter.ml
  2170. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_value.ml
  2171. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_type.ml
  2172. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_extension.ml
  2173. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_exception.ml
  2174. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_class.ml
  2175. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_module.ml
  2176. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_print.mli
  2177. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_print.ml
  2178. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_str.mli
  2179. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_str.ml
  2180. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_comments_global.mli
  2181. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_comments_global.ml
  2182. ../boot/ocamlyacc -v odoc_parser.mly
  2183. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_parser.mli
  2184. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_parser.ml
  2185. ../boot/ocamlrun ../boot/ocamllex odoc_lexer.mll
  2186. 50 states, 614 transitions, table size 2756 bytes
  2187. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_lexer.ml
  2188. ../boot/ocamlrun ../boot/ocamllex odoc_see_lexer.mll
  2189. 20 states, 264 transitions, table size 1176 bytes
  2190. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_see_lexer.ml
  2191. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_env.mli
  2192. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_env.ml
  2193. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_merge.mli
  2194. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_merge.ml
  2195. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_sig.mli
  2196. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_sig.ml
  2197. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_ast.mli
  2198. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_ast.ml
  2199. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_control.ml
  2200. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_inherit.ml
  2201. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_search.mli
  2202. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_search.ml
  2203. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_scan.ml
  2204. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_cross.mli
  2205. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_cross.ml
  2206. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_comments.mli
  2207. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_comments.ml
  2208. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_dep.ml
  2209. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_analyse.mli
  2210. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_analyse.ml
  2211. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_info.mli
  2212. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_info.ml
  2213. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_dag2html.mli
  2214. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_dag2html.ml
  2215. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_to_text.ml
  2216. ../boot/ocamlrun ../boot/ocamllex odoc_ocamlhtml.mll
  2217. 111 states, 2871 transitions, table size 12150 bytes
  2218. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_ocamlhtml.ml
  2219. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_html.ml
  2220. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_man.ml
  2221. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_latex_style.ml
  2222. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_latex.ml
  2223. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_texi.ml
  2224. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_dot.ml
  2225. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_gen.mli
  2226. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_gen.ml
  2227. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_args.mli
  2228. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_args.ml
  2229. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc.ml
  2230. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -o ocamldoc -linkall unix.cma str.cma dynlink.cma \
  2231. ../compilerlibs/ocamlcommon.cma \
  2232. -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -nostdlib ../tools/depend.cmo odoc_config.cmo odoc_messages.cmo odoc_global.cmo odoc_types.cmo odoc_misc.cmo odoc_text_parser.cmo odoc_text_lexer.cmo odoc_text.cmo odoc_name.cmo odoc_parameter.cmo odoc_value.cmo odoc_type.cmo odoc_extension.cmo odoc_exception.cmo odoc_class.cmo odoc_module.cmo odoc_print.cmo odoc_str.cmo odoc_comments_global.cmo odoc_parser.cmo odoc_lexer.cmo odoc_see_lexer.cmo odoc_env.cmo odoc_merge.cmo odoc_sig.cmo odoc_ast.cmo odoc_control.cmo odoc_inherit.cmo odoc_search.cmo odoc_scan.cmo odoc_cross.cmo odoc_comments.cmo odoc_dep.cmo odoc_analyse.cmo odoc_info.cmo odoc_dag2html.cmo odoc_to_text.cmo odoc_ocamlhtml.cmo odoc_html.cmo odoc_man.cmo odoc_latex_style.cmo odoc_latex.cmo odoc_texi.cmo odoc_dot.cmo odoc_gen.cmo odoc_args.cmo odoc.cmo
  2233. /Applications/Xcode.app/Contents/Developer/usr/bin/make lib
  2234. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -a -o odoc_info.cma -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -nostdlib ../tools/depend.cmo \
  2235. odoc_config.cmo odoc_messages.cmo odoc_global.cmo odoc_types.cmo odoc_misc.cmo odoc_text_parser.cmo odoc_text_lexer.cmo odoc_text.cmo odoc_name.cmo odoc_parameter.cmo odoc_value.cmo odoc_type.cmo odoc_extension.cmo odoc_exception.cmo odoc_class.cmo odoc_module.cmo odoc_print.cmo odoc_str.cmo odoc_comments_global.cmo odoc_parser.cmo odoc_lexer.cmo odoc_see_lexer.cmo odoc_env.cmo odoc_merge.cmo odoc_sig.cmo odoc_ast.cmo odoc_control.cmo odoc_inherit.cmo odoc_search.cmo odoc_scan.cmo odoc_cross.cmo odoc_comments.cmo odoc_dep.cmo odoc_analyse.cmo odoc_info.cmo
  2236. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_test.ml
  2237. /Applications/Xcode.app/Contents/Developer/usr/bin/make generators
  2238. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c generators/odoc_todo.ml
  2239. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c generators/odoc_literate.ml
  2240. /Applications/Xcode.app/Contents/Developer/usr/bin/make manpages
  2241. mkdir -p stdlib_man
  2242. sh ./runocamldoc true -man -d stdlib_man -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph \
  2243. -t "OCaml library" -man-mini \
  2244. ../stdlib/*.mli ../parsing/*.mli ../otherlibs/unix/unix.mli ../otherlibs/str/str.mli ../otherlibs/bigarray/bigarray.mli ../otherlibs/num/num.mli
  2245. cd ocamlbuild && /Applications/Xcode.app/Contents/Developer/usr/bin/make all
  2246. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c const.ml
  2247. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c loc.mli
  2248. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c loc.ml
  2249. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c discard_printf.mli
  2250. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c discard_printf.ml
  2251. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c signatures.mli
  2252. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c my_std.mli
  2253. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c my_std.ml
  2254. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c my_unix.mli
  2255. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c my_unix.ml
  2256. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c tags.mli
  2257. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c tags.ml
  2258. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c display.mli
  2259. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c display.ml
  2260. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c log.mli
  2261. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c log.ml
  2262. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c shell.mli
  2263. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c shell.ml
  2264. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c bool.mli
  2265. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c bool.ml
  2266. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c glob_ast.mli
  2267. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c glob_ast.ml
  2268. ../boot/ocamlrun ../boot/ocamllex glob_lexer.mll
  2269. 55 states, 419 transitions, table size 2006 bytes
  2270. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c glob_lexer.mli
  2271. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c glob_lexer.ml
  2272. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c glob.mli
  2273. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c glob.ml
  2274. ../boot/ocamlrun ../boot/ocamllex lexers.mll
  2275. 251 states, 1051 transitions, table size 5710 bytes
  2276. 4334 additional bytes used for bindings
  2277. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c lexers.mli
  2278. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c lexers.ml
  2279. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c param_tags.mli
  2280. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c param_tags.ml
  2281. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c command.mli
  2282. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c command.ml
  2283. (echo 'let bindir = "/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin"'; \
  2284. echo 'let libdir = "/Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml"'; \
  2285. echo 'let supports_shared_libraries = true';\
  2286. echo 'let a = "a"'; \
  2287. echo 'let o = "o"'; \
  2288. echo 'let so = "so"'; \
  2289. echo 'let ext_dll = ".so"'; \
  2290. echo 'let exe = ""'; \
  2291. ) > ocamlbuild_config.ml
  2292. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_config.ml
  2293. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_where.mli
  2294. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_where.ml
  2295. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c slurp.mli
  2296. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c slurp.ml
  2297. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c options.mli
  2298. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c options.ml
  2299. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c pathname.mli
  2300. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c pathname.ml
  2301. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c configuration.mli
  2302. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c configuration.ml
  2303. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c flags.mli
  2304. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c flags.ml
  2305. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c hygiene.mli
  2306. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c hygiene.ml
  2307. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c digest_cache.mli
  2308. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c digest_cache.ml
  2309. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c resource.mli
  2310. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c resource.ml
  2311. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c rule.mli
  2312. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c rule.ml
  2313. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c solver.mli
  2314. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c solver.ml
  2315. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c report.mli
  2316. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c report.ml
  2317. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c tools.mli
  2318. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c tools.ml
  2319. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c fda.mli
  2320. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c fda.ml
  2321. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c findlib.mli
  2322. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c findlib.ml
  2323. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_arch.mli
  2324. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_arch.ml
  2325. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_utils.mli
  2326. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_utils.ml
  2327. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_dependencies.mli
  2328. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_dependencies.ml
  2329. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_compiler.mli
  2330. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_compiler.ml
  2331. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_tools.mli
  2332. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_tools.ml
  2333. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_specific.mli
  2334. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_specific.ml
  2335. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c plugin.mli
  2336. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c plugin.ml
  2337. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c exit_codes.mli
  2338. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c exit_codes.ml
  2339. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c hooks.mli
  2340. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c hooks.ml
  2341. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c main.mli
  2342. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c main.ml
  2343. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -pack const.cmo loc.cmo discard_printf.cmo signatures.cmi my_std.cmo my_unix.cmo tags.cmo display.cmo log.cmo shell.cmo bool.cmo glob_ast.cmo glob_lexer.cmo glob.cmo lexers.cmo param_tags.cmo command.cmo ocamlbuild_config.cmo ocamlbuild_where.cmo slurp.cmo options.cmo pathname.cmo configuration.cmo flags.cmo hygiene.cmo digest_cache.cmo resource.cmo rule.cmo solver.cmo report.cmo tools.cmo fda.cmo findlib.cmo ocaml_arch.cmo ocaml_utils.cmo ocaml_dependencies.cmo ocaml_compiler.cmo ocaml_tools.cmo ocaml_specific.cmo plugin.cmo exit_codes.cmo hooks.cmo main.cmo -o ocamlbuild_pack.cmo
  2344. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_plugin.mli
  2345. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_plugin.ml
  2346. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_executor.mli
  2347. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_executor.ml
  2348. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_unix_plugin.mli
  2349. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_unix_plugin.ml
  2350. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild.mli
  2351. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild.ml
  2352. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -I ../otherlibs/unix -o ocamlbuild.byte \
  2353. unix.cma ocamlbuild_pack.cmo ocamlbuild_plugin.cmo ocamlbuild_executor.cmo ocamlbuild_unix_plugin.cmo ocamlbuild.cmo
  2354. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -a -o ocamlbuildlib.cma \
  2355. ocamlbuild_pack.cmo ocamlbuild_plugin.cmo ocamlbuild_executor.cmo ocamlbuild_unix_plugin.cmo
  2356. /Applications/Xcode.app/Contents/Developer/usr/bin/make ocamlopt.opt
  2357. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/arch.ml
  2358. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/debuginfo.ml
  2359. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/cmm.ml
  2360. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printcmm.ml
  2361. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/reg.ml
  2362. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/mach.ml
  2363. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/proc.ml
  2364. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/clambda.ml
  2365. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printclambda.ml
  2366. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/compilenv.ml
  2367. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/closure.ml
  2368. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/strmatch.ml
  2369. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/cmmgen.ml
  2370. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printmach.ml
  2371. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/selectgen.ml
  2372. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/selection.ml
  2373. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/comballoc.ml
  2374. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/CSEgen.ml
  2375. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/CSE.ml
  2376. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/liveness.ml
  2377. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/spill.ml
  2378. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/split.ml
  2379. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/interf.ml
  2380. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/coloring.ml
  2381. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/reloadgen.ml
  2382. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/reload.ml
  2383. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/deadcode.ml
  2384. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/linearize.ml
  2385. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/printlinear.ml
  2386. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/schedgen.ml
  2387. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/scheduling.ml
  2388. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/branch_relaxation_intf.ml
  2389. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/branch_relaxation.ml
  2390. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/emitaux.ml
  2391. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/emit.ml
  2392. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmgen.ml
  2393. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmlink.ml
  2394. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmlibrarian.ml
  2395. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c asmcomp/asmpackager.ml
  2396. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/opterrors.ml
  2397. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/optcompile.ml
  2398. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -a -o compilerlibs/ocamloptcomp.cmxa asmcomp/arch.cmx asmcomp/debuginfo.cmx asmcomp/cmm.cmx asmcomp/printcmm.cmx asmcomp/reg.cmx asmcomp/mach.cmx asmcomp/proc.cmx asmcomp/clambda.cmx asmcomp/printclambda.cmx asmcomp/compilenv.cmx asmcomp/closure.cmx asmcomp/strmatch.cmx asmcomp/cmmgen.cmx asmcomp/printmach.cmx asmcomp/selectgen.cmx asmcomp/selection.cmx asmcomp/comballoc.cmx asmcomp/CSEgen.cmx asmcomp/CSE.cmx asmcomp/liveness.cmx asmcomp/spill.cmx asmcomp/split.cmx asmcomp/interf.cmx asmcomp/coloring.cmx asmcomp/reloadgen.cmx asmcomp/reload.cmx asmcomp/deadcode.cmx asmcomp/printlinear.cmx asmcomp/linearize.cmx asmcomp/schedgen.cmx asmcomp/scheduling.cmx asmcomp/branch_relaxation_intf.cmx asmcomp/branch_relaxation.cmx asmcomp/emitaux.cmx asmcomp/emit.cmx asmcomp/asmgen.cmx asmcomp/asmlink.cmx asmcomp/asmlibrarian.cmx asmcomp/asmpackager.cmx driver/opterrors.cmx driver/optcompile.cmx
  2399. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -strict-sequence -w +33..39+48+50 -warn-error A -bin-annot -safe-string -I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel -c driver/optmain.ml
  2400. boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -o ocamlopt.opt \
  2401. compilerlibs/ocamlcommon.cmxa compilerlibs/ocamloptcomp.cmxa \
  2402. driver/optmain.cmx
  2403. /Applications/Xcode.app/Contents/Developer/usr/bin/make otherlibrariesopt
  2404. for i in unix str num dynlink bigarray systhreads threads; do \
  2405. (cd otherlibs/$i; /Applications/Xcode.app/Contents/Developer/usr/bin/make allopt) || exit $?; \
  2406. done
  2407. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -nolabels unix.ml
  2408. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -nolabels unixLabels.ml
  2409. ../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlopt '../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib' -linkall \
  2410. unix.cmx unixLabels.cmx
  2411. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -shared -o unix.cmxs -I . unix.cmxa
  2412. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string str.ml
  2413. ../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlopt '../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib' -linkall \
  2414. str.cmx
  2415. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -shared -o str.cmxs -I . str.cmxa
  2416. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string int_misc.ml
  2417. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string nat.ml
  2418. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string big_int.ml
  2419. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string arith_flags.ml
  2420. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string ratio.ml
  2421. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string num.ml
  2422. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string arith_status.ml
  2423. ../../boot/ocamlrun ../../tools/ocamlmklib -o nums -oc nums -ocamlopt '../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib' -linkall \
  2424. int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
  2425. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -shared -o nums.cmxs -I . nums.cmxa
  2426. cp natdynlink.ml dynlink.mlopt
  2427. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -impl dynlink.mlopt
  2428. rm -f dynlink.mlopt
  2429. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -w +33..39 -warn-error A -bin-annot -g -safe-string -I ../../stdlib -I ../../utils -I ../../typing -I ../../bytecomp -I ../../asmcomp -ccopt "" -a -o dynlink.cmxa \
  2430. dynlink.cmx
  2431. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -I ../unix bigarray.ml
  2432. ../../boot/ocamlrun ../../tools/ocamlmklib -o bigarray -oc bigarray -ocamlopt '../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib' -linkall \
  2433. bigarray.cmx
  2434. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -shared -o bigarray.cmxs -I . bigarray.cmxa
  2435. gcc -I../../asmrun -I../../byterun -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT \
  2436. -O -DNATIVE_CODE -DTARGET_amd64 \
  2437. -DSYS_macosx -c st_stubs.c
  2438. mv st_stubs.o st_stubs_n.o
  2439. ar rc libthreadsnat.a st_stubs_n.o
  2440. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string thread.ml
  2441. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string mutex.ml
  2442. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string condition.ml
  2443. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string event.ml
  2444. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string threadUnix.ml
  2445. ../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -a -o threads.cmxa thread.cmx mutex.cmx condition.cmx event.cmx threadUnix.cmx \
  2446. -cclib -lthreadsnat -cclib -lpthread
  2447. make[3]: Nothing to be done for `allopt'.
  2448. /Applications/Xcode.app/Contents/Developer/usr/bin/make ocamllex.opt ocamltoolsopt ocamltoolsopt.opt ocamldoc.opt \
  2449. ocamlbuild.native
  2450. cd lex; /Applications/Xcode.app/Contents/Developer/usr/bin/make allopt
  2451. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string cset.ml
  2452. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string syntax.ml
  2453. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string parser.ml
  2454. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string lexer.ml
  2455. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string table.ml
  2456. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string lexgen.ml
  2457. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string compact.ml
  2458. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string common.ml
  2459. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string output.ml
  2460. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string outputbis.ml
  2461. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string main.ml
  2462. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -o ocamllex.opt cset.cmx syntax.cmx parser.cmx lexer.cmx table.cmx lexgen.cmx compact.cmx common.cmx output.cmx outputbis.cmx main.cmx
  2463. cd tools; /Applications/Xcode.app/Contents/Developer/usr/bin/make opt
  2464. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -c profiling.ml
  2465. cd yacc; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
  2466. make[3]: Nothing to be done for `all'.
  2467. cd lex; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
  2468. make[3]: Nothing to be done for `all'.
  2469. cd tools; /Applications/Xcode.app/Contents/Developer/usr/bin/make opt.opt
  2470. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -c depend.ml
  2471. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -c ocamldep.ml
  2472. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -o ocamldep.opt misc.cmx config.cmx clflags.cmx terminfo.cmx warnings.cmx location.cmx longident.cmx docstrings.cmx syntaxerr.cmx ast_helper.cmx parser.cmx lexer.cmx parse.cmx ccomp.cmx ast_mapper.cmx pparse.cmx compenv.cmx \
  2473. depend.cmx ocamldep.cmx
  2474. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -c untypeast.ml
  2475. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -c tast_iter.ml
  2476. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -c cmt2annot.ml
  2477. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -strict-sequence -w +27+32..39 -warn-error A -safe-string -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -c read_cmt.ml
  2478. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -o read_cmt.opt ../utils/misc.cmx ../utils/warnings.cmx ../utils/tbl.cmx ../utils/consistbl.cmx ../utils/config.cmx ../utils/clflags.cmx ../parsing/location.cmx ../parsing/longident.cmx ../parsing/docstrings.cmx ../parsing/lexer.cmx ../parsing/pprintast.cmx ../parsing/ast_helper.cmx ../parsing/ast_mapper.cmx ../typing/ident.cmx ../typing/path.cmx ../typing/types.cmx ../typing/typedtree.cmx ../typing/btype.cmx ../typing/subst.cmx ../typing/predef.cmx ../typing/datarepr.cmx ../typing/cmi_format.cmx ../typing/env.cmx ../typing/ctype.cmx ../typing/oprint.cmx ../typing/primitive.cmx ../typing/printtyp.cmx ../typing/mtype.cmx ../typing/envaux.cmx ../typing/typedtreeMap.cmx ../typing/typedtreeIter.cmx ../typing/cmt_format.cmx ../typing/stypes.cmx untypeast.cmx tast_iter.cmx cmt2annot.cmx read_cmt.cmx
  2479. cd ocamldoc && /Applications/Xcode.app/Contents/Developer/usr/bin/make opt.opt
  2480. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_config.ml
  2481. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_messages.ml
  2482. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_types.ml
  2483. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_global.ml
  2484. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_misc.ml
  2485. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_text_parser.ml
  2486. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_text_lexer.ml
  2487. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_text.ml
  2488. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_name.ml
  2489. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_parameter.ml
  2490. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_value.ml
  2491. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_type.ml
  2492. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_extension.ml
  2493. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_exception.ml
  2494. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_class.ml
  2495. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_module.ml
  2496. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_print.ml
  2497. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_str.ml
  2498. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_comments_global.ml
  2499. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_parser.ml
  2500. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_lexer.ml
  2501. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_see_lexer.ml
  2502. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_env.ml
  2503. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_merge.ml
  2504. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_sig.ml
  2505. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_ast.ml
  2506. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_control.ml
  2507. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_inherit.ml
  2508. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_search.ml
  2509. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_scan.ml
  2510. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_cross.ml
  2511. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_comments.ml
  2512. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_dep.ml
  2513. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_analyse.ml
  2514. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_info.ml
  2515. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_dag2html.ml
  2516. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_to_text.ml
  2517. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_ocamlhtml.ml
  2518. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_html.ml
  2519. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_man.ml
  2520. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_latex_style.ml
  2521. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_latex.ml
  2522. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_texi.ml
  2523. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_dot.ml
  2524. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_gen.ml
  2525. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc_args.ml
  2526. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string -c odoc.ml
  2527. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -o ocamldoc.opt -linkall unix.cmxa str.cmxa dynlink.cmxa \
  2528. ../compilerlibs/ocamlcommon.cmxa \
  2529. -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -nostdlib ../tools/depend.cmx odoc_config.cmx odoc_messages.cmx odoc_global.cmx odoc_types.cmx odoc_misc.cmx odoc_text_parser.cmx odoc_text_lexer.cmx odoc_text.cmx odoc_name.cmx odoc_parameter.cmx odoc_value.cmx odoc_type.cmx odoc_extension.cmx odoc_exception.cmx odoc_class.cmx odoc_module.cmx odoc_print.cmx odoc_str.cmx odoc_comments_global.cmx odoc_parser.cmx odoc_lexer.cmx odoc_see_lexer.cmx odoc_env.cmx odoc_merge.cmx odoc_sig.cmx odoc_ast.cmx odoc_control.cmx odoc_inherit.cmx odoc_search.cmx odoc_scan.cmx odoc_cross.cmx odoc_comments.cmx odoc_dep.cmx odoc_analyse.cmx odoc_info.cmx odoc_dag2html.cmx odoc_to_text.cmx odoc_ocamlhtml.cmx odoc_html.cmx odoc_man.cmx odoc_latex_style.cmx odoc_latex.cmx odoc_texi.cmx odoc_dot.cmx odoc_gen.cmx odoc_args.cmx odoc.cmx
  2530. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -a -o odoc_info.cmxa -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -nostdlib ../tools/depend.cmx \
  2531. odoc_config.cmx odoc_messages.cmx odoc_global.cmx odoc_types.cmx odoc_misc.cmx odoc_text_parser.cmx odoc_text_lexer.cmx odoc_text.cmx odoc_name.cmx odoc_parameter.cmx odoc_value.cmx odoc_type.cmx odoc_extension.cmx odoc_exception.cmx odoc_class.cmx odoc_module.cmx odoc_print.cmx odoc_str.cmx odoc_comments_global.cmx odoc_parser.cmx odoc_lexer.cmx odoc_see_lexer.cmx odoc_env.cmx odoc_merge.cmx odoc_sig.cmx odoc_ast.cmx odoc_control.cmx odoc_inherit.cmx odoc_search.cmx odoc_scan.cmx odoc_cross.cmx odoc_comments.cmx odoc_dep.cmx odoc_analyse.cmx odoc_info.cmx
  2532. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -shared -o generators/odoc_todo.cmxs -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string generators/odoc_todo.ml
  2533. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -shared -o generators/odoc_literate.cmxs -pp './remove_DEBUG' -I ../parsing -I ../utils -I ../typing -I ../driver -I ../bytecomp -I ../tools -I ../toplevel/ -I ../stdlib -I ../otherlibs/str -I ../otherlibs/dynlink -I ../otherlibs/unix -I ../otherlibs/num -I ../otherlibs/graph -warn-error A -safe-string generators/odoc_literate.ml
  2534. for i in unix str num dynlink bigarray systhreads threads; do \
  2535. (cd otherlibs/$i; /Applications/Xcode.app/Contents/Developer/usr/bin/make allopt) || exit $?; \
  2536. done
  2537. make[3]: Nothing to be done for `allopt'.
  2538. make[3]: Nothing to be done for `allopt'.
  2539. make[3]: Nothing to be done for `allopt'.
  2540. make[3]: Nothing to be done for `allopt'.
  2541. make[3]: Nothing to be done for `allopt'.
  2542. make[3]: Nothing to be done for `allopt'.
  2543. make[3]: Nothing to be done for `allopt'.
  2544. cd ocamlbuild && /Applications/Xcode.app/Contents/Developer/usr/bin/make allopt
  2545. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c const.ml
  2546. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c loc.ml
  2547. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c discard_printf.ml
  2548. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c my_std.ml
  2549. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c my_unix.ml
  2550. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c tags.ml
  2551. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c display.ml
  2552. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c log.ml
  2553. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c shell.ml
  2554. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c bool.ml
  2555. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c glob_ast.ml
  2556. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c glob_lexer.ml
  2557. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c glob.ml
  2558. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c lexers.ml
  2559. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c param_tags.ml
  2560. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c command.ml
  2561. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_config.ml
  2562. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_where.ml
  2563. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c slurp.ml
  2564. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c options.ml
  2565. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c pathname.ml
  2566. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c configuration.ml
  2567. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c flags.ml
  2568. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c hygiene.ml
  2569. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c digest_cache.ml
  2570. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c resource.ml
  2571. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c rule.ml
  2572. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c solver.ml
  2573. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c report.ml
  2574. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c tools.ml
  2575. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c fda.ml
  2576. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c findlib.ml
  2577. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_arch.ml
  2578. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_utils.ml
  2579. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_dependencies.ml
  2580. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_compiler.ml
  2581. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_tools.ml
  2582. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_specific.ml
  2583. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c plugin.ml
  2584. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c exit_codes.ml
  2585. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c hooks.ml
  2586. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c main.ml
  2587. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -pack const.cmx loc.cmx discard_printf.cmx signatures.cmi my_std.cmx my_unix.cmx tags.cmx display.cmx log.cmx shell.cmx bool.cmx glob_ast.cmx glob_lexer.cmx glob.cmx lexers.cmx param_tags.cmx command.cmx ocamlbuild_config.cmx ocamlbuild_where.cmx slurp.cmx options.cmx pathname.cmx configuration.cmx flags.cmx hygiene.cmx digest_cache.cmx resource.cmx rule.cmx solver.cmx report.cmx tools.cmx fda.cmx findlib.cmx ocaml_arch.cmx ocaml_utils.cmx ocaml_dependencies.cmx ocaml_compiler.cmx ocaml_tools.cmx ocaml_specific.cmx plugin.cmx exit_codes.cmx hooks.cmx main.cmx -o ocamlbuild_pack.cmx
  2588. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_plugin.mli
  2589. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_plugin.ml
  2590. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_executor.mli
  2591. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_executor.ml
  2592. ../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_unix_plugin.mli
  2593. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_unix_plugin.ml
  2594. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -for-pack Ocamlbuild_pack -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild.ml
  2595. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -I ../otherlibs/unix -o ocamlbuild.native \
  2596. unix.cmxa ocamlbuild_pack.cmx ocamlbuild_plugin.cmx ocamlbuild_executor.cmx ocamlbuild_unix_plugin.cmx ocamlbuild.cmx
  2597. ../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -a -o ocamlbuildlib.cmxa \
  2598. ocamlbuild_pack.cmx ocamlbuild_plugin.cmx ocamlbuild_executor.cmx ocamlbuild_unix_plugin.cmx
  2599. + make install
  2600. if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin; then : ; \
  2601. else mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin; fi
  2602. if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; then : ; \
  2603. else mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; fi
  2604. if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/stublibs; then : ; \
  2605. else mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/stublibs; fi
  2606. if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs; then : ; \
  2607. else mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs; fi
  2608. if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/man/man1; then : ; \
  2609. else mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/man/man1; fi
  2610. cp VERSION /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
  2611. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; rm -f dllbigarray.so dllnums.so dllthreads.so \
  2612. dllunix.so dllgraphics.so dllstr.so
  2613. cd byterun; /Applications/Xcode.app/Contents/Developer/usr/bin/make install
  2614. cp ../boot/ocamlrun /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlrun
  2615. cp libcamlrun.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/libcamlrun.a
  2616. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libcamlrun.a
  2617. if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/caml; then : ; \
  2618. else mkdir /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/caml; fi
  2619. for i in address_class.h alloc.h callback.h config.h custom.h fail.h gc.h hash.h intext.h memory.h misc.h mlvalues.h printexc.h signals.h compatibility.h version.h; do \
  2620. sed -f ../tools/cleanup-header caml/$i > /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/caml/$i; \
  2621. done
  2622. cp ld.conf /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ld.conf
  2623. cp libcamlrun_shared.so /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/libcamlrun_shared.so
  2624. cp libcamlrun_pic.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/libcamlrun_pic.a
  2625. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libcamlrun_pic.a
  2626. cp ocamlc /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc
  2627. cp ocaml /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocaml
  2628. cd stdlib; /Applications/Xcode.app/Contents/Developer/usr/bin/make install
  2629. cp stdlib.cma std_exit.cmo *.cmi *.cmt *.cmti *.mli *.ml \
  2630. camlheader_ur \
  2631. /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  2632. cp target_camlheader /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/camlheader
  2633. cp lex/ocamllex /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex
  2634. cp boot/ocamlyacc /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlyacc
  2635. cp utils/*.cmi utils/*.cmt utils/*.cmti \
  2636. parsing/*.cmi parsing/*.cmt parsing/*.cmti \
  2637. typing/*.cmi typing/*.cmt typing/*.cmti \
  2638. bytecomp/*.cmi bytecomp/*.cmt bytecomp/*.cmti \
  2639. driver/*.cmi driver/*.cmt driver/*.cmti \
  2640. toplevel/*.cmi toplevel/*.cmt toplevel/*.cmti /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs
  2641. cp compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma \
  2642. compilerlibs/ocamltoplevel.cma driver/main.cmo toplevel/topstart.cmo \
  2643. /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs
  2644. cp expunge /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/expunge
  2645. cp toplevel/topdirs.cmi /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  2646. cd tools; /Applications/Xcode.app/Contents/Developer/usr/bin/make install
  2647. cp ocamldep /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep
  2648. if test -f ocamldep.opt; \
  2649. then cp ocamldep.opt /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt; else :; fi
  2650. cp ocamlprof /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlprof
  2651. cp ocamlcp /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlcp
  2652. cp ocamloptp /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamloptp
  2653. cp profiling.cmi profiling.cmo /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  2654. cp ocamlmklib /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlmklib
  2655. cp objinfo /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlobjinfo
  2656. cp objinfo_helper /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/objinfo_helper
  2657. cp ocamlmktop /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin
  2658. cd man; /Applications/Xcode.app/Contents/Developer/usr/bin/make install
  2659. for i in *.m; do cp $i /Users/lorenz/code/ReasonProject/node_modules/ocaml/man/man1/`basename $i .m`.1; done
  2660. echo '.so man1/ocamlc.1' \
  2661. > /Users/lorenz/code/ReasonProject/node_modules/ocaml/man/man1/ocamlc.opt.1
  2662. echo '.so man1/ocamlopt.1' \
  2663. > /Users/lorenz/code/ReasonProject/node_modules/ocaml/man/man1/ocamlopt.opt.1
  2664. echo '.so man1/ocamlcp.1' \
  2665. > /Users/lorenz/code/ReasonProject/node_modules/ocaml/man/man1/ocamloptp.1
  2666. for i in unix str num dynlink bigarray systhreads threads; do \
  2667. (cd otherlibs/$i; /Applications/Xcode.app/Contents/Developer/usr/bin/make install) || exit $?; \
  2668. done
  2669. if test -f dllunix.so; then \
  2670. cp dllunix.so /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/stublibs/; fi
  2671. cp libunix.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
  2672. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libunix.a
  2673. cp unix.cma unix.cmi unixLabels.cmi unix.mli unixLabels.mli /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
  2674. if test -n "unixsupport.h socketaddr.h"; then cp unixsupport.h socketaddr.h /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/caml/; fi
  2675. if test -f dllcamlstr.so; then \
  2676. cp dllcamlstr.so /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/stublibs/; fi
  2677. cp libcamlstr.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
  2678. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libcamlstr.a
  2679. cp str.cma str.cmi str.mli /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
  2680. if test -n ""; then cp /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/caml/; fi
  2681. if test -f dllnums.so; then \
  2682. cp dllnums.so /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/stublibs/; fi
  2683. cp libnums.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
  2684. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libnums.a
  2685. cp nums.cma big_int.cmi nat.cmi num.cmi ratio.cmi arith_status.cmi big_int.mli nat.mli num.mli ratio.mli arith_status.mli /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
  2686. if test -n ""; then cp /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/caml/; fi
  2687. cp dynlink.cmi dynlink.cma dynlink.mli /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  2688. cp extract_crc /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/extract_crc
  2689. if test -f dllbigarray.so; then \
  2690. cp dllbigarray.so /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/stublibs/; fi
  2691. cp libbigarray.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
  2692. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libbigarray.a
  2693. cp bigarray.cma bigarray.cmi bigarray.mli /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
  2694. if test -n "bigarray.h"; then cp bigarray.h /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/caml/; fi
  2695. if test -f dllthreads.so; then \
  2696. cp dllthreads.so /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/stublibs/dllthreads.so; fi
  2697. cp libthreads.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/libthreads.a
  2698. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libthreads.a
  2699. if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/threads; then :; \
  2700. else mkdir /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/threads; fi
  2701. cp thread.cmi mutex.cmi condition.cmi event.cmi threadUnix.cmi threads.cma /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/threads
  2702. rm -f /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/threads/stdlib.cma
  2703. cp thread.mli mutex.mli condition.mli event.mli threadUnix.mli \
  2704. /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  2705. cp threads.h /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/caml/threads.h
  2706. if test -f dllvmthreads.so; then cp dllvmthreads.so /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/stublibs/.; fi
  2707. mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/vmthreads
  2708. cp libvmthreads.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/vmthreads/libvmthreads.a
  2709. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/vmthreads; ranlib libvmthreads.a
  2710. cp thread.cmi mutex.cmi condition.cmi event.cmi threadUnix.cmi \
  2711. threads.cma stdlib.cma unix.cma /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/vmthreads
  2712. cp thread.mli mutex.mli condition.mli event.mli threadUnix.mli \
  2713. /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/vmthreads
  2714. if test -n "ocamldoc"; then (cd ocamldoc; /Applications/Xcode.app/Contents/Developer/usr/bin/make install); else :; fi
  2715. if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin; then : ; else mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin; fi
  2716. if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamldoc; then : ; else mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamldoc; fi
  2717. if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamldoc/custom; then : ; else mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamldoc/custom; fi
  2718. cp -f ocamldoc /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldoc
  2719. cp -f ocamldoc.hva *.cmi odoc_info.cma /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamldoc
  2720. cp -f odoc_info.mli odoc_info.cmi /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamldoc
  2721. if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/man/man3; then : ; else mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/man/man3; fi
  2722. if test -d stdlib_man; then cp -f stdlib_man/* /Users/lorenz/code/ReasonProject/node_modules/ocaml/man/man3; else : ; fi
  2723. if test -n "ocamldebugger"; then (cd debugger; /Applications/Xcode.app/Contents/Developer/usr/bin/make install); \
  2724. else :; fi
  2725. cp ocamldebug /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldebug
  2726. if test -n "ocamlbuild"; then (cd ocamlbuild; /Applications/Xcode.app/Contents/Developer/usr/bin/make install); \
  2727. else :; fi
  2728. cp ocamlbuild.byte /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlbuild
  2729. cp ocamlbuild.byte /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlbuild.byte
  2730. mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild
  2731. cp ocamlbuildlib.cma ocamlbuild.cmo ocamlbuild_pack.cmi ocamlbuild_plugin.cmi ocamlbuild_executor.cmi ocamlbuild_unix_plugin.cmi /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild/
  2732. cp config/Makefile /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/Makefile.config
  2733. if test -f ocamlopt; then /Applications/Xcode.app/Contents/Developer/usr/bin/make installopt; else :; fi
  2734. cd asmrun; /Applications/Xcode.app/Contents/Developer/usr/bin/make install
  2735. cp libasmrun.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/libasmrun.a
  2736. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libasmrun.a
  2737. cp libasmrunp.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/libasmrunp.a
  2738. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libasmrunp.a
  2739. cp libasmrun_pic.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/libasmrun_pic.a
  2740. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libasmrunp.a
  2741. cp libasmrun_shared.so /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/libasmrun_shared.so
  2742. cp ocamlopt /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt
  2743. cd stdlib; /Applications/Xcode.app/Contents/Developer/usr/bin/make installopt
  2744. cp stdlib.cmxa stdlib.a std_exit.o *.cmx /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  2745. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib stdlib.a
  2746. cp stdlib.p.cmxa stdlib.p.a std_exit.p.cmx std_exit.p.o /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  2747. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib stdlib.p.a
  2748. cp asmcomp/*.cmi asmcomp/*.cmt asmcomp/*.cmti /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs
  2749. cp compilerlibs/ocamloptcomp.cma driver/optmain.cmo /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs
  2750. if test -n "ocamldoc"; then (cd ocamldoc; /Applications/Xcode.app/Contents/Developer/usr/bin/make installopt); \
  2751. else :; fi
  2752. if test -f ocamldoc.opt; then /Applications/Xcode.app/Contents/Developer/usr/bin/make installopt_really ; fi
  2753. if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin; then : ; else mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin; fi
  2754. if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamldoc; then : ; else mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamldoc; fi
  2755. cp -f ocamldoc.opt /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldoc.opt
  2756. cp -f ocamldoc.hva odoc_info.a odoc_info.cmxa /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamldoc
  2757. cp -f odoc_info.mli odoc_info.cmi /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamldoc
  2758. if test -n "ocamlbuild"; then (cd ocamlbuild; /Applications/Xcode.app/Contents/Developer/usr/bin/make installopt); \
  2759. else :; fi
  2760. if test -f ocamlbuild.native; then /Applications/Xcode.app/Contents/Developer/usr/bin/make installopt_really; fi
  2761. cp ocamlbuild.native /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlbuild
  2762. cp ocamlbuild.native /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlbuild.native
  2763. mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild
  2764. cp ocamlbuildlib.cmxa ocamlbuildlib.a ocamlbuild.cmx ocamlbuild.o ocamlbuild_pack.cmx ocamlbuild_plugin.cmx ocamlbuild_executor.cmx ocamlbuild_unix_plugin.cmx ocamlbuild_plugin.o ocamlbuild_executor.o ocamlbuild_unix_plugin.o /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild/
  2765. for i in unix str num dynlink bigarray systhreads threads; \
  2766. do (cd otherlibs/$i; /Applications/Xcode.app/Contents/Developer/usr/bin/make installopt) || exit $?; done
  2767. cp unix.cmx unixLabels.cmx unix.cmxa unix.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
  2768. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib unix.a
  2769. if test -f unix.cmxs; then cp unix.cmxs /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/; fi
  2770. cp str.cmx str.cmxa str.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
  2771. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib str.a
  2772. if test -f str.cmxs; then cp str.cmxs /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/; fi
  2773. cp int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx nums.cmxa nums.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
  2774. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib nums.a
  2775. if test -f nums.cmxs; then cp nums.cmxs /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/; fi
  2776. if true; then \
  2777. cp dynlink.cmx dynlink.cmxa dynlink.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml && \
  2778. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml && ranlib dynlink.a; \
  2779. fi
  2780. cp bigarray.cmx bigarray.cmxa bigarray.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
  2781. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib bigarray.a
  2782. if test -f bigarray.cmxs; then cp bigarray.cmxs /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/; fi
  2783. cp libthreadsnat.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/libthreadsnat.a
  2784. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libthreadsnat.a
  2785. cp thread.cmx mutex.cmx condition.cmx event.cmx threadUnix.cmx threads.cmxa threads.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/threads
  2786. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/threads; ranlib threads.a
  2787. make[2]: Nothing to be done for `installopt'.
  2788. if test -f ocamlopt.opt ; then /Applications/Xcode.app/Contents/Developer/usr/bin/make installoptopt; fi
  2789. cp ocamlc.opt /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt
  2790. cp ocamlopt.opt /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt
  2791. cp lex/ocamllex.opt /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt
  2792. cp compilerlibs/ocamlcommon.cmxa compilerlibs/ocamlcommon.a \
  2793. compilerlibs/ocamlbytecomp.cmxa compilerlibs/ocamlbytecomp.a \
  2794. compilerlibs/ocamloptcomp.cmxa compilerlibs/ocamloptcomp.a \
  2795. driver/main.cmx driver/main.o \
  2796. driver/optmain.cmx driver/optmain.o \
  2797. /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs
  2798. cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs && ranlib ocamlcommon.a ocamlbytecomp.a \
  2799. ocamloptcomp.a
  2800. cd tools; /Applications/Xcode.app/Contents/Developer/usr/bin/make installopt
  2801. cp profiling.cmx profiling.o /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  2802.  
  2803. > opam-installer-bin@0.0.0 postinstall /Users/lorenz/code/ReasonProject/node_modules/opam-installer-bin
  2804. > eval $(dependencyEnv) && nopam && make install
  2805.  
  2806. cp -r vendor-darwin/bin/* _build/ocamlfind/bin
  2807.  
  2808. > conf-m4-actual@4.1.0 postinstall /Users/lorenz/code/ReasonProject/node_modules/conf-m4-actual
  2809. > eval $(dependencyEnv) && nopam && sh -exc echo | m4 && (opam-installer --prefix=$opam_prefix || true)
  2810.  
  2811. + echo
  2812.  
  2813. ERROR: No .install file found
  2814.  
  2815. > ocamlfind-actual@1.6.2 postinstall /Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual
  2816. > eval $(dependencyEnv) && nopam && ./configure -no-camlp4 -bindir $opam_bin -sitelib $opam_lib -mandir $opam_man -config $opam_lib/findlib.conf -no-custom && make all && make opt && make install
  2817.  
  2818. Welcome to findlib version 1.6.2
  2819. Configuring core...
  2820. Checking for #remove_directory...
  2821. Testing threading model...
  2822. systhread_supported: true
  2823. Testing DLLs...
  2824. Testing whether ppxopt can be supported...
  2825. Configuring libraries...
  2826. native dynlink: found
  2827. labltk: not present
  2828. ocamlbuild: found
  2829. camlp4: disabled
  2830. compiler-libs: found
  2831. dbm: not present (normal since OCaml-4.00)
  2832. bytes: found, installing fake library
  2833. Configuration for dynlink written to site-lib-src/dynlink/META
  2834. Configuration for graphics written to site-lib-src/graphics/META
  2835. Configuration for num written to site-lib-src/num/META
  2836. Configuration for num-top written to site-lib-src/num-top/META
  2837. Configuration for str written to site-lib-src/str/META
  2838. Configuration for threads written to site-lib-src/threads/META
  2839. Configuration for unix written to site-lib-src/unix/META
  2840. Configuration for stdlib written to site-lib-src/stdlib/META
  2841. Configuration for bigarray written to site-lib-src/bigarray/META
  2842. Configuration for ocamldoc written to site-lib-src/ocamldoc/META
  2843. Configuration for ocamlbuild written to site-lib-src/ocamlbuild/META
  2844. Configuration for compiler-libs written to site-lib-src/compiler-libs/META
  2845. Configuration for bytes written to site-lib-src/bytes/META
  2846. Detecting compiler arguments: (extractor built) ok
  2847.  
  2848. About the OCAML core installation:
  2849. Standard library: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  2850. Binaries: /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin
  2851. Manual pages: /Users/lorenz/code/ReasonProject/node_modules/ocaml/man
  2852. Multi-threading type: posix
  2853. The directory of site-specific packages will be
  2854. site-lib: /Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib
  2855. The configuration file is written to:
  2856. findlib config file: /Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/findlib.conf
  2857. Software will be installed:
  2858. Libraries: in <site-lib>/findlib
  2859. Binaries: /Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/bin
  2860. Manual pages: /Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/man
  2861. topfind script: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  2862. Topfind ppxopt support: yes
  2863. Toolbox: no
  2864. Link custom runtime: no
  2865. Need bytes compatibility: no
  2866.  
  2867. Configuration has been written to Makefile.config
  2868.  
  2869. You can now do 'make all', and optionally 'make opt', to build ocamlfind.
  2870. for p in findlib; do ( cd src/$p; /Applications/Xcode.app/Contents/Developer/usr/bin/make all ) || exit; done
  2871. Makefile:175: depend: No such file or directory
  2872. ocamllex fl_meta.mll
  2873. 22 states, 392 transitions, table size 1700 bytes
  2874. ocamldep *.ml *.mli >depend
  2875. USE_CYGPATH="0"; \
  2876. export USE_CYGPATH; \
  2877. cat findlib_config.mlp | \
  2878. ../../tools/patch '@CONFIGFILE@' '/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/findlib.conf' | \
  2879. ../../tools/patch '@STDLIB@' '/Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml' | \
  2880. sed -e 's;@AUTOLINK@;true;g' \
  2881. -e 's;@SYSTEM@;macosx;g' \
  2882. >findlib_config.ml
  2883. ocamlc -I +compiler-libs -g -c findlib_config.ml
  2884. ocamlc -I +compiler-libs -g -c fl_split.ml
  2885. ocamlc -I +compiler-libs -g -c fl_metatoken.ml
  2886. ocamlc -I +compiler-libs -g -c fl_meta.ml
  2887. ocamlc -I +compiler-libs -c fl_metascanner.mli
  2888. ocamlc -I +compiler-libs -g -c fl_metascanner.ml
  2889. ocamlc -I +compiler-libs -c fl_topo.mli
  2890. ocamlc -I +compiler-libs -g -c fl_topo.ml
  2891. ocamlc -I +compiler-libs -c fl_package_base.mli
  2892. ocamlc -I +compiler-libs -g -c fl_package_base.ml
  2893. ocamlc -I +compiler-libs -c findlib.mli
  2894. ocamlc -I +compiler-libs -g -c findlib.ml
  2895. ocamlc -I +compiler-libs -g -c fl_args.ml
  2896. ocamlc -I +compiler-libs -g -c fl_lint.ml
  2897. ocamlc -I +compiler-libs -a -o findlib.cma findlib_config.cmo fl_split.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
  2898. ocamlc -I +compiler-libs -g -c ocaml_args.ml
  2899. ocamlc -I +compiler-libs -g -c frontend.ml
  2900. File "frontend.ml", line 1787, characters 16-29:
  2901. Warning 3: deprecated: String.create
  2902. Use Bytes.create instead.
  2903. ocamlc -I +compiler-libs -o ocamlfind -g findlib.cma unix.cma \
  2904. ocaml_args.cmo frontend.cmo
  2905. if [ "true" = "true" ]; then \
  2906. cp topfind.ml.in topfind.ml; \
  2907. else \
  2908. sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \
  2909. > topfind.ml ; \
  2910. fi
  2911. ocamlc -I +compiler-libs -c topfind.mli
  2912. ocamlc -I +compiler-libs -g -c topfind.ml
  2913. ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
  2914. USE_CYGPATH="0"; \
  2915. export USE_CYGPATH; \
  2916. cat topfind_rd1.p | \
  2917. ../../tools/patch '@SITELIB@' '/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib' \
  2918. >topfind
  2919. ocamlc -I +compiler-libs -c num_top_printers.mli
  2920. ocamlc -I +compiler-libs -g -c num_top_printers.ml
  2921. ocamlc -I +compiler-libs -c num_top.mli
  2922. ocamlc -I +compiler-libs -g -c num_top.ml
  2923. ocamlc -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
  2924. ocamlc -I +compiler-libs -c fl_dynload.mli
  2925. ocamlc -I +compiler-libs -g -c fl_dynload.ml
  2926. ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
  2927. /Applications/Xcode.app/Contents/Developer/usr/bin/make all-config
  2928. USE_CYGPATH="0"; \
  2929. export USE_CYGPATH; \
  2930. cat findlib.conf.in | \
  2931. tools/patch '@SITELIB@' '/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib' >findlib.conf
  2932. if ocamlc.opt >/dev/null 2>&1; then \
  2933. echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
  2934. fi
  2935. if ocamlopt.opt >/dev/null 2>&1; then \
  2936. echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
  2937. fi
  2938. if ocamldep.opt >/dev/null 2>&1; then \
  2939. echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
  2940. fi
  2941. if ocamldoc.opt >/dev/null 2>&1; then \
  2942. echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
  2943. fi
  2944. for p in findlib; do ( cd src/$p; /Applications/Xcode.app/Contents/Developer/usr/bin/make opt ) || exit; done
  2945. ocamldep *.ml *.mli >depend
  2946. ocamlopt -I +compiler-libs -c findlib_config.ml
  2947. ocamlopt -I +compiler-libs -c fl_split.ml
  2948. ocamlopt -I +compiler-libs -c fl_metatoken.ml
  2949. ocamlopt -I +compiler-libs -c fl_meta.ml
  2950. ocamlopt -I +compiler-libs -c fl_metascanner.ml
  2951. ocamlopt -I +compiler-libs -c fl_topo.ml
  2952. ocamlopt -I +compiler-libs -c fl_package_base.ml
  2953. ocamlopt -I +compiler-libs -c findlib.ml
  2954. ocamlopt -I +compiler-libs -c fl_args.ml
  2955. ocamlopt -I +compiler-libs -c fl_lint.ml
  2956. ocamlopt -I +compiler-libs -a -o findlib.cmxa findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
  2957. if [ 1 -gt 0 ]; then \
  2958. ocamlopt -I +compiler-libs -shared -o findlib.cmxs findlib_config.cmx fl_split.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
  2959. fi
  2960. ocamlopt -I +compiler-libs -c ocaml_args.ml
  2961. ocamlopt -I +compiler-libs -c frontend.ml
  2962. File "frontend.ml", line 1787, characters 16-29:
  2963. Warning 3: deprecated: String.create
  2964. Use Bytes.create instead.
  2965. ocamlopt -I +compiler-libs -o ocamlfind_opt findlib.cmxa unix.cmxa \
  2966. ocaml_args.cmx frontend.cmx
  2967. ocamlopt -I +compiler-libs -c fl_dynload.ml
  2968. ocamlopt -I +compiler-libs -a -o findlib_dynload.cmxa fl_dynload.cmx
  2969. if [ 1 -gt 0 ]; then \
  2970. ocamlopt -I +compiler-libs -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
  2971. fi
  2972. mkdir -p "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/bin"
  2973. mkdir -p "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/man"
  2974. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-config
  2975. mkdir -p "`dirname \"/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/findlib.conf\"`"
  2976. !!! Keeping old /Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/findlib.conf !!!
  2977. test -f "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/findlib.conf" || cp findlib.conf "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/findlib.conf"
  2978. for p in findlib; do ( cd src/$p; /Applications/Xcode.app/Contents/Developer/usr/bin/make install ); done
  2979. mkdir -p "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/findlib"
  2980. mkdir -p "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/bin"
  2981. test 1 -eq 0 || cp topfind "/Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml"
  2982. files=`../../tools/collect_files ../../Makefile.config findlib.cmi findlib.mli findlib.cma topfind.cmi topfind.mli fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi fl_metatoken.cmi findlib_top.cma findlib.cmxa findlib.a findlib.cmxs findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi META` && \
  2983. cp $files "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/findlib"
  2984. f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
  2985. cp $f "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/bin/ocamlfind"
  2986. # the following "if" block is only needed for 4.00beta2
  2987. if [ 1 -eq 0 -a -f "/Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
  2988. cd "/Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs/"; \
  2989. cp topdirs.cmi toploop.cmi "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/findlib/"; \
  2990. fi
  2991. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-meta
  2992. for x in `ls site-lib-src`; do if [ -f "site-lib-src/$x/META" ]; then mkdir -p "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/$x"; cp site-lib-src/$x/META "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/$x"; fi; done
  2993. cd src/findlib; /Applications/Xcode.app/Contents/Developer/usr/bin/make install-num-top
  2994. mkdir -p "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/num-top"
  2995. cp num_top.cma num_top.cmi num_top_printers.cmi \
  2996. "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/num-top"
  2997. if [ 0 -eq 1 ]; then \
  2998. cp tools/safe_camlp4 "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/bin"; \
  2999. fi
  3000. /Applications/Xcode.app/Contents/Developer/usr/bin/make install-doc
  3001. mkdir -p "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/man/man1" "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/man/man3 /Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/man/man5"
  3002. cp doc/ref-man/ocamlfind.1 "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/man/man1"
  3003. cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/man/man5"
  3004. usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file
  3005. cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory
  3006. make[1]: [install-doc] Error 64 (ignored)
  3007.  
  3008. > camomile-bin@0.8.5 postinstall /Users/lorenz/code/ReasonProject/node_modules/camomile-bin
  3009. > eval $(dependencyEnv) && nopam && make install
  3010.  
  3011. rm -f ./vendor-linux/share
  3012. ln -fs ../vendor-darwin/share ./vendor-linux/share
  3013. cp -r vendor-darwin/lib/* _build/ocamlfind/lib
  3014. cp -RL vendor-darwin/share/* _build/ocamlfind/share
  3015.  
  3016. > react-bin@1.2.2 postinstall /Users/lorenz/code/ReasonProject/node_modules/react-bin
  3017. > eval $(dependencyEnv) && nopam && make install
  3018.  
  3019. cp -r vendor-darwin/lib/* _build/ocamlfind/lib
  3020.  
  3021. > lwt-bin@2.5.2 postinstall /Users/lorenz/code/ReasonProject/node_modules/lwt-bin
  3022. > eval $(dependencyEnv) && nopam && make install
  3023.  
  3024. cp -r vendor-darwin/lib/* _build/ocamlfind/lib
  3025.  
  3026. > conf-which-actual@1.0.0 postinstall /Users/lorenz/code/ReasonProject/node_modules/conf-which-actual
  3027. > eval $(dependencyEnv) && nopam && which which && (opam-installer --prefix=$opam_prefix || true)
  3028.  
  3029. /usr/bin/which
  3030. ERROR: No .install file found
  3031.  
  3032. > cppo-actual@1.4.1 postinstall /Users/lorenz/code/ReasonProject/node_modules/cppo-actual
  3033. > eval $(dependencyEnv) && nopam && make opt && make ocamlbuild && make install-lib && (opam-installer --prefix=$opam_prefix || true)
  3034.  
  3035. echo 'let cppo_version = "1.4.1"' > cppo_version.ml
  3036. ocamlyacc cppo_parser.mly
  3037. ocamllex cppo_lexer.mll
  3038. 368 states, 13139 transitions, table size 54764 bytes
  3039. 3754 additional bytes used for bindings
  3040. ocamlfind ocamlopt -o cppo -dtypes -linkpkg -package "unix str bytes" cppo_version.ml cppo_types.ml cppo_parser.mli cppo_parser.ml cppo_lexer.ml cppo_command.ml cppo_eval.ml cppo_main.ml
  3041. cd ocamlbuild_plugin && ocamlbuild -use-ocamlfind ocamlbuild_cppo.cma ocamlbuild_cppo.cmxa ocamlbuild_cppo.a ocamlbuild_cppo.cmxs
  3042. Finished, 8 targets (0 cached) in 00:00:00.
  3043. ocamlfind install -patch-version 1.4.1 "cppo_ocamlbuild" \
  3044. META ocamlbuild_plugin/_build/ocamlbuild_cppo.cmi ocamlbuild_plugin/_build/ocamlbuild_cppo.cma ocamlbuild_plugin/_build/ocamlbuild_cppo.cmxa ocamlbuild_plugin/_build/ocamlbuild_cppo.a ocamlbuild_plugin/_build/ocamlbuild_cppo.cmxs
  3045. Installed /Users/lorenz/code/ReasonProject/node_modules/cppo-actual/_build/ocamlfind/lib/cppo_ocamlbuild/ocamlbuild_cppo.cmxs
  3046. Installed /Users/lorenz/code/ReasonProject/node_modules/cppo-actual/_build/ocamlfind/lib/cppo_ocamlbuild/ocamlbuild_cppo.a
  3047. Installed /Users/lorenz/code/ReasonProject/node_modules/cppo-actual/_build/ocamlfind/lib/cppo_ocamlbuild/ocamlbuild_cppo.cmxa
  3048. Installed /Users/lorenz/code/ReasonProject/node_modules/cppo-actual/_build/ocamlfind/lib/cppo_ocamlbuild/ocamlbuild_cppo.cma
  3049. Installed /Users/lorenz/code/ReasonProject/node_modules/cppo-actual/_build/ocamlfind/lib/cppo_ocamlbuild/ocamlbuild_cppo.cmi
  3050. Installed /Users/lorenz/code/ReasonProject/node_modules/cppo-actual/_build/ocamlfind/lib/cppo_ocamlbuild/META
  3051. cppo => /Users/lorenz/code/ReasonProject/node_modules/cppo-actual/./_build/ocamlfind/bin/cppo
  3052.  
  3053. > easy-format-actual@1.2.0 postinstall /Users/lorenz/code/ReasonProject/node_modules/easy-format-actual
  3054. > eval $(dependencyEnv) && nopam && make && make install && (opam-installer --prefix=$opam_prefix || true)
  3055.  
  3056. ocamlfind ocamlc -c easy_format.mli
  3057. ocamlfind ocamlc -c -dtypes easy_format.ml
  3058. touch bytecode
  3059. ocamlfind ocamlc -c easy_format.mli
  3060. ocamlfind ocamlopt -c -dtypes easy_format.ml
  3061. ocamlfind ocamlopt -I . -shared -linkall \
  3062. -o easy_format.cmxs easy_format.cmx
  3063. touch nativecode
  3064. echo "version = \"1.2.0\"" > META; cat META.tpl >> META
  3065. INSTALL_FILES="META easy_format.cmi easy_format.mli"; \
  3066. if test -f bytecode; then \
  3067. INSTALL_FILES="$INSTALL_FILES easy_format.cmo"; \
  3068. fi; \
  3069. if test -f nativecode; then \
  3070. INSTALL_FILES="$INSTALL_FILES easy_format.cmx easy_format.o easy_format.cmxs"; \
  3071. fi; \
  3072. ocamlfind install easy-format $INSTALL_FILES
  3073. Installed /Users/lorenz/code/ReasonProject/node_modules/easy-format-actual/_build/ocamlfind/lib/easy-format/easy_format.cmxs
  3074. Installed /Users/lorenz/code/ReasonProject/node_modules/easy-format-actual/_build/ocamlfind/lib/easy-format/easy_format.o
  3075. Installed /Users/lorenz/code/ReasonProject/node_modules/easy-format-actual/_build/ocamlfind/lib/easy-format/easy_format.cmx
  3076. Installed /Users/lorenz/code/ReasonProject/node_modules/easy-format-actual/_build/ocamlfind/lib/easy-format/easy_format.cmo
  3077. Installed /Users/lorenz/code/ReasonProject/node_modules/easy-format-actual/_build/ocamlfind/lib/easy-format/easy_format.mli
  3078. Installed /Users/lorenz/code/ReasonProject/node_modules/easy-format-actual/_build/ocamlfind/lib/easy-format/easy_format.cmi
  3079. Installed /Users/lorenz/code/ReasonProject/node_modules/easy-format-actual/_build/ocamlfind/lib/easy-format/META
  3080. ERROR: No .install file found
  3081.  
  3082. > biniou-actual@1.0.12 postinstall /Users/lorenz/code/ReasonProject/node_modules/biniou-actual
  3083. > eval $(dependencyEnv) && nopam && make && make install BINDIR=$opam_bin && (opam-installer --prefix=$opam_prefix || true)
  3084.  
  3085. ocamlfind ocamlc -a -g -annot -bin-annot -o biniou.cma \
  3086. -package "easy-format" bi_util.mli bi_util.ml bi_share.mli bi_share.ml bi_outbuf.mli bi_outbuf.ml bi_inbuf.mli bi_inbuf.ml bi_vint.mli bi_vint.ml bi_io.mli bi_io.ml bi_dump.ml bi_stream.mli bi_stream.ml
  3087. File "bi_util.ml", line 11, characters 10-23:
  3088. Warning 3: deprecated: String.create
  3089. Use Bytes.create instead.
  3090. File "bi_util.ml", line 13, characters 4-51:
  3091. Warning 3: deprecated: String.set
  3092. Use Bytes.set instead.
  3093. File "bi_util.ml", line 18, characters 10-23:
  3094. Warning 3: deprecated: String.create
  3095. Use Bytes.create instead.
  3096. File "bi_util.ml", line 20, characters 4-51:
  3097. Warning 3: deprecated: String.set
  3098. Use Bytes.set instead.
  3099. File "bi_util.ml", line 36, characters 10-23:
  3100. Warning 3: deprecated: String.create
  3101. Use Bytes.create instead.
  3102. File "bi_util.ml", line 41, characters 6-64:
  3103. Warning 3: deprecated: String.set
  3104. Use Bytes.set instead.
  3105. File "bi_util.ml", line 43, characters 4-54:
  3106. Warning 3: deprecated: String.set
  3107. Use Bytes.set instead.
  3108. File "bi_outbuf.ml", line 24, characters 10-23:
  3109. Warning 3: deprecated: String.create
  3110. Use Bytes.create instead.
  3111. File "bi_outbuf.ml", line 40, characters 8-21:
  3112. Warning 3: deprecated: String.create
  3113. Use Bytes.create instead.
  3114. File "bi_outbuf.ml", line 86, characters 2-18:
  3115. Warning 3: deprecated: String.set
  3116. Use Bytes.set instead.
  3117. File "bi_outbuf.ml", line 90, characters 2-18:
  3118. Warning 3: deprecated: String.set
  3119. Use Bytes.set instead.
  3120. File "bi_outbuf.ml", line 96, characters 2-19:
  3121. Warning 3: deprecated: String.unsafe_set
  3122. File "bi_outbuf.ml", line 97, characters 2-19:
  3123. Warning 3: deprecated: String.unsafe_set
  3124. File "bi_outbuf.ml", line 102, characters 2-19:
  3125. Warning 3: deprecated: String.unsafe_set
  3126. File "bi_outbuf.ml", line 103, characters 2-19:
  3127. Warning 3: deprecated: String.unsafe_set
  3128. File "bi_outbuf.ml", line 104, characters 2-19:
  3129. Warning 3: deprecated: String.unsafe_set
  3130. File "bi_outbuf.ml", line 105, characters 2-19:
  3131. Warning 3: deprecated: String.unsafe_set
  3132. File "bi_outbuf.ml", line 116, characters 13-26:
  3133. Warning 3: deprecated: String.create
  3134. Use Bytes.create instead.
  3135. File "bi_inbuf.ml", line 99, characters 8-21:
  3136. Warning 3: deprecated: String.create
  3137. Use Bytes.create instead.
  3138. File "bi_io.ml", line 86, characters 2-19:
  3139. Warning 3: deprecated: String.unsafe_set
  3140. File "bi_io.ml", line 88, characters 2-19:
  3141. Warning 3: deprecated: String.unsafe_set
  3142. File "bi_io.ml", line 90, characters 2-19:
  3143. Warning 3: deprecated: String.unsafe_set
  3144. File "bi_io.ml", line 92, characters 2-19:
  3145. Warning 3: deprecated: String.unsafe_set
  3146. File "bi_io.ml", line 216, characters 4-21:
  3147. Warning 3: deprecated: String.unsafe_set
  3148. File "bi_io.ml", line 220, characters 4-21:
  3149. Warning 3: deprecated: String.unsafe_set
  3150. File "bi_io.ml", line 231, characters 4-21:
  3151. Warning 3: deprecated: String.unsafe_set
  3152. File "bi_io.ml", line 235, characters 4-21:
  3153. Warning 3: deprecated: String.unsafe_set
  3154. File "bi_io.ml", line 562, characters 12-25:
  3155. Warning 3: deprecated: String.create
  3156. Use Bytes.create instead.
  3157. File "bi_stream.ml", line 56, characters 16-29:
  3158. Warning 3: deprecated: String.create
  3159. Use Bytes.create instead.
  3160. ocamlfind ocamlc -o bdump.byte -g -annot -bin-annot \
  3161. -package easy-format -linkpkg biniou.cma bdump.ml
  3162. ocamlfind ocamlopt -a -g -annot -bin-annot \
  3163. -o biniou.cmxa -package "easy-format" bi_util.mli bi_util.ml bi_share.mli bi_share.ml bi_outbuf.mli bi_outbuf.ml bi_inbuf.mli bi_inbuf.ml bi_vint.mli bi_vint.ml bi_io.mli bi_io.ml bi_dump.ml bi_stream.mli bi_stream.ml
  3164. File "bi_util.ml", line 11, characters 10-23:
  3165. Warning 3: deprecated: String.create
  3166. Use Bytes.create instead.
  3167. File "bi_util.ml", line 13, characters 4-51:
  3168. Warning 3: deprecated: String.set
  3169. Use Bytes.set instead.
  3170. File "bi_util.ml", line 18, characters 10-23:
  3171. Warning 3: deprecated: String.create
  3172. Use Bytes.create instead.
  3173. File "bi_util.ml", line 20, characters 4-51:
  3174. Warning 3: deprecated: String.set
  3175. Use Bytes.set instead.
  3176. File "bi_util.ml", line 36, characters 10-23:
  3177. Warning 3: deprecated: String.create
  3178. Use Bytes.create instead.
  3179. File "bi_util.ml", line 41, characters 6-64:
  3180. Warning 3: deprecated: String.set
  3181. Use Bytes.set instead.
  3182. File "bi_util.ml", line 43, characters 4-54:
  3183. Warning 3: deprecated: String.set
  3184. Use Bytes.set instead.
  3185. File "bi_outbuf.ml", line 24, characters 10-23:
  3186. Warning 3: deprecated: String.create
  3187. Use Bytes.create instead.
  3188. File "bi_outbuf.ml", line 40, characters 8-21:
  3189. Warning 3: deprecated: String.create
  3190. Use Bytes.create instead.
  3191. File "bi_outbuf.ml", line 86, characters 2-18:
  3192. Warning 3: deprecated: String.set
  3193. Use Bytes.set instead.
  3194. File "bi_outbuf.ml", line 90, characters 2-18:
  3195. Warning 3: deprecated: String.set
  3196. Use Bytes.set instead.
  3197. File "bi_outbuf.ml", line 96, characters 2-19:
  3198. Warning 3: deprecated: String.unsafe_set
  3199. File "bi_outbuf.ml", line 97, characters 2-19:
  3200. Warning 3: deprecated: String.unsafe_set
  3201. File "bi_outbuf.ml", line 102, characters 2-19:
  3202. Warning 3: deprecated: String.unsafe_set
  3203. File "bi_outbuf.ml", line 103, characters 2-19:
  3204. Warning 3: deprecated: String.unsafe_set
  3205. File "bi_outbuf.ml", line 104, characters 2-19:
  3206. Warning 3: deprecated: String.unsafe_set
  3207. File "bi_outbuf.ml", line 105, characters 2-19:
  3208. Warning 3: deprecated: String.unsafe_set
  3209. File "bi_outbuf.ml", line 116, characters 13-26:
  3210. Warning 3: deprecated: String.create
  3211. Use Bytes.create instead.
  3212. File "bi_inbuf.ml", line 99, characters 8-21:
  3213. Warning 3: deprecated: String.create
  3214. Use Bytes.create instead.
  3215. File "bi_io.ml", line 86, characters 2-19:
  3216. Warning 3: deprecated: String.unsafe_set
  3217. File "bi_io.ml", line 88, characters 2-19:
  3218. Warning 3: deprecated: String.unsafe_set
  3219. File "bi_io.ml", line 90, characters 2-19:
  3220. Warning 3: deprecated: String.unsafe_set
  3221. File "bi_io.ml", line 92, characters 2-19:
  3222. Warning 3: deprecated: String.unsafe_set
  3223. File "bi_io.ml", line 216, characters 4-21:
  3224. Warning 3: deprecated: String.unsafe_set
  3225. File "bi_io.ml", line 220, characters 4-21:
  3226. Warning 3: deprecated: String.unsafe_set
  3227. File "bi_io.ml", line 231, characters 4-21:
  3228. Warning 3: deprecated: String.unsafe_set
  3229. File "bi_io.ml", line 235, characters 4-21:
  3230. Warning 3: deprecated: String.unsafe_set
  3231. File "bi_io.ml", line 562, characters 12-25:
  3232. Warning 3: deprecated: String.create
  3233. Use Bytes.create instead.
  3234. File "bi_stream.ml", line 56, characters 16-29:
  3235. Warning 3: deprecated: String.create
  3236. Use Bytes.create instead.
  3237. ocamlfind ocamlopt -shared -linkall -I . -o biniou.cmxs biniou.cmxa
  3238. ocamlfind ocamlopt -o bdump.native -g -annot -bin-annot \
  3239. -package easy-format -linkpkg biniou.cmxa bdump.ml
  3240. mkdir -p doc
  3241. ocamlfind ocamldoc -d doc -html -package easy-format bi_util.mli bi_share.mli bi_outbuf.mli bi_inbuf.mli bi_vint.mli bi_io.mli bi_stream.mli
  3242. sed -e 's:@@VERSION@@:1.0.12:' META.in > META
  3243. ocamlfind ocamlopt -o test_biniou.native -g -annot -bin-annot \
  3244. -package "easy-format unix" -linkpkg biniou.cmxa test_biniou.ml
  3245. cp test_biniou.native test_biniou
  3246. if [ -f bdump.native ]; then \
  3247. cp bdump.native /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/./_build/ocamlfind/bin/bdump; \
  3248. else \
  3249. cp bdump.byte /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/./_build/ocamlfind/bin/bdump; \
  3250. fi
  3251. ocamlfind install biniou META \
  3252. bi_util.mli bi_share.mli bi_outbuf.mli bi_inbuf.mli bi_vint.mli bi_io.mli bi_stream.mli bi_util.cmi bi_share.cmi bi_outbuf.cmi bi_inbuf.cmi bi_vint.cmi bi_io.cmi bi_stream.cmi bi_util.cmt bi_share.cmt bi_outbuf.cmt bi_inbuf.cmt bi_vint.cmt bi_io.cmt bi_stream.cmt bi_util.annot bi_share.annot bi_outbuf.annot bi_inbuf.annot bi_vint.annot bi_io.annot bi_stream.annot bi_util.cmo bi_share.cmo bi_outbuf.cmo bi_inbuf.cmo bi_vint.cmo bi_io.cmo bi_dump.cmo bi_stream.cmo biniou.cma \
  3253. -optional bi_util.cmx bi_share.cmx bi_outbuf.cmx bi_inbuf.cmx bi_vint.cmx bi_io.cmx bi_dump.cmx bi_stream.cmx bi_util.o bi_share.o bi_outbuf.o bi_inbuf.o bi_vint.o bi_io.o bi_dump.o bi_stream.o biniou.cmxa biniou.a biniou.cmxs
  3254. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/biniou.cmxs
  3255. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/biniou.a
  3256. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/biniou.cmxa
  3257. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_stream.o
  3258. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_dump.o
  3259. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_io.o
  3260. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_vint.o
  3261. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_inbuf.o
  3262. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_outbuf.o
  3263. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_share.o
  3264. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_util.o
  3265. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_stream.cmx
  3266. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_dump.cmx
  3267. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_io.cmx
  3268. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_vint.cmx
  3269. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_inbuf.cmx
  3270. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_outbuf.cmx
  3271. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_share.cmx
  3272. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_util.cmx
  3273. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/biniou.cma
  3274. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_stream.cmo
  3275. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_dump.cmo
  3276. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_io.cmo
  3277. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_vint.cmo
  3278. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_inbuf.cmo
  3279. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_outbuf.cmo
  3280. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_share.cmo
  3281. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_util.cmo
  3282. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_stream.annot
  3283. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_io.annot
  3284. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_vint.annot
  3285. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_inbuf.annot
  3286. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_outbuf.annot
  3287. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_share.annot
  3288. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_util.annot
  3289. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_stream.cmt
  3290. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_io.cmt
  3291. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_vint.cmt
  3292. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_inbuf.cmt
  3293. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_outbuf.cmt
  3294. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_share.cmt
  3295. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_util.cmt
  3296. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_stream.cmi
  3297. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_io.cmi
  3298. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_vint.cmi
  3299. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_inbuf.cmi
  3300. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_outbuf.cmi
  3301. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_share.cmi
  3302. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_util.cmi
  3303. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_stream.mli
  3304. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_io.mli
  3305. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_vint.mli
  3306. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_inbuf.mli
  3307. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_outbuf.mli
  3308. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_share.mli
  3309. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_util.mli
  3310. Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/META
  3311. bdump.byte => /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/./_build/ocamlfind/bin/bdump
  3312. bdump.native => /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/./_build/ocamlfind/bin/bdump
  3313.  
  3314. > menhir-actual@20160825.0.0 postinstall /Users/lorenz/code/ReasonProject/node_modules/menhir-actual
  3315. > eval $(dependencyEnv) && nopam && make -f Makefile PREFIX=$opam_prefix USE_OCAMLFIND=true docdir=$opam_doc/menhir libdir=$opam_lib/menhir mandir=$opam_man/man1 && make -f Makefile install PREFIX=$opam_prefix docdir=$opam_doc/menhir libdir=$opam_lib/menhir mandir=$opam_man/man1 && (opam-installer --prefix=$opam_prefix || true)
  3316.  
  3317. ocamlbuild -classic-display -j 0 -cflags "-safe-string -bin-annot" menhirLib.cmo menhirLib.cmx
  3318. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt unix.cmxa -I /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
  3319. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules General.mli > General.mli.depends
  3320. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o General.cmi General.mli
  3321. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules General.ml > General.ml.depends
  3322. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Convert.mli > Convert.mli.depends
  3323. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Convert.cmi Convert.mli
  3324. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Convert.ml > Convert.ml.depends
  3325. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IncrementalEngine.ml > IncrementalEngine.ml.depends
  3326. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules EngineTypes.ml > EngineTypes.ml.depends
  3327. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o IncrementalEngine.cmo IncrementalEngine.ml
  3328. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Engine.mli > Engine.mli.depends
  3329. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o EngineTypes.cmo EngineTypes.ml
  3330. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Engine.cmi Engine.mli
  3331. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Engine.ml > Engine.ml.depends
  3332. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Printers.mli > Printers.mli.depends
  3333. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Printers.cmi Printers.mli
  3334. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Printers.ml > Printers.ml.depends
  3335. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InfiniteArray.mli > InfiniteArray.mli.depends
  3336. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o InfiniteArray.cmi InfiniteArray.mli
  3337. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InfiniteArray.ml > InfiniteArray.ml.depends
  3338. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules PackedIntArray.mli > PackedIntArray.mli.depends
  3339. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o PackedIntArray.cmi PackedIntArray.mli
  3340. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules PackedIntArray.ml > PackedIntArray.ml.depends
  3341. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules RowDisplacement.mli > RowDisplacement.mli.depends
  3342. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o RowDisplacement.cmi RowDisplacement.mli
  3343. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules RowDisplacement.ml > RowDisplacement.ml.depends
  3344. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LinearizedArray.mli > LinearizedArray.mli.depends
  3345. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o LinearizedArray.cmi LinearizedArray.mli
  3346. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LinearizedArray.ml > LinearizedArray.ml.depends
  3347. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableFormat.ml > TableFormat.ml.depends
  3348. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableFormat.ml > InspectionTableFormat.ml.depends
  3349. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableInterpreter.mli > InspectionTableInterpreter.mli.depends
  3350. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InspectionTableFormat.cmo InspectionTableFormat.ml
  3351. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o TableFormat.cmo TableFormat.ml
  3352. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o InspectionTableInterpreter.cmi InspectionTableInterpreter.mli
  3353. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableInterpreter.ml > InspectionTableInterpreter.ml.depends
  3354. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableInterpreter.mli > TableInterpreter.mli.depends
  3355. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o TableInterpreter.cmi TableInterpreter.mli
  3356. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableInterpreter.ml > TableInterpreter.ml.depends
  3357. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules StaticVersion.mli > StaticVersion.mli.depends
  3358. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o StaticVersion.cmi StaticVersion.mli
  3359. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules StaticVersion.ml > StaticVersion.ml.depends
  3360. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o General.cmo General.ml
  3361. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Convert.cmo Convert.ml
  3362. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Engine.cmo Engine.ml
  3363. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Printers.cmo Printers.ml
  3364. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InfiniteArray.cmo InfiniteArray.ml
  3365. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o PackedIntArray.cmo PackedIntArray.ml
  3366. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o RowDisplacement.cmo RowDisplacement.ml
  3367. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o LinearizedArray.cmo LinearizedArray.ml
  3368. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InspectionTableInterpreter.cmo InspectionTableInterpreter.ml
  3369. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o TableInterpreter.cmo TableInterpreter.ml
  3370. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o StaticVersion.cmo StaticVersion.ml
  3371. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -pack -g General.cmo Convert.cmo IncrementalEngine.cmo EngineTypes.cmo Engine.cmo Printers.cmo InfiniteArray.cmo PackedIntArray.cmo RowDisplacement.cmo LinearizedArray.cmo TableFormat.cmo InspectionTableFormat.cmo InspectionTableInterpreter.cmo TableInterpreter.cmo StaticVersion.cmo -o menhirLib.cmo
  3372. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o General.cmx General.ml
  3373. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o IncrementalEngine.cmx IncrementalEngine.ml
  3374. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o EngineTypes.cmx EngineTypes.ml
  3375. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o InfiniteArray.cmx InfiniteArray.ml
  3376. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o PackedIntArray.cmx PackedIntArray.ml
  3377. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o InspectionTableFormat.cmx InspectionTableFormat.ml
  3378. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o LinearizedArray.cmx LinearizedArray.ml
  3379. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o TableFormat.cmx TableFormat.ml
  3380. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o Engine.cmx Engine.ml
  3381. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o RowDisplacement.cmx RowDisplacement.ml
  3382. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o Convert.cmx Convert.ml
  3383. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o Printers.cmx Printers.ml
  3384. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o InspectionTableInterpreter.cmx InspectionTableInterpreter.ml
  3385. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o TableInterpreter.cmx TableInterpreter.ml
  3386. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o StaticVersion.cmx StaticVersion.ml
  3387. touch menhirLib.mli ; if /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -pack -g General.cmx Convert.cmx IncrementalEngine.cmx EngineTypes.cmx Engine.cmx Printers.cmx InfiniteArray.cmx PackedIntArray.cmx RowDisplacement.cmx LinearizedArray.cmx TableFormat.cmx InspectionTableFormat.cmx InspectionTableInterpreter.cmx TableInterpreter.cmx StaticVersion.cmx -o menhirLib.cmx ; then rm -f menhirLib.mli ; else rm -f menhirLib.mli ; exit 1; fi
  3388. # Parallel statistics: { count(total): 2(56), max: 11, min: 5, average(total): 8.000(1.250) }
  3389. Checking that OCaml is recent enough...
  3390. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt unix.cmxa -I /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
  3391. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules checkOCamlVersion.ml > checkOCamlVersion.ml.depends
  3392. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o checkOCamlVersion.cmo checkOCamlVersion.ml
  3393. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt str.cma -g checkOCamlVersion.cmo -o checkOCamlVersion.byte
  3394. # No parallelism done
  3395. Version 4.02.3 is OK.
  3396. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt unix.cmxa -I /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
  3397. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules menhir.ml > menhir.ml.depends
  3398. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules back.mli > back.mli.depends
  3399. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o back.cmi back.mli
  3400. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o menhir.cmo menhir.ml
  3401. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules back.ml > back.ml.depends
  3402. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codeBackend.ml > codeBackend.ml.depends
  3403. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codeBackend.mli > codeBackend.mli.depends
  3404. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IL.mli > IL.mli.depends
  3405. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stretch.mli > stretch.mli.depends
  3406. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules keyword.mli > keyword.mli.depends
  3407. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o keyword.cmi keyword.mli
  3408. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o stretch.cmi stretch.mli
  3409. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o IL.cmi IL.mli
  3410. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o codeBackend.cmi codeBackend.mli
  3411. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules action.ml > action.ml.depends
  3412. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules action.mli > action.mli.depends
  3413. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o action.cmi action.mli
  3414. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules keyword.ml > keyword.ml.depends
  3415. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules printer.ml > printer.ml.depends
  3416. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules printer.mli > printer.mli.depends
  3417. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o printer.cmi printer.mli
  3418. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q lineCount.mll
  3419. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lineCount.ml > lineCount.ml.depends
  3420. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o lineCount.cmo lineCount.ml
  3421. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules settings.ml > settings.ml.depends
  3422. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules settings.mli > settings.mli.depends
  3423. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stringSet.mli > stringSet.mli.depends
  3424. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o stringSet.cmi stringSet.mli
  3425. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o settings.cmi settings.mli
  3426. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules installation.ml > installation.ml.depends
  3427. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules installation.mli > installation.mli.depends
  3428. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o installation.cmi installation.mli
  3429. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stringSet.ml > stringSet.ml.depends
  3430. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules version.ml > version.ml.depends
  3431. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o version.cmo version.ml
  3432. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o installation.cmx installation.ml
  3433. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o stringSet.cmx stringSet.ml
  3434. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o version.cmx version.ml
  3435. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lineCount.cmx lineCount.ml
  3436. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o settings.cmx settings.ml
  3437. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o keyword.cmx keyword.ml
  3438. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o printer.cmx printer.ml
  3439. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codeBits.ml > codeBits.ml.depends
  3440. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codeBits.mli > codeBits.mli.depends
  3441. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o codeBits.cmi codeBits.mli
  3442. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codePieces.ml > codePieces.ml.depends
  3443. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codePieces.mli > codePieces.mli.depends
  3444. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules grammar.ml > grammar.ml.depends
  3445. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules front.mli > front.mli.depends
  3446. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules unparameterizedSyntax.ml > unparameterizedSyntax.ml.depends
  3447. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules positions.mli > positions.mli.depends
  3448. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stringMap.mli > stringMap.mli.depends
  3449. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules syntax.mli > syntax.mli.depends
  3450. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules mark.mli > mark.mli.depends
  3451. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o positions.cmi positions.mli
  3452. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o stringMap.cmi stringMap.mli
  3453. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o mark.cmi mark.mli
  3454. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o syntax.cmi syntax.mli
  3455. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o unparameterizedSyntax.cmo unparameterizedSyntax.ml
  3456. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules grammarFunctor.mli > grammarFunctor.mli.depends
  3457. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules gMap.ml > gMap.ml.depends
  3458. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules gSet.ml > gSet.ml.depends
  3459. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o gSet.cmo gSet.ml
  3460. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o gMap.cmo gMap.ml
  3461. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o front.cmi front.mli
  3462. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o grammarFunctor.cmi grammarFunctor.mli
  3463. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o grammar.cmo grammar.ml
  3464. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o codePieces.cmi codePieces.mli
  3465. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o codeBits.cmx codeBits.ml
  3466. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules front.ml > front.ml.depends
  3467. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules anonymous.ml > anonymous.ml.depends
  3468. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules anonymous.mli > anonymous.mli.depends
  3469. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o anonymous.cmi anonymous.mli
  3470. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules misc.ml > misc.ml.depends
  3471. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules misc.mli > misc.mli.depends
  3472. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o misc.cmi misc.mli
  3473. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules General.mli > General.mli.depends
  3474. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o General.cmi General.mli
  3475. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules General.ml > General.ml.depends
  3476. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Convert.mli > Convert.mli.depends
  3477. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Convert.cmi Convert.mli
  3478. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Convert.ml > Convert.ml.depends
  3479. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IncrementalEngine.ml > IncrementalEngine.ml.depends
  3480. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules EngineTypes.ml > EngineTypes.ml.depends
  3481. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o IncrementalEngine.cmo IncrementalEngine.ml
  3482. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Engine.mli > Engine.mli.depends
  3483. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o EngineTypes.cmo EngineTypes.ml
  3484. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Engine.cmi Engine.mli
  3485. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Engine.ml > Engine.ml.depends
  3486. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Printers.mli > Printers.mli.depends
  3487. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Printers.cmi Printers.mli
  3488. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Printers.ml > Printers.ml.depends
  3489. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InfiniteArray.mli > InfiniteArray.mli.depends
  3490. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o InfiniteArray.cmi InfiniteArray.mli
  3491. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InfiniteArray.ml > InfiniteArray.ml.depends
  3492. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules PackedIntArray.mli > PackedIntArray.mli.depends
  3493. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o PackedIntArray.cmi PackedIntArray.mli
  3494. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules PackedIntArray.ml > PackedIntArray.ml.depends
  3495. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules RowDisplacement.mli > RowDisplacement.mli.depends
  3496. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o RowDisplacement.cmi RowDisplacement.mli
  3497. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules RowDisplacement.ml > RowDisplacement.ml.depends
  3498. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LinearizedArray.mli > LinearizedArray.mli.depends
  3499. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o LinearizedArray.cmi LinearizedArray.mli
  3500. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LinearizedArray.ml > LinearizedArray.ml.depends
  3501. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableFormat.ml > TableFormat.ml.depends
  3502. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableFormat.ml > InspectionTableFormat.ml.depends
  3503. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableInterpreter.mli > InspectionTableInterpreter.mli.depends
  3504. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InspectionTableFormat.cmo InspectionTableFormat.ml
  3505. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o TableFormat.cmo TableFormat.ml
  3506. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o InspectionTableInterpreter.cmi InspectionTableInterpreter.mli
  3507. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableInterpreter.ml > InspectionTableInterpreter.ml.depends
  3508. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableInterpreter.mli > TableInterpreter.mli.depends
  3509. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o TableInterpreter.cmi TableInterpreter.mli
  3510. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableInterpreter.ml > TableInterpreter.ml.depends
  3511. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules StaticVersion.mli > StaticVersion.mli.depends
  3512. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o StaticVersion.cmi StaticVersion.mli
  3513. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules StaticVersion.ml > StaticVersion.ml.depends
  3514. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o General.cmo General.ml
  3515. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Convert.cmo Convert.ml
  3516. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Engine.cmo Engine.ml
  3517. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Printers.cmo Printers.ml
  3518. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InfiniteArray.cmo InfiniteArray.ml
  3519. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o PackedIntArray.cmo PackedIntArray.ml
  3520. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o RowDisplacement.cmo RowDisplacement.ml
  3521. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o LinearizedArray.cmo LinearizedArray.ml
  3522. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InspectionTableInterpreter.cmo InspectionTableInterpreter.ml
  3523. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o TableInterpreter.cmo TableInterpreter.ml
  3524. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o StaticVersion.cmo StaticVersion.ml
  3525. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -pack -g General.cmo Convert.cmo IncrementalEngine.cmo EngineTypes.cmo Engine.cmo Printers.cmo InfiniteArray.cmo PackedIntArray.cmo RowDisplacement.cmo LinearizedArray.cmo TableFormat.cmo InspectionTableFormat.cmo InspectionTableInterpreter.cmo TableInterpreter.cmo StaticVersion.cmo -o menhirLib.cmo
  3526. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o General.cmx General.ml
  3527. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o IncrementalEngine.cmx IncrementalEngine.ml
  3528. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o EngineTypes.cmx EngineTypes.ml
  3529. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o InfiniteArray.cmx InfiniteArray.ml
  3530. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o PackedIntArray.cmx PackedIntArray.ml
  3531. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o InspectionTableFormat.cmx InspectionTableFormat.ml
  3532. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o LinearizedArray.cmx LinearizedArray.ml
  3533. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o TableFormat.cmx TableFormat.ml
  3534. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o Engine.cmx Engine.ml
  3535. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o RowDisplacement.cmx RowDisplacement.ml
  3536. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o Convert.cmx Convert.ml
  3537. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o Printers.cmx Printers.ml
  3538. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o InspectionTableInterpreter.cmx InspectionTableInterpreter.ml
  3539. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o TableInterpreter.cmx TableInterpreter.ml
  3540. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o StaticVersion.cmx StaticVersion.ml
  3541. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stringMap.ml > stringMap.ml.depends
  3542. touch menhirLib.mli ; if /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -pack -g General.cmx Convert.cmx IncrementalEngine.cmx EngineTypes.cmx Engine.cmx Printers.cmx InfiniteArray.cmx PackedIntArray.cmx RowDisplacement.cmx LinearizedArray.cmx TableFormat.cmx InspectionTableFormat.cmx InspectionTableInterpreter.cmx TableInterpreter.cmx StaticVersion.cmx -o menhirLib.cmx ; then rm -f menhirLib.mli ; else rm -f menhirLib.mli ; exit 1; fi
  3543. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o stringMap.cmx stringMap.ml
  3544. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parameters.ml > parameters.ml.depends
  3545. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o parameters.cmo parameters.ml
  3546. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules positions.ml > positions.ml.depends
  3547. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o positions.cmx positions.ml
  3548. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o action.cmx action.ml
  3549. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules mark.ml > mark.ml.depends
  3550. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o mark.cmx mark.ml
  3551. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o misc.cmx misc.ml
  3552. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o parameters.cmx parameters.ml
  3553. cp -p yaccDriver.ml Driver.ml
  3554. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Driver.ml > Driver.ml.depends
  3555. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Driver.mli > Driver.mli.depends
  3556. cp -p yacc-parser.mly parser.mly
  3557. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlyacc parser.mly
  3558. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parser.mli > parser.mli.depends
  3559. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o parser.cmi parser.mli
  3560. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Driver.cmi Driver.mli
  3561. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules error.ml > error.ml.depends
  3562. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules error.mli > error.mli.depends
  3563. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o error.cmi error.mli
  3564. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parser.ml > parser.ml.depends
  3565. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parserAux.ml > parserAux.ml.depends
  3566. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parserAux.mli > parserAux.mli.depends
  3567. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o parserAux.cmi parserAux.mli
  3568. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o error.cmx error.ml
  3569. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules option.ml > option.ml.depends
  3570. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules option.mli > option.mli.depends
  3571. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o option.cmi option.mli
  3572. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o option.cmx option.ml
  3573. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o parserAux.cmx parserAux.ml
  3574. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o parser.cmx parser.ml
  3575. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IO.ml > IO.ml.depends
  3576. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IO.mli > IO.mli.depends
  3577. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o IO.cmi IO.mli
  3578. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules infer.ml > infer.ml.depends
  3579. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules infer.mli > infer.mli.depends
  3580. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o infer.cmi infer.mli
  3581. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o IO.cmx IO.ml
  3582. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules interface.ml > interface.ml.depends
  3583. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules interface.mli > interface.mli.depends
  3584. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o interface.cmi interface.mli
  3585. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules nonterminalType.ml > nonterminalType.ml.depends
  3586. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules nonterminalType.mli > nonterminalType.mli.depends
  3587. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o nonterminalType.cmi nonterminalType.mli
  3588. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o unparameterizedSyntax.cmx unparameterizedSyntax.ml
  3589. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tokenType.ml > tokenType.ml.depends
  3590. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tokenType.mli > tokenType.mli.depends
  3591. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o tokenType.cmi tokenType.mli
  3592. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o nonterminalType.cmx nonterminalType.ml
  3593. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o tokenType.cmx tokenType.ml
  3594. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q lexdep.mll
  3595. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lexdep.ml > lexdep.ml.depends
  3596. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o lexdep.cmo lexdep.ml
  3597. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q lexmli.mll
  3598. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lexmli.ml > lexmli.ml.depends
  3599. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o lexmli.cmo lexmli.ml
  3600. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o interface.cmx interface.ml
  3601. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lexdep.cmx lexdep.ml
  3602. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lexmli.cmx lexmli.ml
  3603. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules keywordExpansion.ml > keywordExpansion.ml.depends
  3604. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules keywordExpansion.mli > keywordExpansion.mli.depends
  3605. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o keywordExpansion.cmi keywordExpansion.mli
  3606. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules grammarFunctor.ml > grammarFunctor.ml.depends
  3607. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Boolean.ml > Boolean.ml.depends
  3608. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Boolean.mli > Boolean.mli.depends
  3609. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Fix.mli > Fix.mli.depends
  3610. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Fix.cmi Fix.mli
  3611. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Boolean.cmi Boolean.mli
  3612. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Fix.ml > Fix.ml.depends
  3613. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o Fix.cmx Fix.ml
  3614. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules compressedBitSet.ml > compressedBitSet.ml.depends
  3615. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules compressedBitSet.mli > compressedBitSet.mli.depends
  3616. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o compressedBitSet.cmi compressedBitSet.mli
  3617. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o gSet.cmx gSet.ml
  3618. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules FixSolver.ml > FixSolver.ml.depends
  3619. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules FixSolver.mli > FixSolver.mli.depends
  3620. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o FixSolver.cmi FixSolver.mli
  3621. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Maps.ml > Maps.ml.depends
  3622. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Maps.mli > Maps.mli.depends
  3623. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Maps.cmi Maps.mli
  3624. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules patricia.ml > patricia.ml.depends
  3625. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules patricia.mli > patricia.mli.depends
  3626. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o patricia.cmi patricia.mli
  3627. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o gMap.cmx gMap.ml
  3628. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules time.ml > time.ml.depends
  3629. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules time.mli > time.mli.depends
  3630. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o time.cmi time.mli
  3631. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o Boolean.cmx Boolean.ml
  3632. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o compressedBitSet.cmx compressedBitSet.ml
  3633. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o FixSolver.cmx FixSolver.ml
  3634. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o Maps.cmx Maps.ml
  3635. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o patricia.cmx patricia.ml
  3636. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o time.cmx time.ml
  3637. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o grammarFunctor.cmx grammarFunctor.ml
  3638. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q lexer.mll
  3639. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lexer.ml > lexer.ml.depends
  3640. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o lexer.cmo lexer.ml
  3641. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules nonTerminalDefinitionInlining.ml > nonTerminalDefinitionInlining.ml.depends
  3642. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules nonTerminalDefinitionInlining.mli > nonTerminalDefinitionInlining.mli.depends
  3643. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o nonTerminalDefinitionInlining.cmi nonTerminalDefinitionInlining.mli
  3644. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules listMonad.ml > listMonad.ml.depends
  3645. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules listMonad.mli > listMonad.mli.depends
  3646. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o listMonad.cmi listMonad.mli
  3647. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o listMonad.cmx listMonad.ml
  3648. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parameterizedGrammar.ml > parameterizedGrammar.ml.depends
  3649. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parameterizedGrammar.mli > parameterizedGrammar.mli.depends
  3650. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o parameterizedGrammar.cmi parameterizedGrammar.mli
  3651. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tarjan.ml > tarjan.ml.depends
  3652. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tarjan.mli > tarjan.mli.depends
  3653. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o tarjan.cmi tarjan.mli
  3654. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules unionFind.ml > unionFind.ml.depends
  3655. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules unionFind.mli > unionFind.mli.depends
  3656. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o unionFind.cmi unionFind.mli
  3657. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o tarjan.cmx tarjan.ml
  3658. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o unionFind.cmx unionFind.ml
  3659. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules partialGrammar.ml > partialGrammar.ml.depends
  3660. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules partialGrammar.mli > partialGrammar.mli.depends
  3661. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o partialGrammar.cmi partialGrammar.mli
  3662. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules reachability.ml > reachability.ml.depends
  3663. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules reachability.mli > reachability.mli.depends
  3664. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o reachability.cmi reachability.mli
  3665. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules unparameterizedPrinter.ml > unparameterizedPrinter.ml.depends
  3666. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules unparameterizedPrinter.mli > unparameterizedPrinter.mli.depends
  3667. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o unparameterizedPrinter.cmi unparameterizedPrinter.mli
  3668. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o anonymous.cmx anonymous.ml
  3669. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o Driver.cmx Driver.ml
  3670. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o infer.cmx infer.ml
  3671. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o keywordExpansion.cmx keywordExpansion.ml
  3672. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lexer.cmx lexer.ml
  3673. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o nonTerminalDefinitionInlining.cmx nonTerminalDefinitionInlining.ml
  3674. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o parameterizedGrammar.cmx parameterizedGrammar.ml
  3675. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o partialGrammar.cmx partialGrammar.ml
  3676. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o reachability.cmx reachability.ml
  3677. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o unparameterizedPrinter.cmx unparameterizedPrinter.ml
  3678. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o front.cmx front.ml
  3679. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o grammar.cmx grammar.ml
  3680. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules invariant.ml > invariant.ml.depends
  3681. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules invariant.mli > invariant.mli.depends
  3682. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr1.mli > lr1.mli.depends
  3683. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules item.mli > item.mli.depends
  3684. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lookahead.mli > lookahead.mli.depends
  3685. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o lookahead.cmi lookahead.mli
  3686. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr0.mli > lr0.mli.depends
  3687. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o item.cmi item.mli
  3688. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o lr0.cmi lr0.mli
  3689. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o lr1.cmi lr1.mli
  3690. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o invariant.cmi invariant.mli
  3691. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules conflict.ml > conflict.ml.depends
  3692. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules conflict.mli > conflict.mli.depends
  3693. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o conflict.cmi conflict.mli
  3694. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules DependencyGraph.ml > DependencyGraph.ml.depends
  3695. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules DependencyGraph.mli > DependencyGraph.mli.depends
  3696. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o DependencyGraph.cmi DependencyGraph.mli
  3697. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules dot.ml > dot.ml.depends
  3698. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules dot.mli > dot.mli.depends
  3699. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o dot.cmi dot.mli
  3700. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o dot.cmx dot.ml
  3701. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules derivation.ml > derivation.ml.depends
  3702. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules derivation.mli > derivation.mli.depends
  3703. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o derivation.cmi derivation.mli
  3704. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules item.ml > item.ml.depends
  3705. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o item.cmx item.ml
  3706. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr0.ml > lr0.ml.depends
  3707. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr1.ml > lr1.ml.depends
  3708. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lr0.cmx lr0.ml
  3709. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules slr.ml > slr.ml.depends
  3710. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules slr.mli > slr.mli.depends
  3711. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o slr.cmi slr.mli
  3712. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o slr.cmx slr.ml
  3713. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr1partial.ml > lr1partial.ml.depends
  3714. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr1partial.mli > lr1partial.mli.depends
  3715. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o lr1partial.cmi lr1partial.mli
  3716. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lr1.cmx lr1.ml
  3717. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o DependencyGraph.cmx DependencyGraph.ml
  3718. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o derivation.cmx derivation.ml
  3719. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lr1partial.cmx lr1partial.ml
  3720. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o conflict.cmx conflict.ml
  3721. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o codePieces.cmx codePieces.ml
  3722. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o invariant.cmx invariant.ml
  3723. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules coqBackend.ml > coqBackend.ml.depends
  3724. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules coqBackend.mli > coqBackend.mli.depends
  3725. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o coqBackend.cmi coqBackend.mli
  3726. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules inliner.ml > inliner.ml.depends
  3727. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules inliner.mli > inliner.mli.depends
  3728. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o inliner.cmi inliner.mli
  3729. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules traverse.ml > traverse.ml.depends
  3730. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o traverse.cmo traverse.ml
  3731. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o traverse.cmx traverse.ml
  3732. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules interpret.ml > interpret.ml.depends
  3733. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules interpret.mli > interpret.mli.depends
  3734. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules referenceInterpreter.mli > referenceInterpreter.mli.depends
  3735. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules cst.mli > cst.mli.depends
  3736. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o cst.cmi cst.mli
  3737. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o referenceInterpreter.cmi referenceInterpreter.mli
  3738. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o interpret.cmi interpret.mli
  3739. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules cst.ml > cst.ml.depends
  3740. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules pprint.ml > pprint.ml.depends
  3741. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules pprint.mli > pprint.mli.depends
  3742. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o pprint.cmi pprint.mli
  3743. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o pprint.cmx pprint.ml
  3744. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules referenceInterpreter.ml > referenceInterpreter.ml.depends
  3745. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o cst.cmx cst.ml
  3746. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q segment.mll
  3747. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules segment.ml > segment.ml.depends
  3748. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o segment.cmo segment.ml
  3749. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q sentenceLexer.mll
  3750. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules sentenceLexer.ml > sentenceLexer.ml.depends
  3751. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlyacc sentenceParser.mly
  3752. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules sentenceParser.mli > sentenceParser.mli.depends
  3753. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules sentenceParserAux.ml > sentenceParserAux.ml.depends
  3754. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o sentenceParserAux.cmo sentenceParserAux.ml
  3755. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o sentenceParser.cmi sentenceParser.mli
  3756. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o sentenceLexer.cmo sentenceLexer.ml
  3757. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules sentenceParser.ml > sentenceParser.ml.depends
  3758. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o sentenceParserAux.cmx sentenceParserAux.ml
  3759. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o sentenceParser.cmx sentenceParser.ml
  3760. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o referenceInterpreter.cmx referenceInterpreter.ml
  3761. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o segment.cmx segment.ml
  3762. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o sentenceLexer.cmx sentenceLexer.ml
  3763. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LRijkstra.ml > LRijkstra.ml.depends
  3764. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LRijkstra.mli > LRijkstra.mli.depends
  3765. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -noassert -o LRijkstra.cmi LRijkstra.mli
  3766. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules astar.ml > astar.ml.depends
  3767. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules astar.mli > astar.mli.depends
  3768. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o astar.cmi astar.mli
  3769. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o interpret.cmx interpret.ml
  3770. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LowIntegerPriorityQueue.ml > LowIntegerPriorityQueue.ml.depends
  3771. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LowIntegerPriorityQueue.mli > LowIntegerPriorityQueue.mli.depends
  3772. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o LowIntegerPriorityQueue.cmi LowIntegerPriorityQueue.mli
  3773. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules resizableArray.ml > resizableArray.ml.depends
  3774. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules resizableArray.mli > resizableArray.mli.depends
  3775. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o resizableArray.cmi resizableArray.mli
  3776. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o resizableArray.cmx resizableArray.ml
  3777. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules MySet.ml > MySet.ml.depends
  3778. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules MySet.mli > MySet.mli.depends
  3779. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o MySet.cmi MySet.mli
  3780. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o astar.cmx astar.ml
  3781. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o LowIntegerPriorityQueue.cmx LowIntegerPriorityQueue.ml
  3782. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o MySet.cmx MySet.ml
  3783. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tableBackend.ml > tableBackend.ml.depends
  3784. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tableBackend.mli > tableBackend.mli.depends
  3785. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o tableBackend.cmi tableBackend.mli
  3786. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o codeBackend.cmx codeBackend.ml
  3787. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o coqBackend.cmx coqBackend.ml
  3788. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o inliner.cmx inliner.ml
  3789. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -noassert -o LRijkstra.cmx LRijkstra.ml
  3790. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o tableBackend.cmx tableBackend.ml
  3791. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o back.cmx back.ml
  3792. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o menhir.cmx menhir.ml
  3793. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt unix.cmxa -g Fix.cmx Boolean.cmx installation.cmx keyword.cmx lineCount.cmx stringSet.cmx version.cmx settings.cmx printer.cmx action.cmx mark.cmx positions.cmx error.cmx menhirLib.cmx stringMap.cmx misc.cmx option.cmx parameters.cmx parserAux.cmx parser.cmx Driver.cmx FixSolver.cmx IO.cmx Maps.cmx anonymous.cmx codeBits.cmx gSet.cmx compressedBitSet.cmx dot.cmx gMap.cmx patricia.cmx time.cmx unparameterizedSyntax.cmx grammarFunctor.cmx nonterminalType.cmx tokenType.cmx interface.cmx lexdep.cmx lexmli.cmx infer.cmx keywordExpansion.cmx lexer.cmx listMonad.cmx nonTerminalDefinitionInlining.cmx tarjan.cmx unionFind.cmx parameterizedGrammar.cmx partialGrammar.cmx reachability.cmx unparameterizedPrinter.cmx front.cmx grammar.cmx DependencyGraph.cmx resizableArray.cmx LowIntegerPriorityQueue.cmx MySet.cmx astar.cmx item.cmx derivation.cmx lr0.cmx slr.cmx lr1.cmx lr1partial.cmx conflict.cmx pprint.cmx cst.cmx invariant.cmx referenceInterpreter.cmx segment.cmx sentenceParserAux.cmx sentenceParser.cmx sentenceLexer.cmx interpret.cmx LRijkstra.cmx codePieces.cmx codeBackend.cmx coqBackend.cmx traverse.cmx inliner.cmx tableBackend.cmx back.cmx menhir.cmx -o menhir.native
  3794. # Parallel statistics: { count(total): 17(349), max: 11, min: 2, average(total): 3.882(1.140) }
  3795. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt unix.cmxa -I /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
  3796. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules menhir.ml > menhir.ml.depends
  3797. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules back.mli > back.mli.depends
  3798. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o back.cmi back.mli
  3799. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o menhir.cmo menhir.ml
  3800. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules back.ml > back.ml.depends
  3801. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codeBackend.ml > codeBackend.ml.depends
  3802. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codeBackend.mli > codeBackend.mli.depends
  3803. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IL.mli > IL.mli.depends
  3804. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stretch.mli > stretch.mli.depends
  3805. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules keyword.mli > keyword.mli.depends
  3806. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o keyword.cmi keyword.mli
  3807. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o stretch.cmi stretch.mli
  3808. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o IL.cmi IL.mli
  3809. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o codeBackend.cmi codeBackend.mli
  3810. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules action.ml > action.ml.depends
  3811. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules action.mli > action.mli.depends
  3812. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o action.cmi action.mli
  3813. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules keyword.ml > keyword.ml.depends
  3814. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules printer.ml > printer.ml.depends
  3815. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules printer.mli > printer.mli.depends
  3816. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o printer.cmi printer.mli
  3817. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q lineCount.mll
  3818. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lineCount.ml > lineCount.ml.depends
  3819. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o lineCount.cmo lineCount.ml
  3820. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules settings.ml > settings.ml.depends
  3821. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules settings.mli > settings.mli.depends
  3822. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stringSet.mli > stringSet.mli.depends
  3823. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o stringSet.cmi stringSet.mli
  3824. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o settings.cmi settings.mli
  3825. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules installation.ml > installation.ml.depends
  3826. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules installation.mli > installation.mli.depends
  3827. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o installation.cmi installation.mli
  3828. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stringSet.ml > stringSet.ml.depends
  3829. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules version.ml > version.ml.depends
  3830. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o version.cmo version.ml
  3831. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o installation.cmx installation.ml
  3832. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o stringSet.cmx stringSet.ml
  3833. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o version.cmx version.ml
  3834. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lineCount.cmx lineCount.ml
  3835. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o settings.cmx settings.ml
  3836. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o keyword.cmx keyword.ml
  3837. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o printer.cmx printer.ml
  3838. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codeBits.ml > codeBits.ml.depends
  3839. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codeBits.mli > codeBits.mli.depends
  3840. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o codeBits.cmi codeBits.mli
  3841. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codePieces.ml > codePieces.ml.depends
  3842. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codePieces.mli > codePieces.mli.depends
  3843. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules grammar.ml > grammar.ml.depends
  3844. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules front.mli > front.mli.depends
  3845. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules unparameterizedSyntax.ml > unparameterizedSyntax.ml.depends
  3846. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules positions.mli > positions.mli.depends
  3847. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stringMap.mli > stringMap.mli.depends
  3848. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules syntax.mli > syntax.mli.depends
  3849. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules mark.mli > mark.mli.depends
  3850. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o positions.cmi positions.mli
  3851. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o stringMap.cmi stringMap.mli
  3852. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o mark.cmi mark.mli
  3853. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o syntax.cmi syntax.mli
  3854. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o unparameterizedSyntax.cmo unparameterizedSyntax.ml
  3855. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules grammarFunctor.mli > grammarFunctor.mli.depends
  3856. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules gMap.ml > gMap.ml.depends
  3857. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules gSet.ml > gSet.ml.depends
  3858. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o gSet.cmo gSet.ml
  3859. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o gMap.cmo gMap.ml
  3860. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o front.cmi front.mli
  3861. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o grammarFunctor.cmi grammarFunctor.mli
  3862. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o grammar.cmo grammar.ml
  3863. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o codePieces.cmi codePieces.mli
  3864. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o codeBits.cmx codeBits.ml
  3865. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules front.ml > front.ml.depends
  3866. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules anonymous.ml > anonymous.ml.depends
  3867. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules anonymous.mli > anonymous.mli.depends
  3868. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o anonymous.cmi anonymous.mli
  3869. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules misc.ml > misc.ml.depends
  3870. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules misc.mli > misc.mli.depends
  3871. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o misc.cmi misc.mli
  3872. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules General.mli > General.mli.depends
  3873. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o General.cmi General.mli
  3874. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules General.ml > General.ml.depends
  3875. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Convert.mli > Convert.mli.depends
  3876. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Convert.cmi Convert.mli
  3877. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Convert.ml > Convert.ml.depends
  3878. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IncrementalEngine.ml > IncrementalEngine.ml.depends
  3879. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules EngineTypes.ml > EngineTypes.ml.depends
  3880. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o IncrementalEngine.cmo IncrementalEngine.ml
  3881. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Engine.mli > Engine.mli.depends
  3882. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o EngineTypes.cmo EngineTypes.ml
  3883. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Engine.cmi Engine.mli
  3884. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Engine.ml > Engine.ml.depends
  3885. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Printers.mli > Printers.mli.depends
  3886. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Printers.cmi Printers.mli
  3887. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Printers.ml > Printers.ml.depends
  3888. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InfiniteArray.mli > InfiniteArray.mli.depends
  3889. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o InfiniteArray.cmi InfiniteArray.mli
  3890. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InfiniteArray.ml > InfiniteArray.ml.depends
  3891. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules PackedIntArray.mli > PackedIntArray.mli.depends
  3892. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o PackedIntArray.cmi PackedIntArray.mli
  3893. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules PackedIntArray.ml > PackedIntArray.ml.depends
  3894. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules RowDisplacement.mli > RowDisplacement.mli.depends
  3895. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o RowDisplacement.cmi RowDisplacement.mli
  3896. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules RowDisplacement.ml > RowDisplacement.ml.depends
  3897. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LinearizedArray.mli > LinearizedArray.mli.depends
  3898. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o LinearizedArray.cmi LinearizedArray.mli
  3899. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LinearizedArray.ml > LinearizedArray.ml.depends
  3900. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableFormat.ml > TableFormat.ml.depends
  3901. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableFormat.ml > InspectionTableFormat.ml.depends
  3902. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableInterpreter.mli > InspectionTableInterpreter.mli.depends
  3903. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InspectionTableFormat.cmo InspectionTableFormat.ml
  3904. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o TableFormat.cmo TableFormat.ml
  3905. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o InspectionTableInterpreter.cmi InspectionTableInterpreter.mli
  3906. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableInterpreter.ml > InspectionTableInterpreter.ml.depends
  3907. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableInterpreter.mli > TableInterpreter.mli.depends
  3908. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o TableInterpreter.cmi TableInterpreter.mli
  3909. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableInterpreter.ml > TableInterpreter.ml.depends
  3910. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules StaticVersion.mli > StaticVersion.mli.depends
  3911. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o StaticVersion.cmi StaticVersion.mli
  3912. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules StaticVersion.ml > StaticVersion.ml.depends
  3913. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o General.cmo General.ml
  3914. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Convert.cmo Convert.ml
  3915. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Engine.cmo Engine.ml
  3916. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Printers.cmo Printers.ml
  3917. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InfiniteArray.cmo InfiniteArray.ml
  3918. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o PackedIntArray.cmo PackedIntArray.ml
  3919. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o RowDisplacement.cmo RowDisplacement.ml
  3920. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o LinearizedArray.cmo LinearizedArray.ml
  3921. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InspectionTableInterpreter.cmo InspectionTableInterpreter.ml
  3922. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o TableInterpreter.cmo TableInterpreter.ml
  3923. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o StaticVersion.cmo StaticVersion.ml
  3924. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -pack -g General.cmo Convert.cmo IncrementalEngine.cmo EngineTypes.cmo Engine.cmo Printers.cmo InfiniteArray.cmo PackedIntArray.cmo RowDisplacement.cmo LinearizedArray.cmo TableFormat.cmo InspectionTableFormat.cmo InspectionTableInterpreter.cmo TableInterpreter.cmo StaticVersion.cmo -o menhirLib.cmo
  3925. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o General.cmx General.ml
  3926. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o IncrementalEngine.cmx IncrementalEngine.ml
  3927. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o EngineTypes.cmx EngineTypes.ml
  3928. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o InfiniteArray.cmx InfiniteArray.ml
  3929. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o PackedIntArray.cmx PackedIntArray.ml
  3930. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o InspectionTableFormat.cmx InspectionTableFormat.ml
  3931. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o LinearizedArray.cmx LinearizedArray.ml
  3932. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o TableFormat.cmx TableFormat.ml
  3933. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o Engine.cmx Engine.ml
  3934. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o RowDisplacement.cmx RowDisplacement.ml
  3935. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o Convert.cmx Convert.ml
  3936. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o Printers.cmx Printers.ml
  3937. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o InspectionTableInterpreter.cmx InspectionTableInterpreter.ml
  3938. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o TableInterpreter.cmx TableInterpreter.ml
  3939. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o StaticVersion.cmx StaticVersion.ml
  3940. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stringMap.ml > stringMap.ml.depends
  3941. touch menhirLib.mli ; if /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -pack -g General.cmx Convert.cmx IncrementalEngine.cmx EngineTypes.cmx Engine.cmx Printers.cmx InfiniteArray.cmx PackedIntArray.cmx RowDisplacement.cmx LinearizedArray.cmx TableFormat.cmx InspectionTableFormat.cmx InspectionTableInterpreter.cmx TableInterpreter.cmx StaticVersion.cmx -o menhirLib.cmx ; then rm -f menhirLib.mli ; else rm -f menhirLib.mli ; exit 1; fi
  3942. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o stringMap.cmx stringMap.ml
  3943. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parameters.ml > parameters.ml.depends
  3944. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o parameters.cmo parameters.ml
  3945. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules positions.ml > positions.ml.depends
  3946. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o positions.cmx positions.ml
  3947. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o action.cmx action.ml
  3948. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules mark.ml > mark.ml.depends
  3949. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o mark.cmx mark.ml
  3950. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o misc.cmx misc.ml
  3951. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o parameters.cmx parameters.ml
  3952. cp -p fancyDriver.ml Driver.ml
  3953. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Driver.ml > Driver.ml.depends
  3954. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Driver.mli > Driver.mli.depends
  3955. cp -p fancy-parser.mly parser.mly
  3956. ../_stage1/menhir.native -v -lg 1 -la 1 -lc 1 --table --infer --stdlib .. --strict --fixed-exception --canonical --raw-depend --ocamldep '/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules' parser.mly > parser.mly.depends
  3957. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules error.mli > error.mli.depends
  3958. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parserAux.mli > parserAux.mli.depends
  3959. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o error.cmi error.mli
  3960. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o parserAux.cmi parserAux.mli
  3961. ../_stage1/menhir.native -v -lg 1 -la 1 -lc 1 --table --infer --stdlib .. --strict --fixed-exception --canonical --ocamlc '/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -safe-string -bin-annot' --infer parser.mly
  3962. + ../_stage1/menhir.native -v -lg 1 -la 1 -lc 1 --table --infer --stdlib .. --strict --fixed-exception --canonical --ocamlc '/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -safe-string -bin-annot' --infer parser.mly
  3963. Grammar has 32 nonterminal symbols, among which 1 start symbols.
  3964. Grammar has 27 terminal symbols.
  3965. Grammar has 77 productions.
  3966. Built an LR(0) automaton with 113 states.
  3967. The grammar is not SLR(1) -- 1 states have a conflict.
  3968. Built an LR(1) automaton with 159 states.
  3969. One shift/reduce conflict was silently solved.
  3970. 45 out of 159 states are represented.
  3971. 23 out of 62 symbols keep track of their start position.
  3972. 29 out of 62 symbols keep track of their end position.
  3973. 86 out of 159 states have a default reduction.
  3974. The action table is 4452 entries; 362 non-zero; 476 compressed.
  3975. The action table occupies roughly 1048 bytes.
  3976. The goto table is 5247 entries; 131 non-zero; 289 compressed.
  3977. The goto table occupies roughly 544 bytes.
  3978. The error table occupies roughly 592 bytes.
  3979. The default_reduction table occupies roughly 192 bytes.
  3980. The lhs table occupies roughly 112 bytes.
  3981. The trace table occupies roughly 8 bytes.
  3982. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parser.mli > parser.mli.depends
  3983. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o parser.cmi parser.mli
  3984. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Driver.cmi Driver.mli
  3985. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules error.ml > error.ml.depends
  3986. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parser.ml > parser.ml.depends
  3987. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o error.cmx error.ml
  3988. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parserAux.ml > parserAux.ml.depends
  3989. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules option.ml > option.ml.depends
  3990. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules option.mli > option.mli.depends
  3991. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o option.cmi option.mli
  3992. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o option.cmx option.ml
  3993. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o parserAux.cmx parserAux.ml
  3994. ../_stage1/menhir.native -v -lg 1 -la 1 -lc 1 --table --infer --stdlib .. --strict --fixed-exception --canonical --infer parser.mly --list-errors > parser.mly.auto.messages
  3995. + ../_stage1/menhir.native -v -lg 1 -la 1 -lc 1 --table --infer --stdlib .. --strict --fixed-exception --canonical --infer parser.mly --list-errors > parser.mly.auto.messages
  3996. Grammar has 32 nonterminal symbols, among which 1 start symbols.
  3997. Grammar has 27 terminal symbols.
  3998. Grammar has 77 productions.
  3999. Built an LR(0) automaton with 113 states.
  4000. The grammar is not SLR(1) -- 1 states have a conflict.
  4001. Built an LR(1) automaton with 159 states.
  4002. One shift/reduce conflict was silently solved.
  4003. 45 out of 159 states are represented.
  4004. 23 out of 62 symbols keep track of their start position.
  4005. 29 out of 62 symbols keep track of their end position.
  4006. 86 out of 159 states have a default reduction.
  4007. ../_stage1/menhir.native -v -lg 1 -la 1 -lc 1 --table --infer --stdlib .. --strict --fixed-exception --canonical --infer parser.mly --compare-errors parser.mly.auto.messages --compare-errors parserMessages.messages
  4008. + ../_stage1/menhir.native -v -lg 1 -la 1 -lc 1 --table --infer --stdlib .. --strict --fixed-exception --canonical --infer parser.mly --compare-errors parser.mly.auto.messages --compare-errors parserMessages.messages
  4009. Grammar has 32 nonterminal symbols, among which 1 start symbols.
  4010. Grammar has 27 terminal symbols.
  4011. Grammar has 77 productions.
  4012. Built an LR(0) automaton with 113 states.
  4013. The grammar is not SLR(1) -- 1 states have a conflict.
  4014. Built an LR(1) automaton with 159 states.
  4015. One shift/reduce conflict was silently solved.
  4016. 45 out of 159 states are represented.
  4017. 23 out of 62 symbols keep track of their start position.
  4018. 29 out of 62 symbols keep track of their end position.
  4019. 86 out of 159 states have a default reduction.
  4020. Read 59 sample input sentences and 59 error messages.
  4021. Read 59 sample input sentences and 23 error messages.
  4022. ../_stage1/menhir.native -v -lg 1 -la 1 -lc 1 --table --infer --stdlib .. --strict --fixed-exception --canonical --infer parser.mly --compile-errors parserMessages.messages > parserMessages.ml
  4023. + ../_stage1/menhir.native -v -lg 1 -la 1 -lc 1 --table --infer --stdlib .. --strict --fixed-exception --canonical --infer parser.mly --compile-errors parserMessages.messages > parserMessages.ml
  4024. Grammar has 32 nonterminal symbols, among which 1 start symbols.
  4025. Grammar has 27 terminal symbols.
  4026. Grammar has 77 productions.
  4027. Built an LR(0) automaton with 113 states.
  4028. The grammar is not SLR(1) -- 1 states have a conflict.
  4029. Built an LR(1) automaton with 159 states.
  4030. One shift/reduce conflict was silently solved.
  4031. 45 out of 159 states are represented.
  4032. 23 out of 62 symbols keep track of their start position.
  4033. 29 out of 62 symbols keep track of their end position.
  4034. 86 out of 159 states have a default reduction.
  4035. Read 59 sample input sentences and 23 error messages.
  4036. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parserMessages.ml > parserMessages.ml.depends
  4037. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o parserMessages.cmo parserMessages.ml
  4038. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o parser.cmx parser.ml
  4039. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o parserMessages.cmx parserMessages.ml
  4040. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IO.ml > IO.ml.depends
  4041. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IO.mli > IO.mli.depends
  4042. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o IO.cmi IO.mli
  4043. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules infer.ml > infer.ml.depends
  4044. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules infer.mli > infer.mli.depends
  4045. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o infer.cmi infer.mli
  4046. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o IO.cmx IO.ml
  4047. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules interface.ml > interface.ml.depends
  4048. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules interface.mli > interface.mli.depends
  4049. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o interface.cmi interface.mli
  4050. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules nonterminalType.ml > nonterminalType.ml.depends
  4051. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules nonterminalType.mli > nonterminalType.mli.depends
  4052. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o nonterminalType.cmi nonterminalType.mli
  4053. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o unparameterizedSyntax.cmx unparameterizedSyntax.ml
  4054. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tokenType.ml > tokenType.ml.depends
  4055. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tokenType.mli > tokenType.mli.depends
  4056. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o tokenType.cmi tokenType.mli
  4057. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o nonterminalType.cmx nonterminalType.ml
  4058. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o tokenType.cmx tokenType.ml
  4059. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q lexdep.mll
  4060. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lexdep.ml > lexdep.ml.depends
  4061. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o lexdep.cmo lexdep.ml
  4062. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q lexmli.mll
  4063. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lexmli.ml > lexmli.ml.depends
  4064. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o lexmli.cmo lexmli.ml
  4065. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o interface.cmx interface.ml
  4066. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lexdep.cmx lexdep.ml
  4067. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lexmli.cmx lexmli.ml
  4068. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules keywordExpansion.ml > keywordExpansion.ml.depends
  4069. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules keywordExpansion.mli > keywordExpansion.mli.depends
  4070. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o keywordExpansion.cmi keywordExpansion.mli
  4071. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules grammarFunctor.ml > grammarFunctor.ml.depends
  4072. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Boolean.ml > Boolean.ml.depends
  4073. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Boolean.mli > Boolean.mli.depends
  4074. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Fix.mli > Fix.mli.depends
  4075. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Fix.cmi Fix.mli
  4076. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Boolean.cmi Boolean.mli
  4077. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Fix.ml > Fix.ml.depends
  4078. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o Fix.cmx Fix.ml
  4079. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules compressedBitSet.ml > compressedBitSet.ml.depends
  4080. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules compressedBitSet.mli > compressedBitSet.mli.depends
  4081. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o compressedBitSet.cmi compressedBitSet.mli
  4082. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o gSet.cmx gSet.ml
  4083. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules FixSolver.ml > FixSolver.ml.depends
  4084. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules FixSolver.mli > FixSolver.mli.depends
  4085. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o FixSolver.cmi FixSolver.mli
  4086. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Maps.ml > Maps.ml.depends
  4087. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Maps.mli > Maps.mli.depends
  4088. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Maps.cmi Maps.mli
  4089. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules patricia.ml > patricia.ml.depends
  4090. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules patricia.mli > patricia.mli.depends
  4091. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o patricia.cmi patricia.mli
  4092. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o gMap.cmx gMap.ml
  4093. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules time.ml > time.ml.depends
  4094. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules time.mli > time.mli.depends
  4095. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o time.cmi time.mli
  4096. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o Boolean.cmx Boolean.ml
  4097. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o compressedBitSet.cmx compressedBitSet.ml
  4098. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o FixSolver.cmx FixSolver.ml
  4099. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o Maps.cmx Maps.ml
  4100. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o patricia.cmx patricia.ml
  4101. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o time.cmx time.ml
  4102. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o grammarFunctor.cmx grammarFunctor.ml
  4103. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q lexer.mll
  4104. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lexer.ml > lexer.ml.depends
  4105. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o lexer.cmo lexer.ml
  4106. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules nonTerminalDefinitionInlining.ml > nonTerminalDefinitionInlining.ml.depends
  4107. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules nonTerminalDefinitionInlining.mli > nonTerminalDefinitionInlining.mli.depends
  4108. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o nonTerminalDefinitionInlining.cmi nonTerminalDefinitionInlining.mli
  4109. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules listMonad.ml > listMonad.ml.depends
  4110. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules listMonad.mli > listMonad.mli.depends
  4111. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o listMonad.cmi listMonad.mli
  4112. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o listMonad.cmx listMonad.ml
  4113. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parameterizedGrammar.ml > parameterizedGrammar.ml.depends
  4114. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parameterizedGrammar.mli > parameterizedGrammar.mli.depends
  4115. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o parameterizedGrammar.cmi parameterizedGrammar.mli
  4116. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tarjan.ml > tarjan.ml.depends
  4117. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tarjan.mli > tarjan.mli.depends
  4118. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o tarjan.cmi tarjan.mli
  4119. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules unionFind.ml > unionFind.ml.depends
  4120. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules unionFind.mli > unionFind.mli.depends
  4121. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o unionFind.cmi unionFind.mli
  4122. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o tarjan.cmx tarjan.ml
  4123. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o unionFind.cmx unionFind.ml
  4124. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules partialGrammar.ml > partialGrammar.ml.depends
  4125. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules partialGrammar.mli > partialGrammar.mli.depends
  4126. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o partialGrammar.cmi partialGrammar.mli
  4127. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules reachability.ml > reachability.ml.depends
  4128. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules reachability.mli > reachability.mli.depends
  4129. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o reachability.cmi reachability.mli
  4130. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules unparameterizedPrinter.ml > unparameterizedPrinter.ml.depends
  4131. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules unparameterizedPrinter.mli > unparameterizedPrinter.mli.depends
  4132. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o unparameterizedPrinter.cmi unparameterizedPrinter.mli
  4133. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o anonymous.cmx anonymous.ml
  4134. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o Driver.cmx Driver.ml
  4135. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o infer.cmx infer.ml
  4136. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o keywordExpansion.cmx keywordExpansion.ml
  4137. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lexer.cmx lexer.ml
  4138. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o nonTerminalDefinitionInlining.cmx nonTerminalDefinitionInlining.ml
  4139. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o parameterizedGrammar.cmx parameterizedGrammar.ml
  4140. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o partialGrammar.cmx partialGrammar.ml
  4141. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o reachability.cmx reachability.ml
  4142. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o unparameterizedPrinter.cmx unparameterizedPrinter.ml
  4143. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o front.cmx front.ml
  4144. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o grammar.cmx grammar.ml
  4145. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules invariant.ml > invariant.ml.depends
  4146. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules invariant.mli > invariant.mli.depends
  4147. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr1.mli > lr1.mli.depends
  4148. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules item.mli > item.mli.depends
  4149. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lookahead.mli > lookahead.mli.depends
  4150. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o lookahead.cmi lookahead.mli
  4151. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr0.mli > lr0.mli.depends
  4152. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o item.cmi item.mli
  4153. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o lr0.cmi lr0.mli
  4154. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o lr1.cmi lr1.mli
  4155. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o invariant.cmi invariant.mli
  4156. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules conflict.ml > conflict.ml.depends
  4157. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules conflict.mli > conflict.mli.depends
  4158. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o conflict.cmi conflict.mli
  4159. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules DependencyGraph.ml > DependencyGraph.ml.depends
  4160. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules DependencyGraph.mli > DependencyGraph.mli.depends
  4161. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o DependencyGraph.cmi DependencyGraph.mli
  4162. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules dot.ml > dot.ml.depends
  4163. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules dot.mli > dot.mli.depends
  4164. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o dot.cmi dot.mli
  4165. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o dot.cmx dot.ml
  4166. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules derivation.ml > derivation.ml.depends
  4167. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules derivation.mli > derivation.mli.depends
  4168. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o derivation.cmi derivation.mli
  4169. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules item.ml > item.ml.depends
  4170. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o item.cmx item.ml
  4171. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr0.ml > lr0.ml.depends
  4172. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr1.ml > lr1.ml.depends
  4173. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lr0.cmx lr0.ml
  4174. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules slr.ml > slr.ml.depends
  4175. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules slr.mli > slr.mli.depends
  4176. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o slr.cmi slr.mli
  4177. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o slr.cmx slr.ml
  4178. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr1partial.ml > lr1partial.ml.depends
  4179. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr1partial.mli > lr1partial.mli.depends
  4180. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o lr1partial.cmi lr1partial.mli
  4181. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lr1.cmx lr1.ml
  4182. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o DependencyGraph.cmx DependencyGraph.ml
  4183. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o derivation.cmx derivation.ml
  4184. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lr1partial.cmx lr1partial.ml
  4185. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o conflict.cmx conflict.ml
  4186. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o codePieces.cmx codePieces.ml
  4187. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o invariant.cmx invariant.ml
  4188. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules coqBackend.ml > coqBackend.ml.depends
  4189. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules coqBackend.mli > coqBackend.mli.depends
  4190. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o coqBackend.cmi coqBackend.mli
  4191. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules inliner.ml > inliner.ml.depends
  4192. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules inliner.mli > inliner.mli.depends
  4193. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o inliner.cmi inliner.mli
  4194. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules traverse.ml > traverse.ml.depends
  4195. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o traverse.cmo traverse.ml
  4196. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o traverse.cmx traverse.ml
  4197. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules interpret.ml > interpret.ml.depends
  4198. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules interpret.mli > interpret.mli.depends
  4199. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules referenceInterpreter.mli > referenceInterpreter.mli.depends
  4200. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules cst.mli > cst.mli.depends
  4201. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o cst.cmi cst.mli
  4202. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o referenceInterpreter.cmi referenceInterpreter.mli
  4203. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o interpret.cmi interpret.mli
  4204. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules cst.ml > cst.ml.depends
  4205. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules pprint.ml > pprint.ml.depends
  4206. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules pprint.mli > pprint.mli.depends
  4207. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o pprint.cmi pprint.mli
  4208. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o pprint.cmx pprint.ml
  4209. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules referenceInterpreter.ml > referenceInterpreter.ml.depends
  4210. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o cst.cmx cst.ml
  4211. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q segment.mll
  4212. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules segment.ml > segment.ml.depends
  4213. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o segment.cmo segment.ml
  4214. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q sentenceLexer.mll
  4215. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules sentenceLexer.ml > sentenceLexer.ml.depends
  4216. ../_stage1/menhir.native -v -lg 1 -la 1 -lc 1 --table --infer --stdlib .. --strict --fixed-exception --canonical --raw-depend --ocamldep '/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules' sentenceParser.mly > sentenceParser.mly.depends
  4217. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules sentenceParserAux.ml > sentenceParserAux.ml.depends
  4218. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o sentenceParserAux.cmo sentenceParserAux.ml
  4219. ../_stage1/menhir.native -v -lg 1 -la 1 -lc 1 --table --infer --stdlib .. --strict --fixed-exception --canonical --ocamlc '/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -safe-string -bin-annot' --infer sentenceParser.mly
  4220. + ../_stage1/menhir.native -v -lg 1 -la 1 -lc 1 --table --infer --stdlib .. --strict --fixed-exception --canonical --ocamlc '/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -safe-string -bin-annot' --infer sentenceParser.mly
  4221. Grammar has 6 nonterminal symbols, among which 2 start symbols.
  4222. Grammar has 6 terminal symbols.
  4223. Grammar has 11 productions.
  4224. Built an LR(0) automaton with 21 states.
  4225. The grammar is SLR(1).
  4226. Built an LR(1) automaton with 27 states.
  4227. 7 out of 27 states are represented.
  4228. 0 out of 16 symbols keep track of their start position.
  4229. 0 out of 16 symbols keep track of their end position.
  4230. 13 out of 27 states have a default reduction.
  4231. The action table is 189 entries; 32 non-zero; 43 compressed.
  4232. The action table occupies roughly 136 bytes.
  4233. The goto table is 216 entries; 19 non-zero; 46 compressed.
  4234. The goto table occupies roughly 144 bytes.
  4235. The error table occupies roughly 56 bytes.
  4236. The default_reduction table occupies roughly 48 bytes.
  4237. The lhs table occupies roughly 40 bytes.
  4238. The trace table occupies roughly 8 bytes.
  4239. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules sentenceParser.mli > sentenceParser.mli.depends
  4240. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o sentenceParser.cmi sentenceParser.mli
  4241. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o sentenceLexer.cmo sentenceLexer.ml
  4242. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules sentenceParser.ml > sentenceParser.ml.depends
  4243. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o sentenceParserAux.cmx sentenceParserAux.ml
  4244. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o sentenceParser.cmx sentenceParser.ml
  4245. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o referenceInterpreter.cmx referenceInterpreter.ml
  4246. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o segment.cmx segment.ml
  4247. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o sentenceLexer.cmx sentenceLexer.ml
  4248. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LRijkstra.ml > LRijkstra.ml.depends
  4249. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LRijkstra.mli > LRijkstra.mli.depends
  4250. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -noassert -o LRijkstra.cmi LRijkstra.mli
  4251. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules astar.ml > astar.ml.depends
  4252. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules astar.mli > astar.mli.depends
  4253. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o astar.cmi astar.mli
  4254. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o interpret.cmx interpret.ml
  4255. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LowIntegerPriorityQueue.ml > LowIntegerPriorityQueue.ml.depends
  4256. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LowIntegerPriorityQueue.mli > LowIntegerPriorityQueue.mli.depends
  4257. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o LowIntegerPriorityQueue.cmi LowIntegerPriorityQueue.mli
  4258. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules resizableArray.ml > resizableArray.ml.depends
  4259. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules resizableArray.mli > resizableArray.mli.depends
  4260. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o resizableArray.cmi resizableArray.mli
  4261. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o resizableArray.cmx resizableArray.ml
  4262. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules MySet.ml > MySet.ml.depends
  4263. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules MySet.mli > MySet.mli.depends
  4264. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o MySet.cmi MySet.mli
  4265. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o astar.cmx astar.ml
  4266. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o LowIntegerPriorityQueue.cmx LowIntegerPriorityQueue.ml
  4267. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o MySet.cmx MySet.ml
  4268. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tableBackend.ml > tableBackend.ml.depends
  4269. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tableBackend.mli > tableBackend.mli.depends
  4270. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o tableBackend.cmi tableBackend.mli
  4271. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o codeBackend.cmx codeBackend.ml
  4272. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o coqBackend.cmx coqBackend.ml
  4273. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o inliner.cmx inliner.ml
  4274. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -noassert -o LRijkstra.cmx LRijkstra.ml
  4275. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o tableBackend.cmx tableBackend.ml
  4276. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o back.cmx back.ml
  4277. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o menhir.cmx menhir.ml
  4278. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt unix.cmxa -g Fix.cmx Boolean.cmx installation.cmx keyword.cmx lineCount.cmx stringSet.cmx version.cmx settings.cmx printer.cmx action.cmx mark.cmx positions.cmx error.cmx menhirLib.cmx stringMap.cmx misc.cmx option.cmx parameters.cmx parserAux.cmx parser.cmx parserMessages.cmx Driver.cmx FixSolver.cmx IO.cmx Maps.cmx anonymous.cmx codeBits.cmx gSet.cmx compressedBitSet.cmx dot.cmx gMap.cmx patricia.cmx time.cmx unparameterizedSyntax.cmx grammarFunctor.cmx nonterminalType.cmx tokenType.cmx interface.cmx lexdep.cmx lexmli.cmx infer.cmx keywordExpansion.cmx lexer.cmx listMonad.cmx nonTerminalDefinitionInlining.cmx tarjan.cmx unionFind.cmx parameterizedGrammar.cmx partialGrammar.cmx reachability.cmx unparameterizedPrinter.cmx front.cmx grammar.cmx DependencyGraph.cmx resizableArray.cmx LowIntegerPriorityQueue.cmx MySet.cmx astar.cmx item.cmx derivation.cmx lr0.cmx slr.cmx lr1.cmx lr1partial.cmx conflict.cmx pprint.cmx cst.cmx invariant.cmx referenceInterpreter.cmx segment.cmx sentenceParserAux.cmx sentenceParser.cmx sentenceLexer.cmx interpret.cmx LRijkstra.cmx codePieces.cmx codeBackend.cmx coqBackend.cmx traverse.cmx inliner.cmx tableBackend.cmx back.cmx menhir.cmx -o menhir.native
  4279. # Parallel statistics: { count(total): 19(355), max: 11, min: 2, average(total): 3.684(1.144) }
  4280. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt unix.cmxa -I /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
  4281. cp -p fancy-parser.mly parser.mly
  4282. ../_stage2/menhir.native -v -lg 1 -la 1 -lc 1 --table --infer --stdlib .. --strict --fixed-exception --canonical --raw-depend --ocamldep '/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules' parser.mly > parser.mly.depends
  4283. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules action.mli > action.mli.depends
  4284. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IL.mli > IL.mli.depends
  4285. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stretch.mli > stretch.mli.depends
  4286. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules keyword.mli > keyword.mli.depends
  4287. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o keyword.cmi keyword.mli
  4288. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o stretch.cmi stretch.mli
  4289. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o IL.cmi IL.mli
  4290. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules error.mli > error.mli.depends
  4291. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules mark.mli > mark.mli.depends
  4292. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules positions.mli > positions.mli.depends
  4293. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o mark.cmi mark.mli
  4294. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o positions.cmi positions.mli
  4295. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules misc.mli > misc.mli.depends
  4296. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stringMap.mli > stringMap.mli.depends
  4297. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stringSet.mli > stringSet.mli.depends
  4298. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o stringSet.cmi stringSet.mli
  4299. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o stringMap.cmi stringMap.mli
  4300. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parameters.ml > parameters.ml.depends
  4301. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules syntax.mli > syntax.mli.depends
  4302. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o action.cmi action.mli
  4303. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o syntax.cmi syntax.mli
  4304. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parserAux.mli > parserAux.mli.depends
  4305. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules General.mli > General.mli.depends
  4306. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o General.cmi General.mli
  4307. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules General.ml > General.ml.depends
  4308. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Convert.mli > Convert.mli.depends
  4309. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Convert.cmi Convert.mli
  4310. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Convert.ml > Convert.ml.depends
  4311. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IncrementalEngine.ml > IncrementalEngine.ml.depends
  4312. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules EngineTypes.ml > EngineTypes.ml.depends
  4313. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o IncrementalEngine.cmo IncrementalEngine.ml
  4314. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Engine.mli > Engine.mli.depends
  4315. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o EngineTypes.cmo EngineTypes.ml
  4316. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Engine.cmi Engine.mli
  4317. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Engine.ml > Engine.ml.depends
  4318. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Printers.mli > Printers.mli.depends
  4319. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Printers.cmi Printers.mli
  4320. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Printers.ml > Printers.ml.depends
  4321. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InfiniteArray.mli > InfiniteArray.mli.depends
  4322. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o InfiniteArray.cmi InfiniteArray.mli
  4323. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InfiniteArray.ml > InfiniteArray.ml.depends
  4324. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules PackedIntArray.mli > PackedIntArray.mli.depends
  4325. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o PackedIntArray.cmi PackedIntArray.mli
  4326. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules PackedIntArray.ml > PackedIntArray.ml.depends
  4327. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules RowDisplacement.mli > RowDisplacement.mli.depends
  4328. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o RowDisplacement.cmi RowDisplacement.mli
  4329. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules RowDisplacement.ml > RowDisplacement.ml.depends
  4330. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LinearizedArray.mli > LinearizedArray.mli.depends
  4331. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o LinearizedArray.cmi LinearizedArray.mli
  4332. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LinearizedArray.ml > LinearizedArray.ml.depends
  4333. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableFormat.ml > TableFormat.ml.depends
  4334. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableFormat.ml > InspectionTableFormat.ml.depends
  4335. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableInterpreter.mli > InspectionTableInterpreter.mli.depends
  4336. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InspectionTableFormat.cmo InspectionTableFormat.ml
  4337. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o TableFormat.cmo TableFormat.ml
  4338. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o InspectionTableInterpreter.cmi InspectionTableInterpreter.mli
  4339. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableInterpreter.ml > InspectionTableInterpreter.ml.depends
  4340. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableInterpreter.mli > TableInterpreter.mli.depends
  4341. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o TableInterpreter.cmi TableInterpreter.mli
  4342. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableInterpreter.ml > TableInterpreter.ml.depends
  4343. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules StaticVersion.mli > StaticVersion.mli.depends
  4344. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o StaticVersion.cmi StaticVersion.mli
  4345. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules StaticVersion.ml > StaticVersion.ml.depends
  4346. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o General.cmo General.ml
  4347. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Convert.cmo Convert.ml
  4348. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Engine.cmo Engine.ml
  4349. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Printers.cmo Printers.ml
  4350. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InfiniteArray.cmo InfiniteArray.ml
  4351. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o PackedIntArray.cmo PackedIntArray.ml
  4352. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o RowDisplacement.cmo RowDisplacement.ml
  4353. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o LinearizedArray.cmo LinearizedArray.ml
  4354. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InspectionTableInterpreter.cmo InspectionTableInterpreter.ml
  4355. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o TableInterpreter.cmo TableInterpreter.ml
  4356. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o StaticVersion.cmo StaticVersion.ml
  4357. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o error.cmi error.mli
  4358. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o misc.cmi misc.mli
  4359. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o parameters.cmo parameters.ml
  4360. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o parserAux.cmi parserAux.mli
  4361. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -pack -g General.cmo Convert.cmo IncrementalEngine.cmo EngineTypes.cmo Engine.cmo Printers.cmo InfiniteArray.cmo PackedIntArray.cmo RowDisplacement.cmo LinearizedArray.cmo TableFormat.cmo InspectionTableFormat.cmo InspectionTableInterpreter.cmo TableInterpreter.cmo StaticVersion.cmo -o menhirLib.cmo
  4362. ../_stage2/menhir.native -v -lg 1 -la 1 -lc 1 --table --infer --stdlib .. --strict --fixed-exception --canonical --ocamlc '/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -safe-string -bin-annot' --infer parser.mly
  4363. + ../_stage2/menhir.native -v -lg 1 -la 1 -lc 1 --table --infer --stdlib .. --strict --fixed-exception --canonical --ocamlc '/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -safe-string -bin-annot' --infer parser.mly
  4364. Grammar has 32 nonterminal symbols, among which 1 start symbols.
  4365. Grammar has 27 terminal symbols.
  4366. Grammar has 77 productions.
  4367. Built an LR(0) automaton with 113 states.
  4368. The grammar is not SLR(1) -- 1 states have a conflict.
  4369. Built an LR(1) automaton with 159 states.
  4370. One shift/reduce conflict was silently solved.
  4371. 45 out of 159 states are represented.
  4372. 23 out of 62 symbols keep track of their start position.
  4373. 29 out of 62 symbols keep track of their end position.
  4374. 86 out of 159 states have a default reduction.
  4375. The action table is 4452 entries; 362 non-zero; 476 compressed.
  4376. The action table occupies roughly 1048 bytes.
  4377. The goto table is 5247 entries; 131 non-zero; 289 compressed.
  4378. The goto table occupies roughly 544 bytes.
  4379. The error table occupies roughly 592 bytes.
  4380. The default_reduction table occupies roughly 192 bytes.
  4381. The lhs table occupies roughly 112 bytes.
  4382. The trace table occupies roughly 8 bytes.
  4383. # Parallel statistics: { count(total): 3(68), max: 11, min: 2, average(total): 6.000(1.221) }
  4384. Bootstrap successful.
  4385. Creating menhirLib.ml
  4386. Creating menhirLib.mli
  4387. mkdir -p /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/./_build/ocamlfind/bin
  4388. install src/_stage2/menhir.native /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/./_build/ocamlfind/bin/menhir
  4389. mkdir -p /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/./_build/ocamlfind/lib/menhir
  4390. install -m 644 src/standard.mly /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/./_build/ocamlfind/lib/menhir
  4391. Installing MenhirLib via ocamlfind.
  4392. Installed /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/_build/ocamlfind/lib/menhirLib/menhirLib.o
  4393. Installed /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/_build/ocamlfind/lib/menhirLib/menhirLib.cmx
  4394. Installed /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/_build/ocamlfind/lib/menhirLib/menhirLib.cmo
  4395. Installed /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/_build/ocamlfind/lib/menhirLib/menhirLib.cmi
  4396. Installed /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/_build/ocamlfind/lib/menhirLib/menhirLib.ml
  4397. Installed /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/_build/ocamlfind/lib/menhirLib/menhirLib.mli
  4398. Installed /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/_build/ocamlfind/lib/menhirLib/META
  4399. if [ -f manual.pdf ] ; then \
  4400. mkdir -p /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/./_build/ocamlfind/doc/menhir /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/./_build/ocamlfind/man/man1 && \
  4401. cp -r manual.pdf demos /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/./_build/ocamlfind/doc/menhir && \
  4402. cp -r menhir.1 /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/./_build/ocamlfind/man/man1 ; \
  4403. fi
  4404. ERROR: No .install file found
  4405.  
  4406. > merlin-extend-actual@0.3.0 postinstall /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual
  4407. > eval $(dependencyEnv) && nopam && make && make install && (opam-installer --prefix=$opam_prefix || true)
  4408.  
  4409. ocamlfind ocamldep -native extend_driver.mli > ._ncdi/extend_driver.di
  4410. ocamlfind ocamldep -native extend_main.mli > ._ncdi/extend_main.di
  4411. ocamlfind ocamldep -native extend_helper.mli > ._ncdi/extend_helper.di
  4412. ocamlfind ocamldep extend_driver.ml > ._d/extend_driver.d
  4413. ocamlfind ocamldep extend_main.ml > ._d/extend_main.d
  4414. ocamlfind ocamldep -pp "cppo -V OCAML:`ocamlc -version` " extend_helper.ml > ._d/extend_helper.d
  4415. ocamlfind ocamldep extend_protocol.ml > ._d/extend_protocol.d
  4416. ocamlfind ocamlopt -package compiler-libs -c -g extend_protocol.ml
  4417. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs
  4418. ocamlfind ocamlc -package compiler-libs -c -g extend_helper.mli
  4419. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs
  4420. ocamlfind ocamlopt -package compiler-libs -c -pp "cppo -V OCAML:`ocamlc -version` " -g extend_helper.ml
  4421. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs
  4422. ocamlfind ocamlc -package compiler-libs -c -g extend_main.mli
  4423. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs
  4424. ocamlfind ocamlopt -package compiler-libs -c -g extend_main.ml
  4425. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs
  4426. ocamlfind ocamlc -package compiler-libs -c -g extend_driver.mli
  4427. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs
  4428. ocamlfind ocamlopt -package compiler-libs -c -g extend_driver.ml
  4429. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs
  4430. ocamlfind ocamlopt -a -g -o merlin_extend.cmxa extend_protocol.cmx extend_helper.cmx extend_main.cmx extend_driver.cmx
  4431. ocamlfind ocamldep extend_driver.mli > ._bcdi/extend_driver.di
  4432. ocamlfind ocamldep extend_main.mli > ._bcdi/extend_main.di
  4433. ocamlfind ocamldep extend_helper.mli > ._bcdi/extend_helper.di
  4434. ocamlfind ocamlc -package compiler-libs -c -g extend_protocol.ml
  4435. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs
  4436. ocamlfind ocamlc -package compiler-libs -c -pp "cppo -V OCAML:`ocamlc -version` " -g extend_helper.ml
  4437. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs
  4438. ocamlfind ocamlc -package compiler-libs -c -g extend_main.ml
  4439. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs
  4440. ocamlfind ocamlc -package compiler-libs -c -g extend_driver.ml
  4441. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs
  4442. ocamlfind ocamlc -a -g -o merlin_extend.cma extend_protocol.cmo extend_helper.cmo extend_main.cmo extend_driver.cmo
  4443. make[1]: `merlin_extend.cmxa' is up to date.
  4444. make[1]: `merlin_extend.cma' is up to date.
  4445.  
  4446. Installing library with ocamlfind
  4447. ocamlfind install merlin_extend META extend_protocol.ml extend_protocol.cmi extend_helper.mli extend_helper.cmi extend_main.mli extend_main.cmi extend_driver.mli extend_driver.cmi merlin_extend.cma merlin_extend.cmxa merlin_extend.a
  4448. Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/merlin_extend.a
  4449. Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/merlin_extend.cmxa
  4450. Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/merlin_extend.cma
  4451. Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/extend_driver.cmi
  4452. Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/extend_driver.mli
  4453. Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/extend_main.cmi
  4454. Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/extend_main.mli
  4455. Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/extend_helper.cmi
  4456. Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/extend_helper.mli
  4457. Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/extend_protocol.cmi
  4458. Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/extend_protocol.ml
  4459. Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/META
  4460.  
  4461. Installation successful.
  4462. ERROR: No .install file found
  4463.  
  4464. > yojson-actual@1.3.3 postinstall /Users/lorenz/code/ReasonProject/node_modules/yojson-actual
  4465. > eval $(dependencyEnv) && nopam && make && make install-lib && (opam-installer --prefix=$opam_prefix || true)
  4466.  
  4467. sed -e 's:@@VERSION@@:1.3.3:' META.in > META
  4468. cppo -n yojson.mli.cppo -o yojson.mli
  4469. ocamlfind ocamlc -c -bin-annot -dtypes -g -package easy-format,biniou yojson.mli
  4470. ocamllex read.mll
  4471. 546 states, 2537 transitions, table size 13424 bytes
  4472. cppo -D "VERSION 1.3.3" yojson.ml.cppo -o yojson.ml
  4473. ocamlfind ocamlc -c -bin-annot -dtypes -g -package easy-format,biniou yojson.ml
  4474. File "write.ml", line 21, characters 2-38:
  4475. Warning 3: deprecated: String.set
  4476. Use Bytes.set instead.
  4477. File "write.ml", line 22, characters 2-41:
  4478. Warning 3: deprecated: String.set
  4479. Use Bytes.set instead.
  4480. File "write.ml", line 61, characters 10-23:
  4481. Warning 3: deprecated: String.create
  4482. Use Bytes.create instead.
  4483. File "write.ml", line 63, characters 4-23:
  4484. Warning 3: deprecated: String.set
  4485. Use Bytes.set instead.
  4486. File "write.ml", line 88, characters 4-26:
  4487. Warning 3: deprecated: String.set
  4488. Use Bytes.set instead.
  4489. File "write.ml", line 98, characters 4-18:
  4490. Warning 3: deprecated: String.set
  4491. Use Bytes.set instead.
  4492. File "write.ml", line 21, characters 2-38:
  4493. Warning 3: deprecated: String.set
  4494. Use Bytes.set instead.
  4495. File "write.ml", line 22, characters 2-41:
  4496. Warning 3: deprecated: String.set
  4497. Use Bytes.set instead.
  4498. File "write.ml", line 61, characters 10-23:
  4499. Warning 3: deprecated: String.create
  4500. Use Bytes.create instead.
  4501. File "write.ml", line 63, characters 4-23:
  4502. Warning 3: deprecated: String.set
  4503. Use Bytes.set instead.
  4504. File "write.ml", line 88, characters 4-26:
  4505. Warning 3: deprecated: String.set
  4506. Use Bytes.set instead.
  4507. File "write.ml", line 98, characters 4-18:
  4508. Warning 3: deprecated: String.set
  4509. Use Bytes.set instead.
  4510. File "read.mll", line 367, characters 19-32:
  4511. Warning 3: deprecated: String.create
  4512. Use Bytes.create instead.
  4513. File "read.mll", line 368, characters 11-23:
  4514. Warning 3: deprecated: String.set
  4515. Use Bytes.set instead.
  4516. File "write.ml", line 21, characters 2-38:
  4517. Warning 3: deprecated: String.set
  4518. Use Bytes.set instead.
  4519. File "write.ml", line 22, characters 2-41:
  4520. Warning 3: deprecated: String.set
  4521. Use Bytes.set instead.
  4522. File "write.ml", line 61, characters 10-23:
  4523. Warning 3: deprecated: String.create
  4524. Use Bytes.create instead.
  4525. File "write.ml", line 63, characters 4-23:
  4526. Warning 3: deprecated: String.set
  4527. Use Bytes.set instead.
  4528. File "write.ml", line 88, characters 4-26:
  4529. Warning 3: deprecated: String.set
  4530. Use Bytes.set instead.
  4531. File "write.ml", line 98, characters 4-18:
  4532. Warning 3: deprecated: String.set
  4533. Use Bytes.set instead.
  4534. File "read.mll", line 367, characters 19-32:
  4535. Warning 3: deprecated: String.create
  4536. Use Bytes.create instead.
  4537. File "read.mll", line 368, characters 11-23:
  4538. Warning 3: deprecated: String.set
  4539. Use Bytes.set instead.
  4540. File "write.ml", line 21, characters 2-38:
  4541. Warning 3: deprecated: String.set
  4542. Use Bytes.set instead.
  4543. File "write.ml", line 22, characters 2-41:
  4544. Warning 3: deprecated: String.set
  4545. Use Bytes.set instead.
  4546. File "write.ml", line 61, characters 10-23:
  4547. Warning 3: deprecated: String.create
  4548. Use Bytes.create instead.
  4549. File "write.ml", line 63, characters 4-23:
  4550. Warning 3: deprecated: String.set
  4551. Use Bytes.set instead.
  4552. File "write.ml", line 88, characters 4-26:
  4553. Warning 3: deprecated: String.set
  4554. Use Bytes.set instead.
  4555. File "write.ml", line 98, characters 4-18:
  4556. Warning 3: deprecated: String.set
  4557. Use Bytes.set instead.
  4558. File "read.mll", line 367, characters 19-32:
  4559. Warning 3: deprecated: String.create
  4560. Use Bytes.create instead.
  4561. File "read.mll", line 368, characters 11-23:
  4562. Warning 3: deprecated: String.set
  4563. Use Bytes.set instead.
  4564. ocamlfind ocamlc -c -bin-annot -dtypes -g -package easy-format,biniou yojson_biniou.mli
  4565. ocamlfind ocamlc -c -bin-annot -dtypes -g -package easy-format,biniou yojson_biniou.ml
  4566. ocamlfind ocamlopt -c -bin-annot -dtypes -g -package easy-format,biniou yojson.ml
  4567. File "write.ml", line 21, characters 2-38:
  4568. Warning 3: deprecated: String.set
  4569. Use Bytes.set instead.
  4570. File "write.ml", line 22, characters 2-41:
  4571. Warning 3: deprecated: String.set
  4572. Use Bytes.set instead.
  4573. File "write.ml", line 61, characters 10-23:
  4574. Warning 3: deprecated: String.create
  4575. Use Bytes.create instead.
  4576. File "write.ml", line 63, characters 4-23:
  4577. Warning 3: deprecated: String.set
  4578. Use Bytes.set instead.
  4579. File "write.ml", line 88, characters 4-26:
  4580. Warning 3: deprecated: String.set
  4581. Use Bytes.set instead.
  4582. File "write.ml", line 98, characters 4-18:
  4583. Warning 3: deprecated: String.set
  4584. Use Bytes.set instead.
  4585. File "write.ml", line 21, characters 2-38:
  4586. Warning 3: deprecated: String.set
  4587. Use Bytes.set instead.
  4588. File "write.ml", line 22, characters 2-41:
  4589. Warning 3: deprecated: String.set
  4590. Use Bytes.set instead.
  4591. File "write.ml", line 61, characters 10-23:
  4592. Warning 3: deprecated: String.create
  4593. Use Bytes.create instead.
  4594. File "write.ml", line 63, characters 4-23:
  4595. Warning 3: deprecated: String.set
  4596. Use Bytes.set instead.
  4597. File "write.ml", line 88, characters 4-26:
  4598. Warning 3: deprecated: String.set
  4599. Use Bytes.set instead.
  4600. File "write.ml", line 98, characters 4-18:
  4601. Warning 3: deprecated: String.set
  4602. Use Bytes.set instead.
  4603. File "read.mll", line 367, characters 19-32:
  4604. Warning 3: deprecated: String.create
  4605. Use Bytes.create instead.
  4606. File "read.mll", line 368, characters 11-23:
  4607. Warning 3: deprecated: String.set
  4608. Use Bytes.set instead.
  4609. File "write.ml", line 21, characters 2-38:
  4610. Warning 3: deprecated: String.set
  4611. Use Bytes.set instead.
  4612. File "write.ml", line 22, characters 2-41:
  4613. Warning 3: deprecated: String.set
  4614. Use Bytes.set instead.
  4615. File "write.ml", line 61, characters 10-23:
  4616. Warning 3: deprecated: String.create
  4617. Use Bytes.create instead.
  4618. File "write.ml", line 63, characters 4-23:
  4619. Warning 3: deprecated: String.set
  4620. Use Bytes.set instead.
  4621. File "write.ml", line 88, characters 4-26:
  4622. Warning 3: deprecated: String.set
  4623. Use Bytes.set instead.
  4624. File "write.ml", line 98, characters 4-18:
  4625. Warning 3: deprecated: String.set
  4626. Use Bytes.set instead.
  4627. File "read.mll", line 367, characters 19-32:
  4628. Warning 3: deprecated: String.create
  4629. Use Bytes.create instead.
  4630. File "read.mll", line 368, characters 11-23:
  4631. Warning 3: deprecated: String.set
  4632. Use Bytes.set instead.
  4633. File "write.ml", line 21, characters 2-38:
  4634. Warning 3: deprecated: String.set
  4635. Use Bytes.set instead.
  4636. File "write.ml", line 22, characters 2-41:
  4637. Warning 3: deprecated: String.set
  4638. Use Bytes.set instead.
  4639. File "write.ml", line 61, characters 10-23:
  4640. Warning 3: deprecated: String.create
  4641. Use Bytes.create instead.
  4642. File "write.ml", line 63, characters 4-23:
  4643. Warning 3: deprecated: String.set
  4644. Use Bytes.set instead.
  4645. File "write.ml", line 88, characters 4-26:
  4646. Warning 3: deprecated: String.set
  4647. Use Bytes.set instead.
  4648. File "write.ml", line 98, characters 4-18:
  4649. Warning 3: deprecated: String.set
  4650. Use Bytes.set instead.
  4651. File "read.mll", line 367, characters 19-32:
  4652. Warning 3: deprecated: String.create
  4653. Use Bytes.create instead.
  4654. File "read.mll", line 368, characters 11-23:
  4655. Warning 3: deprecated: String.set
  4656. Use Bytes.set instead.
  4657. ocamlfind ocamlopt -c -bin-annot -dtypes -g -package easy-format,biniou yojson_biniou.ml
  4658. ocamlfind ocamlopt -shared -linkall -I . -o yojson.cmxs yojson.cmx
  4659. ocamlfind ocamlopt -shared -linkall -I . -o yojson_biniou.cmxs \
  4660. yojson_biniou.cmx
  4661. ocamlfind ocamlopt -o ydump -bin-annot -dtypes -g -package easy-format,biniou -linkpkg \
  4662. yojson.cmx yojson_biniou.cmx ydump.ml
  4663. ocamlfind install yojson META \
  4664. ydump.cmt yojson.cmt yojson_biniou.cmt yojson.cmti yojson_biniou.cmti common.mli pretty.mli read.mli safe.mli util.mli write.mli write2.mli yojson.mli yojson_biniou.mli \
  4665. ydump.cmi yojson.cmi yojson_biniou.cmi yojson.cmo yojson_biniou.cmo \
  4666. ydump.o yojson.o yojson_biniou.o ydump.cmx yojson.cmx yojson_biniou.cmx yojson.cmxs yojson_biniou.cmxs
  4667. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson_biniou.cmxs
  4668. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson.cmxs
  4669. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson_biniou.cmx
  4670. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson.cmx
  4671. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/ydump.cmx
  4672. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson_biniou.o
  4673. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson.o
  4674. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/ydump.o
  4675. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson_biniou.cmo
  4676. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson.cmo
  4677. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson_biniou.cmi
  4678. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson.cmi
  4679. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/ydump.cmi
  4680. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson_biniou.mli
  4681. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson.mli
  4682. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/write2.mli
  4683. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/write.mli
  4684. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/util.mli
  4685. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/safe.mli
  4686. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/read.mli
  4687. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/pretty.mli
  4688. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/common.mli
  4689. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson_biniou.cmti
  4690. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson.cmti
  4691. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson_biniou.cmt
  4692. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson.cmt
  4693. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/ydump.cmt
  4694. Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/META
  4695. ydump => /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/./_build/ocamlfind/bin/ydump
  4696.  
  4697. > merlin-actual@2.5.1 postinstall /Users/lorenz/code/ReasonProject/node_modules/merlin-actual
  4698. > eval $(dependencyEnv) && nopam && ./configure --prefix $opam_prefix && rm -rf $opam_prefix/share/ocamlmerlin && make -j 4 && (opam-installer --prefix=$opam_prefix || true)
  4699.  
  4700. Merlin configuration
  4701. --------------------
  4702. Found findlib GOOD
  4703. Found yojson GOOD
  4704.  
  4705. System config:
  4706. OCaml ABI version: OCaml 4.02.3
  4707. Native code: true
  4708. Sturgeon version: null (disabled)
  4709. Need threads: no
  4710.  
  4711. Will install:
  4712. ocamlmerlin binary in: /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/bin
  4713. vim mode in: /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/ocamlmerlin/vim
  4714.  
  4715. To customize directories, use:
  4716. ./configure [--prefix <dir>] [--bindir <dir>] [--sharedir <dir>] [--vimdir <vimdir>]
  4717.  
  4718. For more informations rerun with --help.
  4719. Now, type 'make' to compile then 'make install'.
  4720. /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.ocamlmakefile WITH_BIN_ANNOT="" WITHOUT_DEBUG="" REALLY_QUIET=1 ocamlmerlin
  4721. ocamlc -c -ccopt " \
  4722. -DNATIVE_CODE \
  4723. -Isrc/analysis/ -Isrc/config/ -Isrc/extend/ -Isrc/frontend/ -Isrc/kernel/ -Isrc/ocaml/ -Isrc/ocaml/parsing/ -Isrc/ocaml/typing/ -Isrc/ocaml/utils/ -Isrc/ocaml_aux/ -Isrc/platform/ -Isrc/sturgeon/ -Isrc/utils/ -o src/platform/fs_case.o " src/platform/fs_case.c
  4724. /var/folders/ys/3dy1cfv133sgr4981kqck2rh0000gn/T/camlasm4be9a1.s:5114:75: warning: trigraph ignored [-Wtrigraphs]
  4725. .ascii "QQQQQQQQQQQQQQQQQQQQQQQQPPOONNMMLKKJJJIIHHGGFEEDDCBBBBBBBBBBBAA@@??>>>>==<<;::99"
  4726. ^
  4727. 1 warning generated.
  4728. ocamlfind ocamlopt \
  4729. -package str,findlib,yojson,unix,,threads -linkpkg \
  4730. src/platform/fs_case.o -thread -I src/analysis/ -I src/config/ -I src/extend/ -I src/frontend/ -I src/kernel/ -I src/ocaml/ -I src/ocaml/parsing/ -I src/ocaml/typing/ -I src/ocaml/utils/ -I src/ocaml_aux/ -I src/platform/ -I src/sturgeon/ -I src/utils/ -g -ccopt -Lsrc/analysis/ -ccopt -Lsrc/config/ -ccopt -Lsrc/extend/ -ccopt -Lsrc/frontend/ -ccopt -Lsrc/kernel/ -ccopt -Lsrc/ocaml/ -ccopt -Lsrc/ocaml/parsing/ -ccopt -Lsrc/ocaml/typing/ -ccopt -Lsrc/ocaml/utils/ -ccopt -Lsrc/ocaml_aux/ -ccopt -Lsrc/platform/ -ccopt -Lsrc/sturgeon/ -ccopt -Lsrc/utils/ -o ocamlmerlin \
  4731. src/config/my_config.cmx src/sturgeon/sturgeon_stub.cmx src/utils/menhirLib.cmx src/utils/terminfo.cmx src/ocaml/printf_compat.cmx src/utils/trace.cmx src/utils/std.cmx src/utils/misc.cmx src/utils/file_cache.cmx src/utils/logger.cmx src/utils/ppxsetup.cmx src/utils/mymap.cmx src/utils/identifiable.cmx src/ocaml/utils/warnings.cmx src/ocaml/utils/config.cmx src/ocaml_aux/clflags.cmx src/ocaml/parsing/location.cmx src/ocaml_aux/location_aux.cmx src/ocaml/parsing/attr_helper.cmx src/ocaml/parsing/ast_iterator.cmx src/ocaml/parsing/builtin_attributes.cmx src/ocaml/parsing/longident.cmx src/ocaml/parsing/docstrings.cmx src/ocaml/parsing/ast_helper.cmx src/ocaml/parsing/ast_mapper.cmx src/ocaml/parsing/printast.cmx src/ocaml/parsing/pprintast.cmx src/ocaml/typing/ident.cmx src/ocaml/typing/path.cmx src/ocaml/typing/primitive.cmx src/ocaml/typing/types.cmx src/ocaml/typing/btype.cmx src/ocaml/typing/cmi_format.cmx src/ocaml/typing/predef.cmx src/ocaml/typing/datarepr.cmx src/ocaml_aux/tbl.cmx src/ocaml/typing/subst.cmx src/ocaml_aux/cmi_cache.cmx src/ocaml/utils/consistbl.cmx src/ocaml/typing/env.cmx src/ocaml/typing/typedtree.cmx src/ocaml/typing/typedtreeIter.cmx src/ocaml/typing/printtyped.cmx src/ocaml/typing/untypeast.cmx src/ocaml/browse_node.cmx src/ocaml/typing/typedtreeMap.cmx src/ocaml/typing/tast_mapper.cmx src/ocaml/typing/cmt_format.cmx src/ocaml/tail_analysis.cmx src/kernel/dot_merlin.cmx src/ocaml/parsing/syntaxerr.cmx src/ocaml_aux/cmt_cache.cmx src/ocaml/typing/ctype.cmx src/ocaml/typing/oprint.cmx src/ocaml/typing/mtype.cmx src/ocaml/raw_compat.cmx src/ocaml_aux/front_aux.cmx src/ocaml/typing/printtyp.cmx src/ocaml/typing/includeclass.cmx src/ocaml/typing/includecore.cmx src/kernel/fake.cmx src/extend/extend_protocol.cmx src/extend/extend_helper.cmx src/extend/extend_main.cmx src/extend/extend_driver.cmx src/ocaml/typing/includemod.cmx src/ocaml/typing/parmatch.cmx src/ocaml/typing/stypes.cmx src/ocaml/typing/typetexp.cmx src/ocaml/typing/typecore.cmx src/ocaml/typing/typedecl.cmx src/ocaml/typing/typeclass.cmx src/ocaml/typing/typemod.cmx src/ocaml/parser_raw.cmx src/ocaml/lexer_raw.cmx src/ocaml/parser_printer.cmx src/ocaml/parser_recover.cmx src/ocaml/parser_explain.cmx src/ocaml_aux/pparse.cmx src/kernel/extension.cmx src/utils/history.cmx src/kernel/merlin_source.cmx src/kernel/lexer_ident.cmx src/kernel/merlin_lexer.cmx src/kernel/merlin_recover.cmx src/kernel/merlin_explain.cmx src/kernel/merlin_parser.cmx src/kernel/merlin_reader.cmx src/ocaml/raw_typer.cmx src/kernel/merlin_browse.cmx src/kernel/merlin_typer.cmx src/frontend/main_args.cmx src/kernel/merlin_project.cmx src/kernel/merlin_buffer.cmx src/kernel/merlin_lib.cmx src/ocaml_aux/error_report.cmx src/frontend/protocol.cmx src/frontend/IO_json.cmx src/frontend/IO_sexp.cmx src/frontend/IO.cmx src/analysis/browseT.cmx src/analysis/browse_misc.cmx src/analysis/type_utils.cmx src/analysis/typedtrie.cmx src/analysis/ocamldoc.cmx src/analysis/track_definition.cmx src/analysis/expansion.cmx src/analysis/completion.cmx src/analysis/outline.cmx src/analysis/jump.cmx src/ocaml/tast_helper.cmx src/analysis/destruct.cmx src/frontend/command.cmx src/frontend/ocamlmerlin.cmx
  4732. ocamlmerlin => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/bin/ocamlmerlin
  4733. Creating directory /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/autoload/ctrlp
  4734. vim/merlin/autoload/ctrlp/locate.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/autoload/ctrlp/locate.vim
  4735. vim/merlin/autoload/ctrlp/outline.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/autoload/ctrlp/outline.vim
  4736. vim/merlin/autoload/merlin_find.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/autoload/merlin_find.vim
  4737. vim/merlin/autoload/merlin.py => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/autoload/merlin.py
  4738. vim/merlin/autoload/merlin_type.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/autoload/merlin_type.vim
  4739. vim/merlin/autoload/merlin.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/autoload/merlin.vim
  4740. vim/merlin/autoload/merlin_visual.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/autoload/merlin_visual.vim
  4741. Creating directory /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/doc
  4742. vim/merlin/doc/merlin.txt => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/doc/merlin.txt
  4743. Creating directory /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/ftdetect
  4744. vim/merlin/ftdetect/merlin.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/ftdetect/merlin.vim
  4745. Creating directory /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/ftplugin
  4746. vim/merlin/ftplugin/merlin.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/ftplugin/merlin.vim
  4747. vim/merlin/ftplugin/ocaml.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/ftplugin/ocaml.vim
  4748. vim/merlin/ftplugin/omlet.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/ftplugin/omlet.vim
  4749. Creating directory /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/plugin
  4750. vim/merlin/plugin/merlin.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/plugin/merlin.vim
  4751. Creating directory /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/syntax_checkers/ocaml
  4752. vim/merlin/syntax_checkers/ocaml/merlin.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/syntax_checkers/ocaml/merlin.vim
  4753. Creating directory /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/syntax_checkers/omlet
  4754. vim/merlin/syntax_checkers/omlet/merlin.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/syntax_checkers/omlet/merlin.vim
  4755. Creating directory /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/syntax
  4756. vim/merlin/syntax/merlin.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/syntax/merlin.vim
  4757. Creating directory /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/emacs/site-lisp
  4758. emacs/merlin-ac.el => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/emacs/site-lisp/merlin-ac.el
  4759. emacs/merlin-cap.el => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/emacs/site-lisp/merlin-cap.el
  4760. emacs/merlin-company.el => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/emacs/site-lisp/merlin-company.el
  4761. emacs/merlin-compat.el => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/emacs/site-lisp/merlin-compat.el
  4762. emacs/merlin.el => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/emacs/site-lisp/merlin.el
  4763. emacs/merlin-iedit.el => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/emacs/site-lisp/merlin-iedit.el
  4764.  
  4765. > zed-bin@1.4.0 postinstall /Users/lorenz/code/ReasonProject/node_modules/zed-bin
  4766. > eval $(dependencyEnv) && nopam && make install
  4767.  
  4768. cp -r vendor-darwin/lib/* _build/ocamlfind/lib
  4769.  
  4770. > lambda-term-bin@1.10.0 postinstall /Users/lorenz/code/ReasonProject/node_modules/lambda-term-bin
  4771. > eval $(dependencyEnv) && nopam && make install
  4772.  
  4773. cp -r vendor-darwin/lib/* _build/ocamlfind/lib
  4774.  
  4775. > utop-bin@1.19.2 postinstall /Users/lorenz/code/ReasonProject/node_modules/utop-bin
  4776. > eval $(dependencyEnv) && nopam && make install
  4777.  
  4778. cp -r vendor-darwin/lib/* _build/ocamlfind/lib
  4779. cp -r vendor-darwin/bin/* _build/ocamlfind/bin
  4780.  
  4781. > fastrealpath@0.1.1 postinstall /Users/lorenz/code/ReasonProject/node_modules/fastrealpath
  4782. > gcc -o ./.bin/realpath -x c ./realpath.c
  4783.  
  4784. ./realpath.c:3:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
  4785. main(int cc, char**vargs) {
  4786. ^
  4787. ./realpath.c:4:3: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
  4788. puts(realpath(vargs[1], 0));
  4789. ^
  4790. 2 warnings generated.
  4791.  
  4792. > reason@1.6.0 postinstall /Users/lorenz/code/ReasonProject/node_modules/reason
  4793. > eval $(dependencyEnv) && nopam && substs pkg/META.in && make compile_error && ocaml pkg/build.ml native=true native-dynlink=true utop=${utop_installed:-false} && (opam-installer --prefix=$opam_prefix || true)
  4794.  
  4795. Read 811 sample input sentences and 811 error messages.
  4796. The auto-generated comments in src/reason_parser.messages have been re-generated. The old messages file has been backed up at src/reason_parser.messages.bak
  4797. menhir --explain --strict --unused-tokens src/reason_parser.mly --compile-errors src/reason_parser.messages > src/reason_parser_message.ml
  4798. Read 811 sample input sentences and 811 error messages.
  4799. ocamlfind ocamlopt unix.cmxa -I /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
  4800. ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reasonbuild.ml > src/reasonbuild.ml.depends
  4801. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reasonbuild.cmo src/reasonbuild.ml
  4802. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reasonbuild.cmo src/reasonbuild.ml
  4803. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4804. ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reasonbuild.cmx src/reasonbuild.ml
  4805. + ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reasonbuild.cmx src/reasonbuild.ml
  4806. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4807. mkdir -p _reasonbuild; cd _reasonbuild; pwd; touch myocamlbuild.ml; chmod +x ../src/reopt.sh; chmod +x ../src/rec.sh; ocamlbuild -just-plugin -ocamlopt 'env REASON_BUILD_DIR=../../src ../../src/reopt.sh' -ocamlc 'env REASON_BUILD_DIR=../../src ../../src/rec.sh'
  4808. + mkdir -p _reasonbuild; cd _reasonbuild; pwd; touch myocamlbuild.ml; chmod +x ../src/reopt.sh; chmod +x ../src/rec.sh; ocamlbuild -just-plugin -ocamlopt 'env REASON_BUILD_DIR=../../src ../../src/reopt.sh' -ocamlc 'env REASON_BUILD_DIR=../../src ../../src/rec.sh'
  4809. /Users/lorenz/code/ReasonProject/node_modules/reason/_build/_reasonbuild
  4810. env REASON_BUILD_DIR=../../src ../../src/reopt.sh unix.cmxa -I /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
  4811. ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/ocamlmerlin_reason.ml > src/ocamlmerlin_reason.ml.depends
  4812. ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_config.ml > src/reason_config.ml.depends
  4813. ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_oprint.ml > src/reason_oprint.ml.depends
  4814. ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_pprint_ast.ml > src/reason_pprint_ast.ml.depends
  4815. ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/syntax_util.ml > src/syntax_util.ml.depends
  4816. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/syntax_util.cmo src/syntax_util.ml
  4817. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/syntax_util.cmo src/syntax_util.ml
  4818. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4819. ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_toolchain.ml > src/reason_toolchain.ml.depends
  4820. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_config.cmo src/reason_config.ml
  4821. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_config.cmo src/reason_config.ml
  4822. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4823. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q src/reason_lexer.mll
  4824. + /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q src/reason_lexer.mll
  4825. ocamllex warning:
  4826. File "src/reason_lexer.mll", line 558, character 13: illegal backslash escape in string: '\*'.
  4827. ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_lexer.ml > src/reason_lexer.ml.depends
  4828. menhir --strict --unused-tokens --fixed-exception --table --raw-depend --ocamldep 'ocamlfind ocamldep -modules' src/reason_parser.mly > src/reason_parser.mly.depends
  4829. menhir --strict --unused-tokens --fixed-exception --table --ocamlc 'ocamlfind ocamlc -I +ocamldoc -g -bin-annot -safe-string -package '\''menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend'\'' -w @5@8@10@11@12@14@23-24@26@29@40 -I src' --infer src/reason_parser.mly
  4830. + menhir --strict --unused-tokens --fixed-exception --table --ocamlc 'ocamlfind ocamlc -I +ocamldoc -g -bin-annot -safe-string -package '\''menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend'\'' -w @5@8@10@11@12@14@23-24@26@29@40 -I src' --infer src/reason_parser.mly
  4831. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4832. ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_parser.mli > src/reason_parser.mli.depends
  4833. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_parser.cmi src/reason_parser.mli
  4834. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_parser.cmi src/reason_parser.mli
  4835. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4836. ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_parser_message.ml > src/reason_parser_message.ml.depends
  4837. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_pprint_ast.cmo src/reason_pprint_ast.ml
  4838. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_pprint_ast.cmo src/reason_pprint_ast.ml
  4839. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4840. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_lexer.cmo src/reason_lexer.ml
  4841. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_lexer.cmo src/reason_lexer.ml
  4842. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4843. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_parser_message.cmo src/reason_parser_message.ml
  4844. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_parser_message.cmo src/reason_parser_message.ml
  4845. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4846. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_oprint.cmo src/reason_oprint.ml
  4847. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_oprint.cmo src/reason_oprint.ml
  4848. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4849. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_toolchain.cmo src/reason_toolchain.ml
  4850. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_toolchain.cmo src/reason_toolchain.ml
  4851. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4852. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/ocamlmerlin_reason.cmo src/ocamlmerlin_reason.ml
  4853. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/ocamlmerlin_reason.cmo src/ocamlmerlin_reason.ml
  4854. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4855. ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/syntax_util.cmx src/syntax_util.ml
  4856. + ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/syntax_util.cmx src/syntax_util.ml
  4857. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4858. ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_config.cmx src/reason_config.ml
  4859. + ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_config.cmx src/reason_config.ml
  4860. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4861. ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_parser.ml > src/reason_parser.ml.depends
  4862. ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_parser.cmx src/reason_parser.ml
  4863. + ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_parser.cmx src/reason_parser.ml
  4864. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4865. ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_pprint_ast.cmx src/reason_pprint_ast.ml
  4866. + ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_pprint_ast.cmx src/reason_pprint_ast.ml
  4867. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4868. ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_lexer.cmx src/reason_lexer.ml
  4869. + ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_lexer.cmx src/reason_lexer.ml
  4870. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4871. ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_parser_message.cmx src/reason_parser_message.ml
  4872. + ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_parser_message.cmx src/reason_parser_message.ml
  4873. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4874. ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_oprint.cmx src/reason_oprint.ml
  4875. + ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_oprint.cmx src/reason_oprint.ml
  4876. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4877. ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_toolchain.cmx src/reason_toolchain.ml
  4878. + ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_toolchain.cmx src/reason_toolchain.ml
  4879. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4880. ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/ocamlmerlin_reason.cmx src/ocamlmerlin_reason.ml
  4881. + ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/ocamlmerlin_reason.cmx src/ocamlmerlin_reason.ml
  4882. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4883. ocamlfind ocamlopt -linkpkg -g -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reason_config.cmx src/syntax_util.cmx src/reason_parser.cmx src/reason_lexer.cmx src/reason_oprint.cmx src/reason_parser_message.cmx src/reason_pprint_ast.cmx src/reason_toolchain.cmx src/ocamlmerlin_reason.cmx -o src/ocamlmerlin_reason.native
  4884. + ocamlfind ocamlopt -linkpkg -g -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reason_config.cmx src/syntax_util.cmx src/reason_parser.cmx src/reason_lexer.cmx src/reason_oprint.cmx src/reason_parser_message.cmx src/reason_pprint_ast.cmx src/reason_toolchain.cmx src/ocamlmerlin_reason.cmx -o src/ocamlmerlin_reason.native
  4885. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4886. ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reactjs_jsx_ppx.ml > src/reactjs_jsx_ppx.ml.depends
  4887. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reactjs_jsx_ppx.cmo src/reactjs_jsx_ppx.ml
  4888. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reactjs_jsx_ppx.cmo src/reactjs_jsx_ppx.ml
  4889. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4890. ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reactjs_jsx_ppx.cmx src/reactjs_jsx_ppx.ml
  4891. + ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reactjs_jsx_ppx.cmx src/reactjs_jsx_ppx.ml
  4892. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4893. ocamlfind ocamlopt -linkpkg -g -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/syntax_util.cmx src/reactjs_jsx_ppx.cmx -o src/reactjs_jsx_ppx.native
  4894. + ocamlfind ocamlopt -linkpkg -g -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/syntax_util.cmx src/reactjs_jsx_ppx.cmx -o src/reactjs_jsx_ppx.native
  4895. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4896. ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_format_type.ml > src/reason_format_type.ml.depends
  4897. ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_type_of_ocaml_type.ml > src/reason_type_of_ocaml_type.ml.depends
  4898. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_type_of_ocaml_type.cmo src/reason_type_of_ocaml_type.ml
  4899. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_type_of_ocaml_type.cmo src/reason_type_of_ocaml_type.ml
  4900. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4901. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_format_type.cmo src/reason_format_type.ml
  4902. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_format_type.cmo src/reason_format_type.ml
  4903. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4904. ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_type_of_ocaml_type.cmx src/reason_type_of_ocaml_type.ml
  4905. + ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_type_of_ocaml_type.cmx src/reason_type_of_ocaml_type.ml
  4906. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4907. ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_format_type.cmx src/reason_format_type.ml
  4908. + ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_format_type.cmx src/reason_format_type.ml
  4909. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4910. ocamlfind ocamlopt -linkpkg -g -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reason_config.cmx src/syntax_util.cmx src/reason_parser.cmx src/reason_lexer.cmx src/reason_parser_message.cmx src/reason_pprint_ast.cmx src/reason_toolchain.cmx src/reason_type_of_ocaml_type.cmx src/reason_format_type.cmx -o src/reason_format_type.native
  4911. + ocamlfind ocamlopt -linkpkg -g -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reason_config.cmx src/syntax_util.cmx src/reason_parser.cmx src/reason_lexer.cmx src/reason_parser_message.cmx src/reason_pprint_ast.cmx src/reason_toolchain.cmx src/reason_type_of_ocaml_type.cmx src/reason_format_type.cmx -o src/reason_format_type.native
  4912. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4913. ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/refmt_impl.ml > src/refmt_impl.ml.depends
  4914. ocamlfind ocamldep -modules package.ml > package.ml.depends
  4915. ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/printer_maker.ml > src/printer_maker.ml.depends
  4916. ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_implementation_printer.ml > src/reason_implementation_printer.ml.depends
  4917. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/printer_maker.cmo src/printer_maker.ml
  4918. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/printer_maker.cmo src/printer_maker.ml
  4919. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4920. ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_interface_printer.ml > src/reason_interface_printer.ml.depends
  4921. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o package.cmo package.ml
  4922. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_implementation_printer.cmo src/reason_implementation_printer.ml
  4923. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_implementation_printer.cmo src/reason_implementation_printer.ml
  4924. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4925. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_interface_printer.cmo src/reason_interface_printer.ml
  4926. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_interface_printer.cmo src/reason_interface_printer.ml
  4927. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4928. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/refmt_impl.cmo src/refmt_impl.ml
  4929. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/refmt_impl.cmo src/refmt_impl.ml
  4930. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4931. ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/printer_maker.cmx src/printer_maker.ml
  4932. + ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/printer_maker.cmx src/printer_maker.ml
  4933. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4934. ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o package.cmx package.ml
  4935. ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_implementation_printer.cmx src/reason_implementation_printer.ml
  4936. + ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_implementation_printer.cmx src/reason_implementation_printer.ml
  4937. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4938. ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_interface_printer.cmx src/reason_interface_printer.ml
  4939. + ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_interface_printer.cmx src/reason_interface_printer.ml
  4940. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4941. ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/refmt_impl.cmx src/refmt_impl.ml
  4942. + ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/refmt_impl.cmx src/refmt_impl.ml
  4943. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4944. ocamlfind ocamlopt -linkpkg -g -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' package.cmx src/syntax_util.cmx src/reason_pprint_ast.cmx src/printer_maker.cmx src/reason_config.cmx src/reason_parser.cmx src/reason_lexer.cmx src/reason_parser_message.cmx src/reason_toolchain.cmx src/reason_implementation_printer.cmx src/reason_interface_printer.cmx src/refmt_impl.cmx -o src/refmt_impl.native
  4945. + ocamlfind ocamlopt -linkpkg -g -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' package.cmx src/syntax_util.cmx src/reason_pprint_ast.cmx src/printer_maker.cmx src/reason_config.cmx src/reason_parser.cmx src/reason_lexer.cmx src/reason_parser_message.cmx src/reason_toolchain.cmx src/reason_implementation_printer.cmx src/reason_interface_printer.cmx src/refmt_impl.cmx -o src/refmt_impl.native
  4946. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4947. ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_util.ml > src/reason_util.ml.depends
  4948. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_util.cmo src/reason_util.ml
  4949. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_util.cmo src/reason_util.ml
  4950. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4951. ocamlfind ocamldep -package 'menhirLib utop' -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_utop.ml > src/reason_utop.ml.depends
  4952. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib utop' -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_utop.cmo src/reason_utop.ml
  4953. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib utop' -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_utop.cmo src/reason_utop.ml
  4954. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4955. ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_util.cmx src/reason_util.ml
  4956. + ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_util.cmx src/reason_util.ml
  4957. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4958. ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib utop' -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_utop.cmx src/reason_utop.ml
  4959. + ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib utop' -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_utop.cmx src/reason_utop.ml
  4960. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4961. ocamlfind ocamlopt -a -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reason_config.cmx src/syntax_util.cmx src/reason_parser.cmx src/reason_lexer.cmx src/reason_pprint_ast.cmx src/reason_oprint.cmx src/reason_util.cmx src/reason_parser_message.cmx src/reason_toolchain.cmx src/reason_utop.cmx -o src/reason.cmxa
  4962. + ocamlfind ocamlopt -a -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reason_config.cmx src/syntax_util.cmx src/reason_parser.cmx src/reason_lexer.cmx src/reason_pprint_ast.cmx src/reason_oprint.cmx src/reason_util.cmx src/reason_parser_message.cmx src/reason_toolchain.cmx src/reason_utop.cmx -o src/reason.cmxa
  4963. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4964. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_parser.cmo src/reason_parser.ml
  4965. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_parser.cmo src/reason_parser.ml
  4966. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4967. ocamlfind ocamlc -a -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reason_config.cmo src/syntax_util.cmo src/reason_parser.cmo src/reason_lexer.cmo src/reason_pprint_ast.cmo src/reason_oprint.cmo src/reason_util.cmo src/reason_parser_message.cmo src/reason_toolchain.cmo src/reason_utop.cmo -o src/reason.cma
  4968. + ocamlfind ocamlc -a -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reason_config.cmo src/syntax_util.cmo src/reason_parser.cmo src/reason_lexer.cmo src/reason_pprint_ast.cmo src/reason_oprint.cmo src/reason_util.cmo src/reason_parser_message.cmo src/reason_toolchain.cmo src/reason_utop.cmo -o src/reason.cma
  4969. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4970. ocamlfind ocamlopt -shared -linkall -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reason.cmxa -o src/reason.cmxs
  4971. + ocamlfind ocamlopt -shared -linkall -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reason.cmxa -o src/reason.cmxs
  4972. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4973. ocamlfind ocamlopt -shared -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reason_oprint.cmx -o src/reason_oprint.cmxs
  4974. + ocamlfind ocamlopt -shared -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reason_oprint.cmx -o src/reason_oprint.cmxs
  4975. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4976. ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_toploop.ml > src/reason_toploop.ml.depends
  4977. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_toploop.cmo src/reason_toploop.ml
  4978. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/reason_toploop.cmo src/reason_toploop.ml
  4979. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4980. ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/redoc_html.ml > src/redoc_html.ml.depends
  4981. ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/redoc_html.cmo src/redoc_html.ml
  4982. + ocamlfind ocamlc -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/redoc_html.cmo src/redoc_html.ml
  4983. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4984. ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/redoc_html.cmx src/redoc_html.ml
  4985. + ocamlfind ocamlopt -c -I +ocamldoc -g -bin-annot -safe-string -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -w @5@8@10@11@12@14@23-24@26@29@40 -I src -o src/redoc_html.cmx src/redoc_html.ml
  4986. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4987. ocamlfind ocamlopt -a -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reason_oprint.cmx src/redoc_html.cmx -o src/reasondoc.cmxa
  4988. + ocamlfind ocamlopt -a -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reason_oprint.cmx src/redoc_html.cmx -o src/reasondoc.cmxa
  4989. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4990. ocamlfind ocamlc -a -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reason_oprint.cmo src/redoc_html.cmo -o src/reasondoc.cma
  4991. + ocamlfind ocamlc -a -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reason_oprint.cmo src/redoc_html.cmo -o src/reasondoc.cma
  4992. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4993. ocamlfind ocamlopt -shared -linkall -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reasondoc.cmxa -o src/reasondoc.cmxs
  4994. + ocamlfind ocamlopt -shared -linkall -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reasondoc.cmxa -o src/reasondoc.cmxs
  4995. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4996. ocamlfind ocamlopt -shared -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/redoc_html.cmx -o src/redoc_html.cmxs
  4997. + ocamlfind ocamlopt -shared -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/redoc_html.cmx -o src/redoc_html.cmxs
  4998. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs, /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
  4999. _build/_reasonbuild/_build/myocamlbuild => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/reasonbuild
  5000. _build/src/ocamlmerlin_reason.native => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/ocamlmerlin-reason
  5001. _build/src/reactjs_jsx_ppx.native => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/reactjs_jsx_ppx
  5002. _build/src/reason_format_type.native => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/refmttype
  5003. _build/src/rebuild.sh => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/rebuild
  5004. _build/src/rec.sh => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/rec
  5005. _build/src/redoc.sh => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/redoc
  5006. _build/src/refmt_impl.native => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/refmt
  5007. _build/src/refmt_merlin_impl.sh => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/refmt_merlin
  5008. _build/src/reopt.sh => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/reopt
  5009. _build/src/reup.sh => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/reup
  5010. _build/src/rtop.sh => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/rtop
  5011. _build/src/rtop_init.ml => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/rtop_init.ml
  5012. _build/src/share.sh => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/share
  5013. Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason
  5014. _build/pkg/META => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/META
  5015. _build/src/reason.a => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason.a
  5016. _build/src/reason.cma => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason.cma
  5017. _build/src/reason.cmxa => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason.cmxa
  5018. _build/src/reason.cmxs => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason.cmxs
  5019. _build/src/reason_config.cmi => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_config.cmi
  5020. _build/src/reason_config.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_config.cmo
  5021. _build/src/reason_config.cmt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_config.cmt
  5022. _build/src/reason_config.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_config.cmx
  5023. _build/src/reason_lexer.cmi => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_lexer.cmi
  5024. _build/src/reason_lexer.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_lexer.cmo
  5025. _build/src/reason_lexer.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_lexer.cmx
  5026. _build/src/reason_oprint.cmi => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_oprint.cmi
  5027. _build/src/reason_oprint.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_oprint.cmo
  5028. _build/src/reason_oprint.cmt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_oprint.cmt
  5029. _build/src/reason_oprint.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_oprint.cmx
  5030. _build/src/reason_oprint.cmxs => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_oprint.cmxs
  5031. _build/src/reason_parser.cmi => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_parser.cmi
  5032. _build/src/reason_parser.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_parser.cmo
  5033. _build/src/reason_parser.cmt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_parser.cmt
  5034. _build/src/reason_parser.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_parser.cmx
  5035. _build/src/reason_parser.mli => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_parser.mli
  5036. _build/src/reason_parser_message.cmi => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_parser_message.cmi
  5037. _build/src/reason_parser_message.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_parser_message.cmo
  5038. _build/src/reason_parser_message.cmt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_parser_message.cmt
  5039. _build/src/reason_parser_message.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_parser_message.cmx
  5040. _build/src/reason_pprint_ast.cmi => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_pprint_ast.cmi
  5041. _build/src/reason_pprint_ast.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_pprint_ast.cmo
  5042. _build/src/reason_pprint_ast.cmt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_pprint_ast.cmt
  5043. _build/src/reason_pprint_ast.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_pprint_ast.cmx
  5044. _build/src/reason_toolchain.cmi => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_toolchain.cmi
  5045. _build/src/reason_toolchain.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_toolchain.cmo
  5046. _build/src/reason_toolchain.cmt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_toolchain.cmt
  5047. _build/src/reason_toolchain.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_toolchain.cmx
  5048. _build/src/reason_toploop.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_toploop.cmo
  5049. _build/src/reason_util.cmi => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_util.cmi
  5050. _build/src/reason_util.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_util.cmo
  5051. _build/src/reason_util.cmt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_util.cmt
  5052. _build/src/reason_util.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_util.cmx
  5053. _build/src/reason_utop.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_utop.cmo
  5054. _build/src/reasonbuild.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reasonbuild.cmx
  5055. _build/src/reasonbuild.o => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reasonbuild.o
  5056. _build/src/reasondoc.a => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reasondoc.a
  5057. _build/src/reasondoc.cma => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reasondoc.cma
  5058. _build/src/reasondoc.cmxa => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reasondoc.cmxa
  5059. _build/src/reasondoc.cmxs => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reasondoc.cmxs
  5060. _build/src/redoc_html.cmi => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/redoc_html.cmi
  5061. _build/src/redoc_html.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/redoc_html.cmo
  5062. _build/src/redoc_html.cmt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/redoc_html.cmt
  5063. _build/src/redoc_html.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/redoc_html.cmx
  5064. _build/src/redoc_html.cmxs => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/redoc_html.cmxs
  5065. _build/src/syntax_util.cmi => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/syntax_util.cmi
  5066. _build/src/syntax_util.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/syntax_util.cmo
  5067. _build/src/syntax_util.cmt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/syntax_util.cmt
  5068. _build/src/syntax_util.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/syntax_util.cmx
  5069. Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason
  5070. _build/editorSupport/VimReason/LICENSE => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/LICENSE
  5071. _build/editorSupport/VimReason/README.md => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/README.md
  5072. Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/after/syntax
  5073. _build/editorSupport/VimReason/after/syntax/reason.vim => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/after/syntax/reason.vim
  5074. Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/autoload
  5075. _build/editorSupport/VimReason/autoload/reason.vim => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/autoload/reason.vim
  5076. _build/editorSupport/VimReason/autoload/refmt.vim => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/autoload/refmt.vim
  5077. Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/doc
  5078. _build/editorSupport/VimReason/doc/reason.txt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/doc/reason.txt
  5079. Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/ftdetect
  5080. _build/editorSupport/VimReason/ftdetect/reason.vim => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/ftdetect/reason.vim
  5081. Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/ftplugin
  5082. _build/editorSupport/VimReason/ftplugin/reason.vim => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/ftplugin/reason.vim
  5083. Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/indent
  5084. _build/editorSupport/VimReason/indent/reason.vim => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/indent/reason.vim
  5085. Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/plugin
  5086. _build/editorSupport/VimReason/plugin/reason.vim => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/plugin/reason.vim
  5087. Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/syntax
  5088. _build/editorSupport/VimReason/syntax/reason.vim => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/syntax/reason.vim
  5089. Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/syntax_checkers/reason
  5090. _build/editorSupport/VimReason/syntax_checkers/reason/reasonc.vim => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/syntax_checkers/reason/reasonc.vim
  5091. Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/../emacs/site-lisp
  5092. _build/editorSupport/emacs/reason-mode.el => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/../emacs/site-lisp/reason-mode.el
  5093. _build/editorSupport/emacs/refmt.el => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/../emacs/site-lisp/refmt.el
  5094. Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/doc/reason
  5095. _build/CHANGELOG.md => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/doc/reason/CHANGELOG.md
  5096. _build/LICENSE.txt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/doc/reason/LICENSE.txt
  5097. _build/README.md => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/doc/reason/README.md
  5098.  
  5099. > ReasonProject@0.0.1 postinstall /Users/lorenz/code/ReasonProject
  5100. > npm run reasonBuild
  5101.  
  5102.  
  5103. > ReasonProject@0.0.1 reasonBuild /Users/lorenz/code/ReasonProject
  5104. > eval $(dependencyEnv) && nopam && rebuild -use-ocamlfind -cflag -w -cflag -40 -I src ./src/Test.native 2>&1 | refmterr
  5105.  
  5106. sh: refmterr: command not found
  5107.  
  5108. npm ERR! Darwin 16.3.0
  5109. npm ERR! argv "/usr/local/Cellar/node/7.4.0/bin/node" "/usr/local/bin/npm" "run" "reasonBuild"
  5110. npm ERR! node v7.4.0
  5111. npm ERR! npm v4.1.1
  5112. npm ERR! file sh
  5113. npm ERR! code ELIFECYCLE
  5114. npm ERR! errno ENOENT
  5115. npm ERR! syscall spawn
  5116. npm ERR! ReasonProject@0.0.1 reasonBuild: `eval $(dependencyEnv) && nopam && rebuild -use-ocamlfind -cflag -w -cflag -40 -I src ./src/Test.native 2>&1 | refmterr`
  5117. npm ERR! spawn ENOENT
  5118. npm ERR!
  5119. npm ERR! Failed at the ReasonProject@0.0.1 reasonBuild script 'eval $(dependencyEnv) && nopam && rebuild -use-ocamlfind -cflag -w -cflag -40 -I src ./src/Test.native 2>&1 | refmterr'.
  5120. npm ERR! Make sure you have the latest version of node.js and npm installed.
  5121. npm ERR! If you do, this is most likely a problem with the ReasonProject package,
  5122. npm ERR! not with npm itself.
  5123. npm ERR! Tell the author that this fails on your system:
  5124. npm ERR! eval $(dependencyEnv) && nopam && rebuild -use-ocamlfind -cflag -w -cflag -40 -I src ./src/Test.native 2>&1 | refmterr
  5125. npm ERR! You can get information on how to open an issue for this project with:
  5126. npm ERR! npm bugs ReasonProject
  5127. npm ERR! Or if that isn't available, you can get their info via:
  5128. npm ERR! npm owner ls ReasonProject
  5129. npm ERR! There is likely additional logging output above.
  5130.  
  5131. npm ERR! Please include the following file with any support request:
  5132. npm ERR! /Users/lorenz/code/ReasonProject/npm-debug.log
  5133.  
  5134. npm ERR! Darwin 16.3.0
  5135. npm ERR! argv "/usr/local/Cellar/node/7.4.0/bin/node" "/usr/local/bin/npm" "install"
  5136. npm ERR! node v7.4.0
  5137. npm ERR! npm v4.1.1
  5138. npm ERR! code ELIFECYCLE
  5139. npm ERR! ReasonProject@0.0.1 postinstall: `npm run reasonBuild`
  5140. npm ERR! Exit status 1
  5141. npm ERR!
  5142. npm ERR! Failed at the ReasonProject@0.0.1 postinstall script 'npm run reasonBuild'.
  5143. npm ERR! Make sure you have the latest version of node.js and npm installed.
  5144. npm ERR! If you do, this is most likely a problem with the ReasonProject package,
  5145. npm ERR! not with npm itself.
  5146. npm ERR! Tell the author that this fails on your system:
  5147. npm ERR! npm run reasonBuild
  5148. npm ERR! You can get information on how to open an issue for this project with:
  5149. npm ERR! npm bugs ReasonProject
  5150. npm ERR! Or if that isn't available, you can get their info via:
  5151. npm ERR! npm owner ls ReasonProject
  5152. npm ERR! There is likely additional logging output above.
  5153.  
  5154. npm ERR! Please include the following file with any support request:
  5155. npm ERR! /Users/lorenz/code/ReasonProject/npm-debug.log
  5156. lorenz@lopro13 ~/c/ReasonProject (master) [1]>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement