Skip to content

Instantly share code, notes, and snippets.

@lorenzk
Last active January 22, 2017 10:09
Show Gist options
  • Save lorenzk/7290e61490dead0dab5f82a7e2ea785c to your computer and use it in GitHub Desktop.
Save lorenzk/7290e61490dead0dab5f82a7e2ea785c to your computer and use it in GitHub Desktop.
npm run reasonBuild fails on macOS Sierra
lorenz@lopro13 ~/c/ReasonProject (master)> rm -rf node_modules/
lorenz@lopro13 ~/c/ReasonProject (master)> npm --version
4.1.1
lorenz@lopro13 ~/c/ReasonProject (master)> node --version
v7.4.0
lorenz@lopro13 ~/c/ReasonProject (master)> npm install
> ocaml@4.2.3 postinstall /Users/lorenz/code/ReasonProject/node_modules/ocaml
> ./yarn-install-project.sh
Configuring the OCaml compiler to use the CC environment variable
which is currently set to () - and defaults to gcc.
++ pwd
+ ./configure -cc '' -no-cfi -prefix /Users/lorenz/code/ReasonProject/node_modules/ocaml
Configuring for host x86_64-apple-darwin16.3.0 ...
Configuring for target x86_64-apple-darwin16.3.0 ...
Using compiler gcc.
The C compiler is ANSI-compliant.
Checking the sizes of integers and pointers...
Wow! A 64 bit architecture!
This is a little-endian architecture.
Doubles can be word-aligned.
64-bit integers can be word-aligned.
Native division and modulus have round-towards-zero semantics, will use them.
ranlib found
#! appears to work in shell scripts.
POSIX signal handling found.
expm1(), log1p(), hypot(), copysign() found.
getrusage() found.
times() found.
termcap functions found (with libraries '-lcurses')
You have BSD sockets.
socklen_t is defined in <sys/socket.h>
inet_aton() found.
IPv6 is supported.
unistd.h found.
off_t is defined in <sys/types.h>
dirent.h found.
rewinddir() found.
lockf() found.
mkfifo() found.
getcwd() found.
getwd() found.
getpriority() found.
utime() found.
utimes() found.
dup2() found.
fchmod() found.
truncate() found.
sys/select.h found.
select() found.
symlink() found.
waitpid() found.
wait4() found.
getgroups() found.
setgroups() found.
initgroups() found.
POSIX termios found.
Asynchronous I/O are supported.
setitimer() found.
gethostname() found.
uname() found.
gettimeofday() found.
mktime() found.
setsid() found.
putenv() found.
setlocale() and <locale.h> found.
dlopen() found.
Dynamic loading of shared libraries is supported.
mmap() found.
pwrite() found
stat() supports nanosecond precision.
mkstemp() found
nice() found
Replay debugger supported.
System stack overflow can be detected.
POSIX threads library supported.
Options for linking with POSIX threads: -lpthread
sigwait() found
Bytecode threads library supported.
[WARNING] Cannot compile X11 program.
[WARNING] X11 not found, the "graph" library will not be supported.
[WARNING] BFD library not found, 'objinfo' will be unable to display info on .cmxs files.
CFI support: disabled by command-line option -no-cfi
** Configuration summary **
Directories where OCaml will be installed:
binaries.................. /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin
standard library.......... /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
manual pages.............. /Users/lorenz/code/ReasonProject/node_modules/ocaml/man (with extension .1)
Configuration for the bytecode compiler:
C compiler used........... gcc
options for compiling..... -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
options for linking....... -lcurses -lpthread
shared libraries are supported
options for compiling..... -O -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT
command for building...... gcc -bundle -flat_namespace -undefined suppress -Wl,-no_compact_unwind -o lib.so /a/path objs
Configuration for the native-code compiler:
hardware architecture..... amd64
OS variant................ macosx
C compiler used........... gcc
options for compiling..... -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT
options for linking.......
assembler ................ clang -arch x86_64 -c
preprocessed assembler ... clang -arch x86_64 -c
assembler supports CFI ... no
with frame pointers....... no
naked pointers forbidden.. no
native dynlink ........... true
profiling with gprof ..... supported
Source-level replay debugger: supported
Additional libraries supported:
unix str num dynlink bigarray systhreads threads
Configuration for the "num" library:
target architecture ...... amd64 (asm level 1)
The "graph" library: not supported
** OCaml configuration completed successfully **
+ make world.opt
/Applications/Xcode.app/Contents/Developer/usr/bin/make coldstart
cd byterun; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
sed -n -e '/^ /s/ \([A-Z]\)/ \&\&lbl_\1/gp' \
-e '/^}/q' caml/instruct.h > caml/jumptbl.h
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o interp.o interp.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o misc.o misc.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o stacks.o stacks.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o fix_code.o fix_code.c
../tools/make-version-header.sh ../VERSION > caml/version.h
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o startup.o startup.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o freelist.o freelist.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o major_gc.o major_gc.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o minor_gc.o minor_gc.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o memory.o memory.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o alloc.o alloc.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o roots.o roots.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o globroots.o globroots.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o fail.o fail.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals.o signals.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o signals_byt.o signals_byt.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o printexc.o printexc.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o backtrace.o backtrace.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compare.o compare.c
compare.c:273:12: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
return Val_int(LESS);
^~~~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
1 warning generated.
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o ints.o ints.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o floats.o floats.c
floats.c:442:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (f < g) return Val_int(-1);
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
floats.c:447:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (g == g) return Val_int(-1); /* g is not NaN, f is NaN */
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
2 warnings generated.
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o str.o str.c
str.c:239:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (res < 0) return Val_int(-1);
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
str.c:241:27: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (len1 < len2) return Val_int(-1);
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
2 warnings generated.
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o array.o array.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o io.o io.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o extern.o extern.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o intern.o intern.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o hash.o hash.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o sys.o sys.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o meta.o meta.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o parsing.o parsing.c
parsing.c:220:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
env->curr_char = Val_int(-1);
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
parsing.c:225:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
env->curr_char = Val_int(-1);
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
2 warnings generated.
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o gc_ctrl.o gc_ctrl.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o terminfo.o terminfo.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o md5.o md5.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o obj.o obj.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lexing.o lexing.c
lexing.c:66:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
lexbuf->lex_last_action = Val_int(-1);
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
lexing.c:101:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (lexbuf->lex_last_action == Val_int(-1)) {
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
lexing.c:147:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
Field(mem,dst) = Val_int(-1) ;
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
lexing.c:163:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
lexbuf->lex_last_action = Val_int(-1);
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
lexing.c:207:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (lexbuf->lex_last_action == Val_int(-1)) {
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
5 warnings generated.
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o callback.o callback.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o debugger.o debugger.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o weak.o weak.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o compact.o compact.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o finalise.o finalise.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o custom.o custom.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o dynlink.o dynlink.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o unix.o unix.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o main.o main.c
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
ranlib libcamlrun.a
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 \
| sort | uniq > primitives
(echo '#include "caml/mlvalues.h"'; \
echo '#include "caml/prims.h"'; \
sed -e 's/.*/extern value &();/' primitives; \
echo 'c_primitive caml_builtin_cprim[] = {'; \
sed -e 's/.*/ &,/' primitives; \
echo ' 0 };'; \
echo 'char * caml_names_of_builtin_cprim[] = {'; \
sed -e 's/.*/ "&",/' primitives; \
echo ' 0 };') > prims.c
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o prims.o prims.c
gcc -Wl,-no_compact_unwind -o ocamlrun \
prims.o libcamlrun.a -lcurses -lpthread
echo "/Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/stublibs" > ld.conf
echo "/Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml" >> ld.conf
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O interp.c -o interp.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O misc.c -o misc.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O stacks.c -o stacks.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O fix_code.c -o fix_code.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O startup.c -o startup.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O freelist.c -o freelist.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O major_gc.c -o major_gc.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O minor_gc.c -o minor_gc.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O memory.c -o memory.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O alloc.c -o alloc.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O roots.c -o roots.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O globroots.c -o globroots.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O fail.c -o fail.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O signals.c -o signals.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O signals_byt.c -o signals_byt.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O printexc.c -o printexc.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O backtrace.c -o backtrace.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O compare.c -o compare.pic.o
compare.c:273:12: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
return Val_int(LESS);
^~~~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
1 warning generated.
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O ints.c -o ints.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O floats.c -o floats.pic.o
floats.c:442:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (f < g) return Val_int(-1);
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
floats.c:447:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (g == g) return Val_int(-1); /* g is not NaN, f is NaN */
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
2 warnings generated.
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O str.c -o str.pic.o
str.c:239:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (res < 0) return Val_int(-1);
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
str.c:241:27: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (len1 < len2) return Val_int(-1);
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
2 warnings generated.
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O array.c -o array.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O io.c -o io.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O extern.c -o extern.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O intern.c -o intern.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O hash.c -o hash.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O sys.c -o sys.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O meta.c -o meta.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O parsing.c -o parsing.pic.o
parsing.c:220:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
env->curr_char = Val_int(-1);
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
parsing.c:225:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
env->curr_char = Val_int(-1);
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
2 warnings generated.
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O gc_ctrl.c -o gc_ctrl.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O terminfo.c -o terminfo.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O md5.c -o md5.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O obj.c -o obj.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O lexing.c -o lexing.pic.o
lexing.c:66:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
lexbuf->lex_last_action = Val_int(-1);
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
lexing.c:101:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (lexbuf->lex_last_action == Val_int(-1)) {
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
lexing.c:147:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
Field(mem,dst) = Val_int(-1) ;
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
lexing.c:163:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
lexbuf->lex_last_action = Val_int(-1);
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
lexing.c:207:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (lexbuf->lex_last_action == Val_int(-1)) {
^~~~~~~~~~~
./caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
./caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
5 warnings generated.
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O callback.c -o callback.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O debugger.c -o debugger.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O weak.c -o weak.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O compact.c -o compact.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O finalise.c -o finalise.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O custom.c -o custom.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O dynlink.c -o dynlink.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O unix.c -o unix.pic.o
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O main.c -o main.pic.o
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
ranlib libcamlrun_pic.a
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
cp byterun/ocamlrun boot/ocamlrun
cd yacc; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o closure.o closure.c
gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o error.o error.c
gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lalr.o lalr.c
gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o lr0.o lr0.c
echo "#define OCAML_VERSION \"`sed -e 1q ../VERSION`\"" >version.h
gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o main.o main.c
gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o mkpar.o mkpar.c
gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o output.o output.c
gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o reader.o reader.c
gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o skeleton.o skeleton.c
gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o symtab.o symtab.c
gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o verbose.o verbose.c
gcc -DNDEBUG -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o warshall.o warshall.c
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
cp yacc/ocamlyacc boot/ocamlyacc
cd stdlib; /Applications/Xcode.app/Contents/Developer/usr/bin/make COMPILER=../boot/ocamlc all
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormatBasics.cmi` -c camlinternalFormatBasics.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormatBasics.cmo` -c camlinternalFormatBasics.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags pervasives.cmi` -c pervasives.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags pervasives.cmo` -c pervasives.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags array.cmi` -c array.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags array.cmo` -c array.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags list.cmi` -c list.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags list.cmo` -c list.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags char.cmi` -c char.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags char.cmo` -c char.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytes.cmi` -c bytes.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytes.cmo` -c bytes.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags string.cmi` -c string.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags string.cmo` -c string.ml
sed -e "s|%%VERSION%%|`sed -e 1q ../VERSION`|" sys.mlp >sys.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sys.cmi` -c sys.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sys.cmo` -c sys.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sort.cmi` -c sort.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sort.cmo` -c sort.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags marshal.cmi` -c marshal.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags marshal.cmo` -c marshal.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int32.cmi` -c int32.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags obj.cmi` -c obj.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags obj.cmo` -c obj.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int32.cmo` -c int32.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int64.cmi` -c int64.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int64.cmo` -c int64.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags nativeint.cmi` -c nativeint.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags nativeint.cmo` -c nativeint.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lexing.cmi` -c lexing.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lexing.cmo` -c lexing.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags parsing.cmi` -c parsing.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags parsing.cmo` -c parsing.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags set.cmi` -c set.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags set.cmo` -c set.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags map.cmi` -c map.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags map.cmo` -c map.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stack.cmi` -c stack.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stack.cmo` -c stack.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags queue.cmi` -c queue.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags queue.cmo` -c queue.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalLazy.cmi` -c camlinternalLazy.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalLazy.cmo` -c camlinternalLazy.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lazy.cmi` -c lazy.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lazy.cmo` -c lazy.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stream.cmi` -c stream.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stream.cmo` -c stream.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags buffer.cmi` -c buffer.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags buffer.cmo` -c buffer.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormat.cmi` -c camlinternalFormat.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormat.cmo` -c camlinternalFormat.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printf.cmi` -c printf.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printf.cmo` -c printf.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arg.cmi` -c arg.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arg.cmo` -c arg.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printexc.cmi` -c printexc.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printexc.cmo` -c printexc.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags gc.cmi` -c gc.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags gc.cmo` -c gc.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags digest.cmi` -c digest.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags digest.cmo` -c digest.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags random.cmi` -c random.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags random.cmo` -c random.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags hashtbl.cmi` -c hashtbl.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags hashtbl.cmo` -c hashtbl.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags format.cmi` -c format.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags format.cmo` -c format.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags scanf.cmi` -c scanf.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags scanf.cmo` -c scanf.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags callback.cmi` -c callback.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags callback.cmo` -c callback.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalOO.cmi` -c camlinternalOO.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalOO.cmo` -c camlinternalOO.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags oo.cmi` -c oo.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags oo.cmo` -c oo.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalMod.cmi` -c camlinternalMod.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalMod.cmo` -c camlinternalMod.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags genlex.cmi` -c genlex.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags genlex.cmo` -c genlex.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags weak.cmi` -c weak.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags weak.cmo` -c weak.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags filename.cmi` -c filename.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags filename.cmo` -c filename.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags complex.cmi` -c complex.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags complex.cmo` -c complex.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arrayLabels.cmi` -c arrayLabels.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arrayLabels.cmo` -c arrayLabels.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags listLabels.cmi` -c listLabels.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags listLabels.cmo` -c listLabels.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytesLabels.cmi` -c bytesLabels.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytesLabels.cmo` -c bytesLabels.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stringLabels.cmi` -c stringLabels.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stringLabels.cmo` -c stringLabels.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags moreLabels.cmi` -c moreLabels.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags moreLabels.cmo` -c moreLabels.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stdLabels.cmi` -c stdLabels.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stdLabels.cmo` -c stdLabels.ml
../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
../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
if true; then \
echo '#!/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlrun' > camlheader && \
echo '#!/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlrun' > target_camlheader && \
echo '#!/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlrund' > camlheaderd && \
echo '#!/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlrund' > target_camlheaderd && \
echo '#!' | tr -d '\012' > camlheader_ur; \
else \
for suff in '' d; do \
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT \
-DRUNTIME_NAME='"/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlrun'$suff'"' \
header.c -o tmpheader && \
strip tmpheader && \
mv tmpheader camlheader$suff && \
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT \
-DRUNTIME_NAME='"/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlrun'$suff'"' \
header.c -o tmpheader && \
strip tmpheader && \
mv tmpheader target_camlheader$suff; \
done && \
cp camlheader camlheader_ur; \
fi
cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
if test -f boot/libcamlrun.a; then :; else \
ln -s ../byterun/libcamlrun.a boot/libcamlrun.a; fi
if test -d stdlib/caml; then :; else \
ln -s ../byterun/caml stdlib/caml; fi
/Applications/Xcode.app/Contents/Developer/usr/bin/make opt.opt
/Applications/Xcode.app/Contents/Developer/usr/bin/make checkstack
/Applications/Xcode.app/Contents/Developer/usr/bin/make runtime
cd byterun; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
make[3]: Nothing to be done for `all'.
if test -f stdlib/libcamlrun.a; then :; else \
ln -s ../byterun/libcamlrun.a stdlib/libcamlrun.a; fi
/Applications/Xcode.app/Contents/Developer/usr/bin/make core
/Applications/Xcode.app/Contents/Developer/usr/bin/make coldstart
cd byterun; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
make[4]: Nothing to be done for `all'.
cp byterun/ocamlrun boot/ocamlrun
cd yacc; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
make[4]: Nothing to be done for `all'.
cp yacc/ocamlyacc boot/ocamlyacc
cd stdlib; /Applications/Xcode.app/Contents/Developer/usr/bin/make COMPILER=../boot/ocamlc all
make[4]: Nothing to be done for `all'.
cd stdlib; cp stdlib.cma std_exit.cmo *.cmi camlheader ../boot
if test -f boot/libcamlrun.a; then :; else \
ln -s ../byterun/libcamlrun.a boot/libcamlrun.a; fi
if test -d stdlib/caml; then :; else \
ln -s ../byterun/caml stdlib/caml; fi
/Applications/Xcode.app/Contents/Developer/usr/bin/make coreall
/Applications/Xcode.app/Contents/Developer/usr/bin/make ocamlc
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
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
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
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
sed -e 's|%%LIBDIR%%|/Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml|' \
-e 's|%%BYTERUN%%|/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlrun|' \
-e 's|%%CCOMPTYPE%%|cc|' \
-e 's|%%BYTECC%%|gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O |' \
-e 's|%%NATIVECC%%|gcc -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT|' \
-e 's|%%PACKLD%%|ld -r -arch x86_64 -o\ |' \
-e 's|%%BYTECCLIBS%%|-lcurses -lpthread|' \
-e 's|%%NATIVECCLIBS%%||' \
-e 's|%%RANLIBCMD%%|ranlib|' \
-e 's|%%ARCMD%%|ar|' \
-e 's|%%CC_PROFILE%%|-pg|' \
-e 's|%%ARCH%%|amd64|' \
-e 's|%%MODEL%%|default|' \
-e 's|%%SYSTEM%%|macosx|' \
-e 's|%%EXT_OBJ%%|.o|' \
-e 's|%%EXT_ASM%%|.s|' \
-e 's|%%EXT_LIB%%|.a|' \
-e 's|%%EXT_DLL%%|.so|' \
-e 's|%%SYSTHREAD_SUPPORT%%|true|' \
-e 's|%%ASM%%|clang -arch x86_64 -c|' \
-e 's|%%ASM_CFI_SUPPORTED%%|false|' \
-e 's|%%WITH_FRAME_POINTERS%%|false|' \
-e 's|%%MKDLL%%|gcc -bundle -flat_namespace -undefined suppress -Wl,-no_compact_unwind|' \
-e 's|%%MKEXE%%|gcc -Wl,-no_compact_unwind|' \
-e 's|%%MKMAINDLL%%|gcc -bundle -flat_namespace -undefined suppress -Wl,-no_compact_unwind|' \
-e 's|%%HOST%%|x86_64-apple-darwin16.3.0|' \
-e 's|%%TARGET%%|x86_64-apple-darwin16.3.0|' \
utils/config.mlp > utils/config.ml
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
boot/ocamlyacc -v parsing/parser.mly
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
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
boot/ocamlrun boot/ocamllex parsing/lexer.mll
201 states, 3959 transitions, table size 17042 bytes
2420 additional bytes used for bindings
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
(echo 'let builtin_exceptions = [|'; \
sed -n -e 's|.*/\* \("[A-Za-z_]*"\) \*/$| \1;|p' byterun/caml/fail.h | \
sed -e '$s/;$//'; \
echo '|]'; \
echo 'let builtin_primitives = [|'; \
sed -e 's/.*/ "&";/' -e '$s/;$//' byterun/primitives; \
echo '|]') > bytecomp/runtimedef.ml
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
sed -n -e '/^enum/p' -e 's/,//g' -e '/^ /p' byterun/caml/instruct.h | \
awk -f tools/make-opcodes > bytecomp/opcodes.ml
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
boot/ocamlrun boot/ocamlc -nostdlib -I boot -compat-32 -o ocamlc \
compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma driver/main.cmo
/Applications/Xcode.app/Contents/Developer/usr/bin/make ocamllex ocamlyacc ocamltools library
cd yacc; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
make[5]: Nothing to be done for `all'.
cd lex; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string cset.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string cset.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string syntax.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string syntax.ml
../boot/ocamlyacc -v parser.mly
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string parser.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string parser.ml
../boot/ocamlrun ../boot/ocamllex lexer.mll
98 states, 1199 transitions, table size 5384 bytes
1802 additional bytes used for bindings
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string lexer.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string lexer.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string table.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string table.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string lexgen.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string lexgen.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string compact.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string compact.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string common.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string common.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string output.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string output.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string outputbis.mli
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string outputbis.ml
../boot/ocamlrun ../boot/ocamlc -strict-sequence -nostdlib -I ../boot -c -w +33..39 -warn-error A -bin-annot -safe-string main.ml
../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
make[4]: Nothing to be done for `ocamlyacc'.
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
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
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
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
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
cd tools; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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 \
ocamloptp.cmo
sed -e 's|%%BINDIR%%|/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin|' ocamlmktop.tpl > ocamlmktop
chmod +x ocamlmktop
(echo 'let bindir = "/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin"'; \
echo 'let ext_lib = ".a"'; \
echo 'let ext_dll = ".so"'; \
echo 'let supports_shared_libraries = true';\
echo 'let mkdll = "gcc -bundle -flat_namespace -undefined suppress -Wl,-no_compact_unwind"'; \
echo 'let byteccrpath = ""'; \
echo 'let nativeccrpath = ""'; \
echo 'let mksharedlibrpath = ""'; \
echo 'let toolpref = ""'; \
sed -n -e 's/^#ml //p' ../config/Makefile) \
> ocamlmklibconfig.ml
../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
../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
../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
unset LC_ALL || : ; \
unset LC_CTYPE || : ; \
unset LC_COLLATE LANG || : ; \
sed -e '/\/\*/d' \
-e '/^#/d' \
-e 's/enum \(.*\) {/let names_of_\1 = [|/' \
-e 's/.*};$/ |]/' \
-e 's/\([A-Z][A-Z_0-9a-z]*\)/"\1"/g' \
-e 's/,/;/g' \
../byterun/caml/instruct.h > opnames.ml
../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
../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
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../asmcomp -I ../driver -I ../toplevel -o dumpobj \
misc.cmo tbl.cmo config.cmo ident.cmo \
opcodes.cmo bytesections.cmo opnames.cmo dumpobj.cmo
gcc -o objinfo_helper -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT \
objinfo_helper.c
../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
../boot/ocamlrun ../boot/ocamlc -nostdlib -I ../boot -o objinfo ../compilerlibs/ocamlcommon.cma ../compilerlibs/ocamlbytecomp.cma ../asmcomp/printclambda.cmo objinfo.cmo
../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
../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
../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
../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
../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
../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
../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
cd stdlib; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormatBasics.cmi` -c camlinternalFormatBasics.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormatBasics.cmo` -c camlinternalFormatBasics.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags pervasives.cmi` -c pervasives.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags pervasives.cmo` -c pervasives.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags array.cmi` -c array.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags array.cmo` -c array.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags list.cmi` -c list.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags list.cmo` -c list.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags char.cmi` -c char.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags char.cmo` -c char.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytes.cmi` -c bytes.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytes.cmo` -c bytes.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags string.cmi` -c string.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags string.cmo` -c string.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sys.cmi` -c sys.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sys.cmo` -c sys.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sort.cmi` -c sort.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sort.cmo` -c sort.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags marshal.cmi` -c marshal.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags marshal.cmo` -c marshal.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int32.cmi` -c int32.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags obj.cmi` -c obj.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags obj.cmo` -c obj.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int32.cmo` -c int32.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int64.cmi` -c int64.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int64.cmo` -c int64.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags nativeint.cmi` -c nativeint.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags nativeint.cmo` -c nativeint.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lexing.cmi` -c lexing.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lexing.cmo` -c lexing.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags parsing.cmi` -c parsing.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags parsing.cmo` -c parsing.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags set.cmi` -c set.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags set.cmo` -c set.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags map.cmi` -c map.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags map.cmo` -c map.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stack.cmi` -c stack.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stack.cmo` -c stack.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags queue.cmi` -c queue.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags queue.cmo` -c queue.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalLazy.cmi` -c camlinternalLazy.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalLazy.cmo` -c camlinternalLazy.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lazy.cmi` -c lazy.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lazy.cmo` -c lazy.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stream.cmi` -c stream.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stream.cmo` -c stream.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags buffer.cmi` -c buffer.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags buffer.cmo` -c buffer.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormat.cmi` -c camlinternalFormat.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormat.cmo` -c camlinternalFormat.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printf.cmi` -c printf.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printf.cmo` -c printf.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arg.cmi` -c arg.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arg.cmo` -c arg.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printexc.cmi` -c printexc.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printexc.cmo` -c printexc.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags gc.cmi` -c gc.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags gc.cmo` -c gc.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags digest.cmi` -c digest.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags digest.cmo` -c digest.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags random.cmi` -c random.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags random.cmo` -c random.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags hashtbl.cmi` -c hashtbl.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags hashtbl.cmo` -c hashtbl.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags format.cmi` -c format.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags format.cmo` -c format.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags scanf.cmi` -c scanf.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags scanf.cmo` -c scanf.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags callback.cmi` -c callback.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags callback.cmo` -c callback.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalOO.cmi` -c camlinternalOO.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalOO.cmo` -c camlinternalOO.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags oo.cmi` -c oo.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags oo.cmo` -c oo.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalMod.cmi` -c camlinternalMod.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalMod.cmo` -c camlinternalMod.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags genlex.cmi` -c genlex.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags genlex.cmo` -c genlex.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags weak.cmi` -c weak.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags weak.cmo` -c weak.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags filename.cmi` -c filename.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags filename.cmo` -c filename.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags complex.cmi` -c complex.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags complex.cmo` -c complex.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arrayLabels.cmi` -c arrayLabels.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arrayLabels.cmo` -c arrayLabels.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags listLabels.cmi` -c listLabels.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags listLabels.cmo` -c listLabels.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytesLabels.cmi` -c bytesLabels.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytesLabels.cmo` -c bytesLabels.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stringLabels.cmi` -c stringLabels.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stringLabels.cmo` -c stringLabels.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags moreLabels.cmi` -c moreLabels.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags moreLabels.cmo` -c moreLabels.ml
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stdLabels.cmi` -c stdLabels.mli
../boot/ocamlrun ../ocamlc -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stdLabels.cmo` -c stdLabels.ml
../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
../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
/Applications/Xcode.app/Contents/Developer/usr/bin/make ocaml
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
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
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
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
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
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
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
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
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
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
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
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
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
boot/ocamlrun boot/ocamlc -nostdlib -I boot -o expunge compilerlibs/ocamlcommon.cma \
compilerlibs/ocamlbytecomp.cma toplevel/expunge.cmo
boot/ocamlrun boot/ocamlc -nostdlib -I boot -linkall -o ocaml.tmp \
compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma \
compilerlibs/ocamltoplevel.cma toplevel/topstart.cmo
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
rm -f ocaml.tmp
/Applications/Xcode.app/Contents/Developer/usr/bin/make opt-core
/Applications/Xcode.app/Contents/Developer/usr/bin/make runtimeopt
cd asmrun; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
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
ln -s ../byterun/main.c main.c
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
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
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
ln -s ../byterun/globroots.c globroots.c
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
ln -s ../byterun/signals.c signals.c
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
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
ln -s ../byterun/misc.c misc.c
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
ln -s ../byterun/freelist.c freelist.c
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
ln -s ../byterun/major_gc.c major_gc.c
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
ln -s ../byterun/minor_gc.c minor_gc.c
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
ln -s ../byterun/memory.c memory.c
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
ln -s ../byterun/alloc.c alloc.c
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
ln -s ../byterun/compare.c compare.c
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
compare.c:273:12: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
return Val_int(LESS);
^~~~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
1 warning generated.
ln -s ../byterun/ints.c ints.c
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
ln -s ../byterun/floats.c floats.c
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
floats.c:442:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (f < g) return Val_int(-1);
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
floats.c:447:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (g == g) return Val_int(-1); /* g is not NaN, f is NaN */
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
2 warnings generated.
ln -s ../byterun/str.c str.c
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
str.c:239:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (res < 0) return Val_int(-1);
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
str.c:241:27: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (len1 < len2) return Val_int(-1);
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
2 warnings generated.
ln -s ../byterun/array.c array.c
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
ln -s ../byterun/io.c io.c
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
ln -s ../byterun/extern.c extern.c
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
ln -s ../byterun/intern.c intern.c
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
ln -s ../byterun/hash.c hash.c
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
ln -s ../byterun/sys.c sys.c
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
ln -s ../byterun/parsing.c parsing.c
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
parsing.c:220:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
env->curr_char = Val_int(-1);
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
parsing.c:225:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
env->curr_char = Val_int(-1);
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
2 warnings generated.
ln -s ../byterun/gc_ctrl.c gc_ctrl.c
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
ln -s ../byterun/terminfo.c terminfo.c
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
ln -s ../byterun/md5.c md5.c
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
ln -s ../byterun/obj.c obj.c
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
ln -s ../byterun/lexing.c lexing.c
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
lexing.c:66:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
lexbuf->lex_last_action = Val_int(-1);
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
lexing.c:101:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (lexbuf->lex_last_action == Val_int(-1)) {
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
lexing.c:147:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
Field(mem,dst) = Val_int(-1) ;
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
lexing.c:163:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
lexbuf->lex_last_action = Val_int(-1);
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
lexing.c:207:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (lexbuf->lex_last_action == Val_int(-1)) {
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
5 warnings generated.
ln -s ../byterun/printexc.c printexc.c
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
ln -s ../byterun/callback.c callback.c
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
ln -s ../byterun/weak.c weak.c
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
ln -s ../byterun/compact.c compact.c
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
ln -s ../byterun/finalise.c finalise.c
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
ln -s ../byterun/custom.c custom.c
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
ln -s ../byterun/unix.c unix.c
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
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
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
ln -s ../byterun/debugger.c debugger.c
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
ln -s ../byterun/meta.c meta.c
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
ln -s ../byterun/dynlink.c dynlink.c
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
clang -arch x86_64 -c -DSYS_macosx -DMODEL_default -o amd64.o amd64.S || \
{ echo "If your assembler produced syntax errors, it is probably";\
echo "unhappy with the preprocessor. Check your assembler, or";\
echo "try producing amd64.o by hand.";\
exit 2; }
rm -f libasmrun.a
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
ranlib libasmrun.a
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
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
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
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
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
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
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
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
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
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
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
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
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
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
compare.c:273:12: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
return Val_int(LESS);
^~~~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
1 warning generated.
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
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
floats.c:442:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (f < g) return Val_int(-1);
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
floats.c:447:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (g == g) return Val_int(-1); /* g is not NaN, f is NaN */
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
2 warnings generated.
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
str.c:239:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (res < 0) return Val_int(-1);
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
str.c:241:27: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (len1 < len2) return Val_int(-1);
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
2 warnings generated.
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
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
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
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
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
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
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
parsing.c:220:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
env->curr_char = Val_int(-1);
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
parsing.c:225:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
env->curr_char = Val_int(-1);
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
2 warnings generated.
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
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
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
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
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
lexing.c:66:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
lexbuf->lex_last_action = Val_int(-1);
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
lexing.c:101:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (lexbuf->lex_last_action == Val_int(-1)) {
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
lexing.c:147:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
Field(mem,dst) = Val_int(-1) ;
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
lexing.c:163:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
lexbuf->lex_last_action = Val_int(-1);
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
lexing.c:207:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (lexbuf->lex_last_action == Val_int(-1)) {
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
5 warnings generated.
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
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
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
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
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
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
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
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
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
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
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
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
clang -arch x86_64 -c -DSYS_macosx -DMODEL_default -DPROFILING -o amd64.p.o amd64.S
rm -f libasmrunp.a
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
ranlib libasmrunp.a
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
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
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
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
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
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
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
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
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
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
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
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
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
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
compare.c:273:12: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
return Val_int(LESS);
^~~~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
1 warning generated.
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
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
floats.c:442:21: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (f < g) return Val_int(-1);
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
floats.c:447:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (g == g) return Val_int(-1); /* g is not NaN, f is NaN */
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
2 warnings generated.
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
str.c:239:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (res < 0) return Val_int(-1);
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
str.c:241:27: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (len1 < len2) return Val_int(-1);
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
2 warnings generated.
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
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
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
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
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
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
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
parsing.c:220:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
env->curr_char = Val_int(-1);
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
parsing.c:225:22: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
env->curr_char = Val_int(-1);
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
2 warnings generated.
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
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
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
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
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
lexing.c:66:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
lexbuf->lex_last_action = Val_int(-1);
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
lexing.c:101:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (lexbuf->lex_last_action == Val_int(-1)) {
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
lexing.c:147:24: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
Field(mem,dst) = Val_int(-1) ;
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
lexing.c:163:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
lexbuf->lex_last_action = Val_int(-1);
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
lexing.c:207:38: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (lexbuf->lex_last_action == Val_int(-1)) {
^~~~~~~~~~~
../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
5 warnings generated.
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
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
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
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
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
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
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
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
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
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
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
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
clang -arch x86_64 -c -DSYS_macosx -DMODEL_default -O -o amd64.pic.o amd64.S
rm -f libasmrun_pic.a
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
ranlib libasmrun_pic.a
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
cp asmrun/libasmrun.a stdlib/libasmrun.a
/Applications/Xcode.app/Contents/Developer/usr/bin/make ocamlopt
ln -s amd64/arch.ml asmcomp/arch.ml
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
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
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
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
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
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
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
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
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
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
ln -s amd64/proc.ml asmcomp/proc.ml
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
ln -s amd64/selection.ml asmcomp/selection.ml
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
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
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
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
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
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
ln -s amd64/CSE.ml asmcomp/CSE.ml
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
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
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
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
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
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
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
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
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
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
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
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
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
ln -s amd64/reload.ml asmcomp/reload.ml
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
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
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
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
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
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
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
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
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
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
ln -s amd64/scheduling.ml asmcomp/scheduling.ml
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
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
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
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
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
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
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
cd tools && /Applications/Xcode.app/Contents/Developer/usr/bin/make cvt_emit
../boot/ocamlrun ../boot/ocamllex cvt_emit.mll
16 states, 280 transitions, table size 1216 bytes
../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
../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
boot/ocamlrun tools/cvt_emit < asmcomp/amd64/emit.mlp > asmcomp/emit.ml \
|| { rm -f asmcomp/emit.ml; exit 2; }
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
boot/ocamlrun boot/ocamlc -nostdlib -I boot -o ocamlopt \
compilerlibs/ocamlcommon.cma compilerlibs/ocamloptcomp.cma driver/optmain.cmo
/Applications/Xcode.app/Contents/Developer/usr/bin/make libraryopt
cd stdlib; /Applications/Xcode.app/Contents/Developer/usr/bin/make allopt
/Applications/Xcode.app/Contents/Developer/usr/bin/make stdlib.cmxa std_exit.cmx
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormatBasics.cmx` -c camlinternalFormatBasics.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags pervasives.cmx` -c pervasives.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags array.cmx` -c array.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags list.cmx` -c list.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags char.cmx` -c char.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytes.cmx` -c bytes.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags string.cmx` -c string.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sys.cmx` -c sys.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags sort.cmx` -c sort.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags marshal.cmx` -c marshal.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int32.cmx` -c int32.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags obj.cmx` -c obj.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags int64.cmx` -c int64.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags nativeint.cmx` -c nativeint.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lexing.cmx` -c lexing.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags parsing.cmx` -c parsing.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags set.cmx` -c set.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags map.cmx` -c map.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stack.cmx` -c stack.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags queue.cmx` -c queue.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalLazy.cmx` -c camlinternalLazy.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags lazy.cmx` -c lazy.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stream.cmx` -c stream.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags buffer.cmx` -c buffer.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalFormat.cmx` -c camlinternalFormat.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printf.cmx` -c printf.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arg.cmx` -c arg.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags printexc.cmx` -c printexc.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags gc.cmx` -c gc.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags digest.cmx` -c digest.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags random.cmx` -c random.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags hashtbl.cmx` -c hashtbl.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags format.cmx` -c format.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags scanf.cmx` -c scanf.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags callback.cmx` -c callback.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalOO.cmx` -c camlinternalOO.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags oo.cmx` -c oo.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags camlinternalMod.cmx` -c camlinternalMod.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags genlex.cmx` -c genlex.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags weak.cmx` -c weak.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags filename.cmx` -c filename.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags complex.cmx` -c complex.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags arrayLabels.cmx` -c arrayLabels.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags listLabels.cmx` -c listLabels.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags bytesLabels.cmx` -c bytesLabels.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stringLabels.cmx` -c stringLabels.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags moreLabels.cmx` -c moreLabels.ml
../boot/ocamlrun ../ocamlopt -strict-sequence -w +33..39 -g -warn-error A -bin-annot -nostdlib -safe-string `./Compflags stdLabels.cmx` -c stdLabels.ml
../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
../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
/Applications/Xcode.app/Contents/Developer/usr/bin/make allopt-prof
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
rm -f std_exit.p.cmi
/Applications/Xcode.app/Contents/Developer/usr/bin/make ocamlc.opt
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -ccopt "" -o ocamlc.opt \
compilerlibs/ocamlcommon.cmxa compilerlibs/ocamlbytecomp.cmxa \
driver/main.cmx -cclib "-lcurses -lpthread"
/Applications/Xcode.app/Contents/Developer/usr/bin/make otherlibraries ocamldebugger ocamldoc \
ocamlbuild.byte
cd yacc; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
make[3]: Nothing to be done for `all'.
cd lex; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
make[3]: Nothing to be done for `all'.
cd tools; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
make[3]: Nothing to be done for `all'.
for i in unix str num dynlink bigarray systhreads threads; do \
(cd otherlibs/$i; /Applications/Xcode.app/Contents/Developer/usr/bin/make all) || exit $?; \
done
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c accept.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c access.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c addrofstr.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c alarm.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c bind.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c chdir.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c chmod.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c chown.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c chroot.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c close.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c closedir.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c connect.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c cst2constr.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c cstringv.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c dup.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c dup2.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c envir.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c errmsg.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c execv.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c execve.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c execvp.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c exit.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c fchmod.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c fchown.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c fcntl.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c fork.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c ftruncate.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getaddrinfo.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getcwd.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getegid.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c geteuid.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getgid.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getgr.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getgroups.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c gethost.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c gethostname.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getlogin.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getnameinfo.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getpeername.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getpid.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getppid.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getproto.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getpw.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c gettimeofday.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getserv.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getsockname.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c getuid.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c gmtime.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c initgroups.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c isatty.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c itimer.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c kill.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c link.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c listen.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c lockf.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c lseek.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c mkdir.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c mkfifo.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c nice.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c open.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c opendir.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c pipe.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c putenv.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c read.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c readdir.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c readlink.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c rename.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c rewinddir.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c rmdir.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c select.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c sendrecv.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c setgid.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c setgroups.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c setsid.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c setuid.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c shutdown.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c signals.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c sleep.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c socket.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c socketaddr.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c socketpair.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c sockopt.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c stat.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c strofaddr.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c symlink.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c termios.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c time.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c times.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c truncate.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c umask.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c unixsupport.c
unixsupport.c:264:20: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (errconstr == Val_int(-1)) {
^~~~~~~~~~~
../../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
1 warning generated.
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c unlink.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c utimes.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c wait.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c write.c
../../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
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -nolabels unix.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -nolabels unix.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -nolabels unixLabels.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -nolabels unixLabels.ml
../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
unix.cmo unixLabels.cmo
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -c strstubs.c
strstubs.c:362:27: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
Field(res, i * 2) = Val_int(-1);
^~~~~~~~~~~
../../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
strstubs.c:363:31: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
Field(res, i * 2 + 1) = Val_int(-1);
^~~~~~~~~~~
../../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
2 warnings generated.
../../boot/ocamlrun ../../tools/ocamlmklib -oc camlstr strstubs.o
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string str.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string str.ml
../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
str.cmo
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -DBNG_ARCH_amd64 -DBNG_ASM_LEVEL=1 -c bng.c
gcc -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I../../byterun -O -DBNG_ARCH_amd64 -DBNG_ASM_LEVEL=1 -c nat_stubs.c
nat_stubs.c:295:23: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (d1 < d2) return Val_int(-1);
^~~~~~~~~~~
../../byterun/caml/mlvalues.h:75:20: note: expanded from macro 'Val_int'
#define Val_int(x) Val_long(x)
^~~~~~~~~~~
../../byterun/caml/mlvalues.h:71:39: note: expanded from macro 'Val_long'
#define Val_long(x) (((intnat)(x) << 1) + 1)
~~~~~~~~~~~ ^
1 warning generated.
../../boot/ocamlrun ../../tools/ocamlmklib -oc nums bng.o nat_stubs.o
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string int_misc.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string int_misc.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string nat.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string nat.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string big_int.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string big_int.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string arith_flags.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string arith_flags.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string ratio.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string ratio.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string num.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string num.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string arith_status.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string arith_status.ml
../../boot/ocamlrun ../../tools/ocamlmklib -o nums -oc nums -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
../../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
../../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
../../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
../../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 \
dynlinkaux.cmo dynlink.cmo
../../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
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -o extract_crc dynlink.cma extract_crc.cmo
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
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
../../boot/ocamlrun ../../tools/ocamlmklib -oc bigarray bigarray_stubs.o mmap_unix.o
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -I ../unix bigarray.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -I ../unix bigarray.ml
../../boot/ocamlrun ../../tools/ocamlmklib -o bigarray -oc bigarray -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib' -linkall \
bigarray.cmo
gcc -I../../byterun -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O \
-c st_stubs.c
mv st_stubs.o st_stubs_b.o
../../boot/ocamlrun ../../tools/ocamlmklib -o threads st_stubs_b.o -lpthread
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string thread.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string thread.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string mutex.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string mutex.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string condition.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string condition.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string event.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string event.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string threadUnix.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string threadUnix.ml
../../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 \
-cclib -lunix -cclib -lpthread
gcc -I../../byterun -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O -g -c -o scheduler.o scheduler.c
../../boot/ocamlrun ../../tools/ocamlmklib -o threads -oc vmthreads scheduler.o
ln -s -f ../unix/unix.mli unix.mli
ln -s -f ../unix/unix.cmi unix.cmi
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -w +33..39 -warn-error A -bin-annot -g -safe-string -c unix.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string thread.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string thread.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string mutex.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string mutex.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string condition.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string condition.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string event.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string event.ml
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string threadUnix.mli
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -bin-annot -g -safe-string threadUnix.ml
../../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
ln -s ../../stdlib/pervasives.mli pervasives.mli
ln -s ../../stdlib/pervasives.cmi pervasives.cmi
../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix -w +33..39 -warn-error A -bin-annot -g -safe-string -nopervasives -c pervasives.ml
../../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
../../boot/ocamlrun ../../tools/ocamlmklib -ocamlc '../../boot/ocamlrun ../../ocamlc -nostdlib -I ../../stdlib -I ../../otherlibs/unix' -o unix -linkall unix.cmo ../unix/unixLabels.cmo
cd debugger; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
grep -v 'REMOVE_ME for ../../debugger/dynlink.ml' \
../otherlibs/dynlink/dynlink.ml >dynlink.ml
cp ../otherlibs/dynlink/dynlink.mli .
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../boot/ocamlrun ../boot/ocamllex lexer.mll
41 states, 1026 transitions, table size 4350 bytes
1285 additional bytes used for bindings
../boot/ocamlyacc parser.mly
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
cd ocamldoc && /Applications/Xcode.app/Contents/Developer/usr/bin/make all
/Applications/Xcode.app/Contents/Developer/usr/bin/make exe
../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
../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
../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
../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
../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
../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
../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
../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
../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
../boot/ocamlyacc -v odoc_text_parser.mly
5 shift/reduce conflicts.
../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
../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
../boot/ocamlrun ../boot/ocamllex odoc_text_lexer.mll
250 states, 2439 transitions, table size 11256 bytes
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../boot/ocamlyacc -v odoc_parser.mly
../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
../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
../boot/ocamlrun ../boot/ocamllex odoc_lexer.mll
50 states, 614 transitions, table size 2756 bytes
../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
../boot/ocamlrun ../boot/ocamllex odoc_see_lexer.mll
20 states, 264 transitions, table size 1176 bytes
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../boot/ocamlrun ../boot/ocamllex odoc_ocamlhtml.mll
111 states, 2871 transitions, table size 12150 bytes
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -o ocamldoc -linkall unix.cma str.cma dynlink.cma \
../compilerlibs/ocamlcommon.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 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
/Applications/Xcode.app/Contents/Developer/usr/bin/make lib
../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 \
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
../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
/Applications/Xcode.app/Contents/Developer/usr/bin/make generators
../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
../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
/Applications/Xcode.app/Contents/Developer/usr/bin/make manpages
mkdir -p stdlib_man
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 \
-t "OCaml library" -man-mini \
../stdlib/*.mli ../parsing/*.mli ../otherlibs/unix/unix.mli ../otherlibs/str/str.mli ../otherlibs/bigarray/bigarray.mli ../otherlibs/num/num.mli
cd ocamlbuild && /Applications/Xcode.app/Contents/Developer/usr/bin/make all
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c const.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c loc.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c loc.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c discard_printf.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c discard_printf.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c signatures.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c my_std.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c my_std.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c my_unix.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c my_unix.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c tags.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c tags.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c display.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c display.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c log.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c log.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c shell.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c shell.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c bool.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c bool.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c glob_ast.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c glob_ast.ml
../boot/ocamlrun ../boot/ocamllex glob_lexer.mll
55 states, 419 transitions, table size 2006 bytes
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c glob_lexer.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c glob_lexer.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c glob.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c glob.ml
../boot/ocamlrun ../boot/ocamllex lexers.mll
251 states, 1051 transitions, table size 5710 bytes
4334 additional bytes used for bindings
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c lexers.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c lexers.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c param_tags.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c param_tags.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c command.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c command.ml
(echo 'let bindir = "/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin"'; \
echo 'let libdir = "/Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml"'; \
echo 'let supports_shared_libraries = true';\
echo 'let a = "a"'; \
echo 'let o = "o"'; \
echo 'let so = "so"'; \
echo 'let ext_dll = ".so"'; \
echo 'let exe = ""'; \
) > ocamlbuild_config.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_config.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_where.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_where.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c slurp.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c slurp.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c options.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c options.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c pathname.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c pathname.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c configuration.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c configuration.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c flags.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c flags.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c hygiene.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c hygiene.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c digest_cache.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c digest_cache.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c resource.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c resource.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c rule.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c rule.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c solver.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c solver.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c report.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c report.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c tools.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c tools.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c fda.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c fda.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c findlib.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c findlib.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_arch.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_arch.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_utils.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_utils.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_dependencies.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_dependencies.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_compiler.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_compiler.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_tools.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_tools.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_specific.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocaml_specific.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c plugin.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c plugin.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c exit_codes.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c exit_codes.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c hooks.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c hooks.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c main.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c main.ml
../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
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_plugin.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_plugin.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_executor.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_executor.ml
../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
../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
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild.mli
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild.ml
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -I ../otherlibs/unix -o ocamlbuild.byte \
unix.cma ocamlbuild_pack.cmo ocamlbuild_plugin.cmo ocamlbuild_executor.cmo ocamlbuild_unix_plugin.cmo ocamlbuild.cmo
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -a -o ocamlbuildlib.cma \
ocamlbuild_pack.cmo ocamlbuild_plugin.cmo ocamlbuild_executor.cmo ocamlbuild_unix_plugin.cmo
/Applications/Xcode.app/Contents/Developer/usr/bin/make ocamlopt.opt
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
boot/ocamlrun ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink -o ocamlopt.opt \
compilerlibs/ocamlcommon.cmxa compilerlibs/ocamloptcomp.cmxa \
driver/optmain.cmx
/Applications/Xcode.app/Contents/Developer/usr/bin/make otherlibrariesopt
for i in unix str num dynlink bigarray systhreads threads; do \
(cd otherlibs/$i; /Applications/Xcode.app/Contents/Developer/usr/bin/make allopt) || exit $?; \
done
../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -nolabels unix.ml
../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -nolabels unixLabels.ml
../../boot/ocamlrun ../../tools/ocamlmklib -o unix -oc unix -ocamlopt '../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib' -linkall \
unix.cmx unixLabels.cmx
../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -shared -o unix.cmxs -I . unix.cmxa
../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string str.ml
../../boot/ocamlrun ../../tools/ocamlmklib -o str -oc camlstr -ocamlopt '../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib' -linkall \
str.cmx
../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -shared -o str.cmxs -I . str.cmxa
../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string int_misc.ml
../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string nat.ml
../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string big_int.ml
../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string arith_flags.ml
../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string ratio.ml
../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string num.ml
../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string arith_status.ml
../../boot/ocamlrun ../../tools/ocamlmklib -o nums -oc nums -ocamlopt '../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib' -linkall \
int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -shared -o nums.cmxs -I . nums.cmxa
cp natdynlink.ml dynlink.mlopt
../../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
rm -f dynlink.mlopt
../../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 \
dynlink.cmx
../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -c -w +33..39 -warn-error A -bin-annot -g -safe-string -I ../unix bigarray.ml
../../boot/ocamlrun ../../tools/ocamlmklib -o bigarray -oc bigarray -ocamlopt '../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib' -linkall \
bigarray.cmx
../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -shared -o bigarray.cmxs -I . bigarray.cmxa
gcc -I../../asmrun -I../../byterun -O -D_FILE_OFFSET_BITS=64 -D_REENTRANT \
-O -DNATIVE_CODE -DTARGET_amd64 \
-DSYS_macosx -c st_stubs.c
mv st_stubs.o st_stubs_n.o
ar rc libthreadsnat.a st_stubs_n.o
../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string thread.ml
../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string mutex.ml
../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string condition.ml
../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string event.ml
../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -c -w +33..39 -warn-error A -g -bin-annot -safe-string threadUnix.ml
../../boot/ocamlrun ../../ocamlopt -nostdlib -I ../../stdlib -I ../../otherlibs/unix -a -o threads.cmxa thread.cmx mutex.cmx condition.cmx event.cmx threadUnix.cmx \
-cclib -lthreadsnat -cclib -lpthread
make[3]: Nothing to be done for `allopt'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make ocamllex.opt ocamltoolsopt ocamltoolsopt.opt ocamldoc.opt \
ocamlbuild.native
cd lex; /Applications/Xcode.app/Contents/Developer/usr/bin/make allopt
../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string cset.ml
../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string syntax.ml
../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string parser.ml
../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string lexer.ml
../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string table.ml
../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string lexgen.ml
../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string compact.ml
../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string common.ml
../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string output.ml
../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string outputbis.ml
../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -c -w +33..39 -warn-error A -bin-annot -safe-string main.ml
../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
cd tools; /Applications/Xcode.app/Contents/Developer/usr/bin/make opt
../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
cd yacc; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
make[3]: Nothing to be done for `all'.
cd lex; /Applications/Xcode.app/Contents/Developer/usr/bin/make all
make[3]: Nothing to be done for `all'.
cd tools; /Applications/Xcode.app/Contents/Developer/usr/bin/make opt.opt
../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
../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
../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 \
depend.cmx ocamldep.cmx
../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
../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
../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
../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
../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
cd ocamldoc && /Applications/Xcode.app/Contents/Developer/usr/bin/make opt.opt
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -o ocamldoc.opt -linkall unix.cmxa str.cmxa dynlink.cmxa \
../compilerlibs/ocamlcommon.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 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
../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 \
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
../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
../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
for i in unix str num dynlink bigarray systhreads threads; do \
(cd otherlibs/$i; /Applications/Xcode.app/Contents/Developer/usr/bin/make allopt) || exit $?; \
done
make[3]: Nothing to be done for `allopt'.
make[3]: Nothing to be done for `allopt'.
make[3]: Nothing to be done for `allopt'.
make[3]: Nothing to be done for `allopt'.
make[3]: Nothing to be done for `allopt'.
make[3]: Nothing to be done for `allopt'.
make[3]: Nothing to be done for `allopt'.
cd ocamlbuild && /Applications/Xcode.app/Contents/Developer/usr/bin/make allopt
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../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
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_plugin.mli
../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
../boot/ocamlrun ../ocamlc -nostdlib -I ../stdlib -warn-error A -w L -w R -w Z -I ../otherlibs/unix -safe-string -c ocamlbuild_executor.mli
../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
../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
../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
../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
../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -I ../otherlibs/unix -o ocamlbuild.native \
unix.cmxa ocamlbuild_pack.cmx ocamlbuild_plugin.cmx ocamlbuild_executor.cmx ocamlbuild_unix_plugin.cmx ocamlbuild.cmx
../boot/ocamlrun ../ocamlopt -nostdlib -I ../stdlib -a -o ocamlbuildlib.cmxa \
ocamlbuild_pack.cmx ocamlbuild_plugin.cmx ocamlbuild_executor.cmx ocamlbuild_unix_plugin.cmx
+ make install
if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin; then : ; \
else mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin; fi
if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; then : ; \
else mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; fi
if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/stublibs; then : ; \
else mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/stublibs; fi
if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs; then : ; \
else mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs; fi
if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/man/man1; then : ; \
else mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/man/man1; fi
cp VERSION /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; rm -f dllbigarray.so dllnums.so dllthreads.so \
dllunix.so dllgraphics.so dllstr.so
cd byterun; /Applications/Xcode.app/Contents/Developer/usr/bin/make install
cp ../boot/ocamlrun /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlrun
cp libcamlrun.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/libcamlrun.a
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libcamlrun.a
if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/caml; then : ; \
else mkdir /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/caml; fi
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 \
sed -f ../tools/cleanup-header caml/$i > /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/caml/$i; \
done
cp ld.conf /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ld.conf
cp libcamlrun_shared.so /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/libcamlrun_shared.so
cp libcamlrun_pic.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/libcamlrun_pic.a
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libcamlrun_pic.a
cp ocamlc /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc
cp ocaml /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocaml
cd stdlib; /Applications/Xcode.app/Contents/Developer/usr/bin/make install
cp stdlib.cma std_exit.cmo *.cmi *.cmt *.cmti *.mli *.ml \
camlheader_ur \
/Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
cp target_camlheader /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/camlheader
cp lex/ocamllex /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex
cp boot/ocamlyacc /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlyacc
cp utils/*.cmi utils/*.cmt utils/*.cmti \
parsing/*.cmi parsing/*.cmt parsing/*.cmti \
typing/*.cmi typing/*.cmt typing/*.cmti \
bytecomp/*.cmi bytecomp/*.cmt bytecomp/*.cmti \
driver/*.cmi driver/*.cmt driver/*.cmti \
toplevel/*.cmi toplevel/*.cmt toplevel/*.cmti /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs
cp compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma \
compilerlibs/ocamltoplevel.cma driver/main.cmo toplevel/topstart.cmo \
/Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs
cp expunge /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/expunge
cp toplevel/topdirs.cmi /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
cd tools; /Applications/Xcode.app/Contents/Developer/usr/bin/make install
cp ocamldep /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep
if test -f ocamldep.opt; \
then cp ocamldep.opt /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt; else :; fi
cp ocamlprof /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlprof
cp ocamlcp /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlcp
cp ocamloptp /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamloptp
cp profiling.cmi profiling.cmo /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
cp ocamlmklib /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlmklib
cp objinfo /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlobjinfo
cp objinfo_helper /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/objinfo_helper
cp ocamlmktop /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin
cd man; /Applications/Xcode.app/Contents/Developer/usr/bin/make install
for i in *.m; do cp $i /Users/lorenz/code/ReasonProject/node_modules/ocaml/man/man1/`basename $i .m`.1; done
echo '.so man1/ocamlc.1' \
> /Users/lorenz/code/ReasonProject/node_modules/ocaml/man/man1/ocamlc.opt.1
echo '.so man1/ocamlopt.1' \
> /Users/lorenz/code/ReasonProject/node_modules/ocaml/man/man1/ocamlopt.opt.1
echo '.so man1/ocamlcp.1' \
> /Users/lorenz/code/ReasonProject/node_modules/ocaml/man/man1/ocamloptp.1
for i in unix str num dynlink bigarray systhreads threads; do \
(cd otherlibs/$i; /Applications/Xcode.app/Contents/Developer/usr/bin/make install) || exit $?; \
done
if test -f dllunix.so; then \
cp dllunix.so /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/stublibs/; fi
cp libunix.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libunix.a
cp unix.cma unix.cmi unixLabels.cmi unix.mli unixLabels.mli /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
if test -n "unixsupport.h socketaddr.h"; then cp unixsupport.h socketaddr.h /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/caml/; fi
if test -f dllcamlstr.so; then \
cp dllcamlstr.so /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/stublibs/; fi
cp libcamlstr.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libcamlstr.a
cp str.cma str.cmi str.mli /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
if test -n ""; then cp /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/caml/; fi
if test -f dllnums.so; then \
cp dllnums.so /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/stublibs/; fi
cp libnums.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libnums.a
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/
if test -n ""; then cp /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/caml/; fi
cp dynlink.cmi dynlink.cma dynlink.mli /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
cp extract_crc /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/extract_crc
if test -f dllbigarray.so; then \
cp dllbigarray.so /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/stublibs/; fi
cp libbigarray.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libbigarray.a
cp bigarray.cma bigarray.cmi bigarray.mli /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
if test -n "bigarray.h"; then cp bigarray.h /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/caml/; fi
if test -f dllthreads.so; then \
cp dllthreads.so /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/stublibs/dllthreads.so; fi
cp libthreads.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/libthreads.a
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libthreads.a
if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/threads; then :; \
else mkdir /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/threads; fi
cp thread.cmi mutex.cmi condition.cmi event.cmi threadUnix.cmi threads.cma /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/threads
rm -f /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/threads/stdlib.cma
cp thread.mli mutex.mli condition.mli event.mli threadUnix.mli \
/Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
cp threads.h /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/caml/threads.h
if test -f dllvmthreads.so; then cp dllvmthreads.so /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/stublibs/.; fi
mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/vmthreads
cp libvmthreads.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/vmthreads/libvmthreads.a
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/vmthreads; ranlib libvmthreads.a
cp thread.cmi mutex.cmi condition.cmi event.cmi threadUnix.cmi \
threads.cma stdlib.cma unix.cma /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/vmthreads
cp thread.mli mutex.mli condition.mli event.mli threadUnix.mli \
/Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/vmthreads
if test -n "ocamldoc"; then (cd ocamldoc; /Applications/Xcode.app/Contents/Developer/usr/bin/make install); else :; fi
if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin; then : ; else mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin; fi
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
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
cp -f ocamldoc /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldoc
cp -f ocamldoc.hva *.cmi odoc_info.cma /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamldoc
cp -f odoc_info.mli odoc_info.cmi /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamldoc
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
if test -d stdlib_man; then cp -f stdlib_man/* /Users/lorenz/code/ReasonProject/node_modules/ocaml/man/man3; else : ; fi
if test -n "ocamldebugger"; then (cd debugger; /Applications/Xcode.app/Contents/Developer/usr/bin/make install); \
else :; fi
cp ocamldebug /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldebug
if test -n "ocamlbuild"; then (cd ocamlbuild; /Applications/Xcode.app/Contents/Developer/usr/bin/make install); \
else :; fi
cp ocamlbuild.byte /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlbuild
cp ocamlbuild.byte /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlbuild.byte
mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild
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/
cp config/Makefile /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/Makefile.config
if test -f ocamlopt; then /Applications/Xcode.app/Contents/Developer/usr/bin/make installopt; else :; fi
cd asmrun; /Applications/Xcode.app/Contents/Developer/usr/bin/make install
cp libasmrun.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/libasmrun.a
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libasmrun.a
cp libasmrunp.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/libasmrunp.a
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libasmrunp.a
cp libasmrun_pic.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/libasmrun_pic.a
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libasmrunp.a
cp libasmrun_shared.so /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/libasmrun_shared.so
cp ocamlopt /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt
cd stdlib; /Applications/Xcode.app/Contents/Developer/usr/bin/make installopt
cp stdlib.cmxa stdlib.a std_exit.o *.cmx /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib stdlib.a
cp stdlib.p.cmxa stdlib.p.a std_exit.p.cmx std_exit.p.o /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib stdlib.p.a
cp asmcomp/*.cmi asmcomp/*.cmt asmcomp/*.cmti /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs
cp compilerlibs/ocamloptcomp.cma driver/optmain.cmo /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs
if test -n "ocamldoc"; then (cd ocamldoc; /Applications/Xcode.app/Contents/Developer/usr/bin/make installopt); \
else :; fi
if test -f ocamldoc.opt; then /Applications/Xcode.app/Contents/Developer/usr/bin/make installopt_really ; fi
if test -d /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin; then : ; else mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin; fi
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
cp -f ocamldoc.opt /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldoc.opt
cp -f ocamldoc.hva odoc_info.a odoc_info.cmxa /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamldoc
cp -f odoc_info.mli odoc_info.cmi /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamldoc
if test -n "ocamlbuild"; then (cd ocamlbuild; /Applications/Xcode.app/Contents/Developer/usr/bin/make installopt); \
else :; fi
if test -f ocamlbuild.native; then /Applications/Xcode.app/Contents/Developer/usr/bin/make installopt_really; fi
cp ocamlbuild.native /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlbuild
cp ocamlbuild.native /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlbuild.native
mkdir -p /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/ocamlbuild
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/
for i in unix str num dynlink bigarray systhreads threads; \
do (cd otherlibs/$i; /Applications/Xcode.app/Contents/Developer/usr/bin/make installopt) || exit $?; done
cp unix.cmx unixLabels.cmx unix.cmxa unix.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib unix.a
if test -f unix.cmxs; then cp unix.cmxs /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/; fi
cp str.cmx str.cmxa str.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib str.a
if test -f str.cmxs; then cp str.cmxs /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/; fi
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/
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib nums.a
if test -f nums.cmxs; then cp nums.cmxs /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/; fi
if true; then \
cp dynlink.cmx dynlink.cmxa dynlink.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml && \
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml && ranlib dynlink.a; \
fi
cp bigarray.cmx bigarray.cmxa bigarray.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib bigarray.a
if test -f bigarray.cmxs; then cp bigarray.cmxs /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/; fi
cp libthreadsnat.a /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/libthreadsnat.a
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml; ranlib libthreadsnat.a
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
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/threads; ranlib threads.a
make[2]: Nothing to be done for `installopt'.
if test -f ocamlopt.opt ; then /Applications/Xcode.app/Contents/Developer/usr/bin/make installoptopt; fi
cp ocamlc.opt /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt
cp ocamlopt.opt /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt
cp lex/ocamllex.opt /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt
cp compilerlibs/ocamlcommon.cmxa compilerlibs/ocamlcommon.a \
compilerlibs/ocamlbytecomp.cmxa compilerlibs/ocamlbytecomp.a \
compilerlibs/ocamloptcomp.cmxa compilerlibs/ocamloptcomp.a \
driver/main.cmx driver/main.o \
driver/optmain.cmx driver/optmain.o \
/Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs
cd /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs && ranlib ocamlcommon.a ocamlbytecomp.a \
ocamloptcomp.a
cd tools; /Applications/Xcode.app/Contents/Developer/usr/bin/make installopt
cp profiling.cmx profiling.o /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
> opam-installer-bin@0.0.0 postinstall /Users/lorenz/code/ReasonProject/node_modules/opam-installer-bin
> eval $(dependencyEnv) && nopam && make install
cp -r vendor-darwin/bin/* _build/ocamlfind/bin
> conf-m4-actual@4.1.0 postinstall /Users/lorenz/code/ReasonProject/node_modules/conf-m4-actual
> eval $(dependencyEnv) && nopam && sh -exc echo | m4 && (opam-installer --prefix=$opam_prefix || true)
+ echo
ERROR: No .install file found
> ocamlfind-actual@1.6.2 postinstall /Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual
> 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
Welcome to findlib version 1.6.2
Configuring core...
Checking for #remove_directory...
Testing threading model...
systhread_supported: true
Testing DLLs...
Testing whether ppxopt can be supported...
Configuring libraries...
native dynlink: found
labltk: not present
ocamlbuild: found
camlp4: disabled
compiler-libs: found
dbm: not present (normal since OCaml-4.00)
bytes: found, installing fake library
Configuration for dynlink written to site-lib-src/dynlink/META
Configuration for graphics written to site-lib-src/graphics/META
Configuration for num written to site-lib-src/num/META
Configuration for num-top written to site-lib-src/num-top/META
Configuration for str written to site-lib-src/str/META
Configuration for threads written to site-lib-src/threads/META
Configuration for unix written to site-lib-src/unix/META
Configuration for stdlib written to site-lib-src/stdlib/META
Configuration for bigarray written to site-lib-src/bigarray/META
Configuration for ocamldoc written to site-lib-src/ocamldoc/META
Configuration for ocamlbuild written to site-lib-src/ocamlbuild/META
Configuration for compiler-libs written to site-lib-src/compiler-libs/META
Configuration for bytes written to site-lib-src/bytes/META
Detecting compiler arguments: (extractor built) ok
About the OCAML core installation:
Standard library: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
Binaries: /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin
Manual pages: /Users/lorenz/code/ReasonProject/node_modules/ocaml/man
Multi-threading type: posix
The directory of site-specific packages will be
site-lib: /Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib
The configuration file is written to:
findlib config file: /Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/findlib.conf
Software will be installed:
Libraries: in <site-lib>/findlib
Binaries: /Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/bin
Manual pages: /Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/man
topfind script: /Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml
Topfind ppxopt support: yes
Toolbox: no
Link custom runtime: no
Need bytes compatibility: no
Configuration has been written to Makefile.config
You can now do 'make all', and optionally 'make opt', to build ocamlfind.
for p in findlib; do ( cd src/$p; /Applications/Xcode.app/Contents/Developer/usr/bin/make all ) || exit; done
Makefile:175: depend: No such file or directory
ocamllex fl_meta.mll
22 states, 392 transitions, table size 1700 bytes
ocamldep *.ml *.mli >depend
USE_CYGPATH="0"; \
export USE_CYGPATH; \
cat findlib_config.mlp | \
../../tools/patch '@CONFIGFILE@' '/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/findlib.conf' | \
../../tools/patch '@STDLIB@' '/Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml' | \
sed -e 's;@AUTOLINK@;true;g' \
-e 's;@SYSTEM@;macosx;g' \
>findlib_config.ml
ocamlc -I +compiler-libs -g -c findlib_config.ml
ocamlc -I +compiler-libs -g -c fl_split.ml
ocamlc -I +compiler-libs -g -c fl_metatoken.ml
ocamlc -I +compiler-libs -g -c fl_meta.ml
ocamlc -I +compiler-libs -c fl_metascanner.mli
ocamlc -I +compiler-libs -g -c fl_metascanner.ml
ocamlc -I +compiler-libs -c fl_topo.mli
ocamlc -I +compiler-libs -g -c fl_topo.ml
ocamlc -I +compiler-libs -c fl_package_base.mli
ocamlc -I +compiler-libs -g -c fl_package_base.ml
ocamlc -I +compiler-libs -c findlib.mli
ocamlc -I +compiler-libs -g -c findlib.ml
ocamlc -I +compiler-libs -g -c fl_args.ml
ocamlc -I +compiler-libs -g -c fl_lint.ml
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
ocamlc -I +compiler-libs -g -c ocaml_args.ml
ocamlc -I +compiler-libs -g -c frontend.ml
File "frontend.ml", line 1787, characters 16-29:
Warning 3: deprecated: String.create
Use Bytes.create instead.
ocamlc -I +compiler-libs -o ocamlfind -g findlib.cma unix.cma \
ocaml_args.cmo frontend.cmo
if [ "true" = "true" ]; then \
cp topfind.ml.in topfind.ml; \
else \
sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in \
> topfind.ml ; \
fi
ocamlc -I +compiler-libs -c topfind.mli
ocamlc -I +compiler-libs -g -c topfind.ml
ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
USE_CYGPATH="0"; \
export USE_CYGPATH; \
cat topfind_rd1.p | \
../../tools/patch '@SITELIB@' '/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib' \
>topfind
ocamlc -I +compiler-libs -c num_top_printers.mli
ocamlc -I +compiler-libs -g -c num_top_printers.ml
ocamlc -I +compiler-libs -c num_top.mli
ocamlc -I +compiler-libs -g -c num_top.ml
ocamlc -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
ocamlc -I +compiler-libs -c fl_dynload.mli
ocamlc -I +compiler-libs -g -c fl_dynload.ml
ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-config
USE_CYGPATH="0"; \
export USE_CYGPATH; \
cat findlib.conf.in | \
tools/patch '@SITELIB@' '/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib' >findlib.conf
if ocamlc.opt >/dev/null 2>&1; then \
echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
fi
if ocamlopt.opt >/dev/null 2>&1; then \
echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
fi
if ocamldep.opt >/dev/null 2>&1; then \
echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
fi
if ocamldoc.opt >/dev/null 2>&1; then \
echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
fi
for p in findlib; do ( cd src/$p; /Applications/Xcode.app/Contents/Developer/usr/bin/make opt ) || exit; done
ocamldep *.ml *.mli >depend
ocamlopt -I +compiler-libs -c findlib_config.ml
ocamlopt -I +compiler-libs -c fl_split.ml
ocamlopt -I +compiler-libs -c fl_metatoken.ml
ocamlopt -I +compiler-libs -c fl_meta.ml
ocamlopt -I +compiler-libs -c fl_metascanner.ml
ocamlopt -I +compiler-libs -c fl_topo.ml
ocamlopt -I +compiler-libs -c fl_package_base.ml
ocamlopt -I +compiler-libs -c findlib.ml
ocamlopt -I +compiler-libs -c fl_args.ml
ocamlopt -I +compiler-libs -c fl_lint.ml
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
if [ 1 -gt 0 ]; then \
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; \
fi
ocamlopt -I +compiler-libs -c ocaml_args.ml
ocamlopt -I +compiler-libs -c frontend.ml
File "frontend.ml", line 1787, characters 16-29:
Warning 3: deprecated: String.create
Use Bytes.create instead.
ocamlopt -I +compiler-libs -o ocamlfind_opt findlib.cmxa unix.cmxa \
ocaml_args.cmx frontend.cmx
ocamlopt -I +compiler-libs -c fl_dynload.ml
ocamlopt -I +compiler-libs -a -o findlib_dynload.cmxa fl_dynload.cmx
if [ 1 -gt 0 ]; then \
ocamlopt -I +compiler-libs -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
fi
mkdir -p "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/bin"
mkdir -p "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/man"
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-config
mkdir -p "`dirname \"/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/findlib.conf\"`"
!!! Keeping old /Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/findlib.conf !!!
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"
for p in findlib; do ( cd src/$p; /Applications/Xcode.app/Contents/Developer/usr/bin/make install ); done
mkdir -p "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/findlib"
mkdir -p "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/bin"
test 1 -eq 0 || cp topfind "/Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml"
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` && \
cp $files "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/findlib"
f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
cp $f "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/bin/ocamlfind"
# the following "if" block is only needed for 4.00beta2
if [ 1 -eq 0 -a -f "/Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
cd "/Users/lorenz/code/ReasonProject/node_modules/ocaml/lib/ocaml/compiler-libs/"; \
cp topdirs.cmi toploop.cmi "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/findlib/"; \
fi
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-meta
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
cd src/findlib; /Applications/Xcode.app/Contents/Developer/usr/bin/make install-num-top
mkdir -p "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/num-top"
cp num_top.cma num_top.cmi num_top_printers.cmi \
"/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/lib/num-top"
if [ 0 -eq 1 ]; then \
cp tools/safe_camlp4 "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/bin"; \
fi
/Applications/Xcode.app/Contents/Developer/usr/bin/make install-doc
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"
cp doc/ref-man/ocamlfind.1 "/Users/lorenz/code/ReasonProject/node_modules/ocamlfind-actual/./_build/ocamlfind/man/man1"
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"
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file
cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory
make[1]: [install-doc] Error 64 (ignored)
> camomile-bin@0.8.5 postinstall /Users/lorenz/code/ReasonProject/node_modules/camomile-bin
> eval $(dependencyEnv) && nopam && make install
rm -f ./vendor-linux/share
ln -fs ../vendor-darwin/share ./vendor-linux/share
cp -r vendor-darwin/lib/* _build/ocamlfind/lib
cp -RL vendor-darwin/share/* _build/ocamlfind/share
> react-bin@1.2.2 postinstall /Users/lorenz/code/ReasonProject/node_modules/react-bin
> eval $(dependencyEnv) && nopam && make install
cp -r vendor-darwin/lib/* _build/ocamlfind/lib
> lwt-bin@2.5.2 postinstall /Users/lorenz/code/ReasonProject/node_modules/lwt-bin
> eval $(dependencyEnv) && nopam && make install
cp -r vendor-darwin/lib/* _build/ocamlfind/lib
> conf-which-actual@1.0.0 postinstall /Users/lorenz/code/ReasonProject/node_modules/conf-which-actual
> eval $(dependencyEnv) && nopam && which which && (opam-installer --prefix=$opam_prefix || true)
/usr/bin/which
ERROR: No .install file found
> cppo-actual@1.4.1 postinstall /Users/lorenz/code/ReasonProject/node_modules/cppo-actual
> eval $(dependencyEnv) && nopam && make opt && make ocamlbuild && make install-lib && (opam-installer --prefix=$opam_prefix || true)
echo 'let cppo_version = "1.4.1"' > cppo_version.ml
ocamlyacc cppo_parser.mly
ocamllex cppo_lexer.mll
368 states, 13139 transitions, table size 54764 bytes
3754 additional bytes used for bindings
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
cd ocamlbuild_plugin && ocamlbuild -use-ocamlfind ocamlbuild_cppo.cma ocamlbuild_cppo.cmxa ocamlbuild_cppo.a ocamlbuild_cppo.cmxs
Finished, 8 targets (0 cached) in 00:00:00.
ocamlfind install -patch-version 1.4.1 "cppo_ocamlbuild" \
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
Installed /Users/lorenz/code/ReasonProject/node_modules/cppo-actual/_build/ocamlfind/lib/cppo_ocamlbuild/ocamlbuild_cppo.cmxs
Installed /Users/lorenz/code/ReasonProject/node_modules/cppo-actual/_build/ocamlfind/lib/cppo_ocamlbuild/ocamlbuild_cppo.a
Installed /Users/lorenz/code/ReasonProject/node_modules/cppo-actual/_build/ocamlfind/lib/cppo_ocamlbuild/ocamlbuild_cppo.cmxa
Installed /Users/lorenz/code/ReasonProject/node_modules/cppo-actual/_build/ocamlfind/lib/cppo_ocamlbuild/ocamlbuild_cppo.cma
Installed /Users/lorenz/code/ReasonProject/node_modules/cppo-actual/_build/ocamlfind/lib/cppo_ocamlbuild/ocamlbuild_cppo.cmi
Installed /Users/lorenz/code/ReasonProject/node_modules/cppo-actual/_build/ocamlfind/lib/cppo_ocamlbuild/META
cppo => /Users/lorenz/code/ReasonProject/node_modules/cppo-actual/./_build/ocamlfind/bin/cppo
> easy-format-actual@1.2.0 postinstall /Users/lorenz/code/ReasonProject/node_modules/easy-format-actual
> eval $(dependencyEnv) && nopam && make && make install && (opam-installer --prefix=$opam_prefix || true)
ocamlfind ocamlc -c easy_format.mli
ocamlfind ocamlc -c -dtypes easy_format.ml
touch bytecode
ocamlfind ocamlc -c easy_format.mli
ocamlfind ocamlopt -c -dtypes easy_format.ml
ocamlfind ocamlopt -I . -shared -linkall \
-o easy_format.cmxs easy_format.cmx
touch nativecode
echo "version = \"1.2.0\"" > META; cat META.tpl >> META
INSTALL_FILES="META easy_format.cmi easy_format.mli"; \
if test -f bytecode; then \
INSTALL_FILES="$INSTALL_FILES easy_format.cmo"; \
fi; \
if test -f nativecode; then \
INSTALL_FILES="$INSTALL_FILES easy_format.cmx easy_format.o easy_format.cmxs"; \
fi; \
ocamlfind install easy-format $INSTALL_FILES
Installed /Users/lorenz/code/ReasonProject/node_modules/easy-format-actual/_build/ocamlfind/lib/easy-format/easy_format.cmxs
Installed /Users/lorenz/code/ReasonProject/node_modules/easy-format-actual/_build/ocamlfind/lib/easy-format/easy_format.o
Installed /Users/lorenz/code/ReasonProject/node_modules/easy-format-actual/_build/ocamlfind/lib/easy-format/easy_format.cmx
Installed /Users/lorenz/code/ReasonProject/node_modules/easy-format-actual/_build/ocamlfind/lib/easy-format/easy_format.cmo
Installed /Users/lorenz/code/ReasonProject/node_modules/easy-format-actual/_build/ocamlfind/lib/easy-format/easy_format.mli
Installed /Users/lorenz/code/ReasonProject/node_modules/easy-format-actual/_build/ocamlfind/lib/easy-format/easy_format.cmi
Installed /Users/lorenz/code/ReasonProject/node_modules/easy-format-actual/_build/ocamlfind/lib/easy-format/META
ERROR: No .install file found
> biniou-actual@1.0.12 postinstall /Users/lorenz/code/ReasonProject/node_modules/biniou-actual
> eval $(dependencyEnv) && nopam && make && make install BINDIR=$opam_bin && (opam-installer --prefix=$opam_prefix || true)
ocamlfind ocamlc -a -g -annot -bin-annot -o biniou.cma \
-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
File "bi_util.ml", line 11, characters 10-23:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "bi_util.ml", line 13, characters 4-51:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "bi_util.ml", line 18, characters 10-23:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "bi_util.ml", line 20, characters 4-51:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "bi_util.ml", line 36, characters 10-23:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "bi_util.ml", line 41, characters 6-64:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "bi_util.ml", line 43, characters 4-54:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "bi_outbuf.ml", line 24, characters 10-23:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "bi_outbuf.ml", line 40, characters 8-21:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "bi_outbuf.ml", line 86, characters 2-18:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "bi_outbuf.ml", line 90, characters 2-18:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "bi_outbuf.ml", line 96, characters 2-19:
Warning 3: deprecated: String.unsafe_set
File "bi_outbuf.ml", line 97, characters 2-19:
Warning 3: deprecated: String.unsafe_set
File "bi_outbuf.ml", line 102, characters 2-19:
Warning 3: deprecated: String.unsafe_set
File "bi_outbuf.ml", line 103, characters 2-19:
Warning 3: deprecated: String.unsafe_set
File "bi_outbuf.ml", line 104, characters 2-19:
Warning 3: deprecated: String.unsafe_set
File "bi_outbuf.ml", line 105, characters 2-19:
Warning 3: deprecated: String.unsafe_set
File "bi_outbuf.ml", line 116, characters 13-26:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "bi_inbuf.ml", line 99, characters 8-21:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "bi_io.ml", line 86, characters 2-19:
Warning 3: deprecated: String.unsafe_set
File "bi_io.ml", line 88, characters 2-19:
Warning 3: deprecated: String.unsafe_set
File "bi_io.ml", line 90, characters 2-19:
Warning 3: deprecated: String.unsafe_set
File "bi_io.ml", line 92, characters 2-19:
Warning 3: deprecated: String.unsafe_set
File "bi_io.ml", line 216, characters 4-21:
Warning 3: deprecated: String.unsafe_set
File "bi_io.ml", line 220, characters 4-21:
Warning 3: deprecated: String.unsafe_set
File "bi_io.ml", line 231, characters 4-21:
Warning 3: deprecated: String.unsafe_set
File "bi_io.ml", line 235, characters 4-21:
Warning 3: deprecated: String.unsafe_set
File "bi_io.ml", line 562, characters 12-25:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "bi_stream.ml", line 56, characters 16-29:
Warning 3: deprecated: String.create
Use Bytes.create instead.
ocamlfind ocamlc -o bdump.byte -g -annot -bin-annot \
-package easy-format -linkpkg biniou.cma bdump.ml
ocamlfind ocamlopt -a -g -annot -bin-annot \
-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
File "bi_util.ml", line 11, characters 10-23:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "bi_util.ml", line 13, characters 4-51:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "bi_util.ml", line 18, characters 10-23:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "bi_util.ml", line 20, characters 4-51:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "bi_util.ml", line 36, characters 10-23:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "bi_util.ml", line 41, characters 6-64:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "bi_util.ml", line 43, characters 4-54:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "bi_outbuf.ml", line 24, characters 10-23:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "bi_outbuf.ml", line 40, characters 8-21:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "bi_outbuf.ml", line 86, characters 2-18:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "bi_outbuf.ml", line 90, characters 2-18:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "bi_outbuf.ml", line 96, characters 2-19:
Warning 3: deprecated: String.unsafe_set
File "bi_outbuf.ml", line 97, characters 2-19:
Warning 3: deprecated: String.unsafe_set
File "bi_outbuf.ml", line 102, characters 2-19:
Warning 3: deprecated: String.unsafe_set
File "bi_outbuf.ml", line 103, characters 2-19:
Warning 3: deprecated: String.unsafe_set
File "bi_outbuf.ml", line 104, characters 2-19:
Warning 3: deprecated: String.unsafe_set
File "bi_outbuf.ml", line 105, characters 2-19:
Warning 3: deprecated: String.unsafe_set
File "bi_outbuf.ml", line 116, characters 13-26:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "bi_inbuf.ml", line 99, characters 8-21:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "bi_io.ml", line 86, characters 2-19:
Warning 3: deprecated: String.unsafe_set
File "bi_io.ml", line 88, characters 2-19:
Warning 3: deprecated: String.unsafe_set
File "bi_io.ml", line 90, characters 2-19:
Warning 3: deprecated: String.unsafe_set
File "bi_io.ml", line 92, characters 2-19:
Warning 3: deprecated: String.unsafe_set
File "bi_io.ml", line 216, characters 4-21:
Warning 3: deprecated: String.unsafe_set
File "bi_io.ml", line 220, characters 4-21:
Warning 3: deprecated: String.unsafe_set
File "bi_io.ml", line 231, characters 4-21:
Warning 3: deprecated: String.unsafe_set
File "bi_io.ml", line 235, characters 4-21:
Warning 3: deprecated: String.unsafe_set
File "bi_io.ml", line 562, characters 12-25:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "bi_stream.ml", line 56, characters 16-29:
Warning 3: deprecated: String.create
Use Bytes.create instead.
ocamlfind ocamlopt -shared -linkall -I . -o biniou.cmxs biniou.cmxa
ocamlfind ocamlopt -o bdump.native -g -annot -bin-annot \
-package easy-format -linkpkg biniou.cmxa bdump.ml
mkdir -p doc
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
sed -e 's:@@VERSION@@:1.0.12:' META.in > META
ocamlfind ocamlopt -o test_biniou.native -g -annot -bin-annot \
-package "easy-format unix" -linkpkg biniou.cmxa test_biniou.ml
cp test_biniou.native test_biniou
if [ -f bdump.native ]; then \
cp bdump.native /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/./_build/ocamlfind/bin/bdump; \
else \
cp bdump.byte /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/./_build/ocamlfind/bin/bdump; \
fi
ocamlfind install biniou META \
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 \
-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
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/biniou.cmxs
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/biniou.a
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/biniou.cmxa
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_stream.o
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_dump.o
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_io.o
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_vint.o
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_inbuf.o
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_outbuf.o
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_share.o
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_util.o
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_stream.cmx
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_dump.cmx
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_io.cmx
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_vint.cmx
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_inbuf.cmx
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_outbuf.cmx
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_share.cmx
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_util.cmx
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/biniou.cma
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_stream.cmo
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_dump.cmo
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_io.cmo
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_vint.cmo
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_inbuf.cmo
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_outbuf.cmo
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_share.cmo
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_util.cmo
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_stream.annot
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_io.annot
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_vint.annot
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_inbuf.annot
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_outbuf.annot
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_share.annot
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_util.annot
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_stream.cmt
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_io.cmt
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_vint.cmt
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_inbuf.cmt
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_outbuf.cmt
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_share.cmt
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_util.cmt
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_stream.cmi
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_io.cmi
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_vint.cmi
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_inbuf.cmi
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_outbuf.cmi
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_share.cmi
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_util.cmi
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_stream.mli
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_io.mli
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_vint.mli
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_inbuf.mli
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_outbuf.mli
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_share.mli
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/bi_util.mli
Installed /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/_build/ocamlfind/lib/biniou/META
bdump.byte => /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/./_build/ocamlfind/bin/bdump
bdump.native => /Users/lorenz/code/ReasonProject/node_modules/biniou-actual/./_build/ocamlfind/bin/bdump
> menhir-actual@20160825.0.0 postinstall /Users/lorenz/code/ReasonProject/node_modules/menhir-actual
> 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)
ocamlbuild -classic-display -j 0 -cflags "-safe-string -bin-annot" menhirLib.cmo menhirLib.cmx
/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
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules General.mli > General.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o General.cmi General.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules General.ml > General.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Convert.mli > Convert.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Convert.cmi Convert.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Convert.ml > Convert.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IncrementalEngine.ml > IncrementalEngine.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules EngineTypes.ml > EngineTypes.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o IncrementalEngine.cmo IncrementalEngine.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Engine.mli > Engine.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o EngineTypes.cmo EngineTypes.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Engine.cmi Engine.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Engine.ml > Engine.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Printers.mli > Printers.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Printers.cmi Printers.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Printers.ml > Printers.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InfiniteArray.mli > InfiniteArray.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o InfiniteArray.cmi InfiniteArray.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InfiniteArray.ml > InfiniteArray.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules PackedIntArray.mli > PackedIntArray.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o PackedIntArray.cmi PackedIntArray.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules PackedIntArray.ml > PackedIntArray.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules RowDisplacement.mli > RowDisplacement.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o RowDisplacement.cmi RowDisplacement.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules RowDisplacement.ml > RowDisplacement.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LinearizedArray.mli > LinearizedArray.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o LinearizedArray.cmi LinearizedArray.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LinearizedArray.ml > LinearizedArray.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableFormat.ml > TableFormat.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableFormat.ml > InspectionTableFormat.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableInterpreter.mli > InspectionTableInterpreter.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InspectionTableFormat.cmo InspectionTableFormat.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o TableFormat.cmo TableFormat.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o InspectionTableInterpreter.cmi InspectionTableInterpreter.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableInterpreter.ml > InspectionTableInterpreter.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableInterpreter.mli > TableInterpreter.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o TableInterpreter.cmi TableInterpreter.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableInterpreter.ml > TableInterpreter.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules StaticVersion.mli > StaticVersion.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o StaticVersion.cmi StaticVersion.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules StaticVersion.ml > StaticVersion.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o General.cmo General.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Convert.cmo Convert.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Engine.cmo Engine.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Printers.cmo Printers.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InfiniteArray.cmo InfiniteArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o PackedIntArray.cmo PackedIntArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o RowDisplacement.cmo RowDisplacement.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o LinearizedArray.cmo LinearizedArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InspectionTableInterpreter.cmo InspectionTableInterpreter.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o TableInterpreter.cmo TableInterpreter.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o StaticVersion.cmo StaticVersion.ml
/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
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o General.cmx General.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o IncrementalEngine.cmx IncrementalEngine.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o EngineTypes.cmx EngineTypes.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o InfiniteArray.cmx InfiniteArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o PackedIntArray.cmx PackedIntArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o InspectionTableFormat.cmx InspectionTableFormat.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o LinearizedArray.cmx LinearizedArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o TableFormat.cmx TableFormat.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o Engine.cmx Engine.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o RowDisplacement.cmx RowDisplacement.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o Convert.cmx Convert.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o Printers.cmx Printers.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o InspectionTableInterpreter.cmx InspectionTableInterpreter.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o TableInterpreter.cmx TableInterpreter.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o StaticVersion.cmx StaticVersion.ml
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
# Parallel statistics: { count(total): 2(56), max: 11, min: 5, average(total): 8.000(1.250) }
Checking that OCaml is recent enough...
/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
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules checkOCamlVersion.ml > checkOCamlVersion.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o checkOCamlVersion.cmo checkOCamlVersion.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt str.cma -g checkOCamlVersion.cmo -o checkOCamlVersion.byte
# No parallelism done
Version 4.02.3 is OK.
/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
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules menhir.ml > menhir.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules back.mli > back.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o back.cmi back.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o menhir.cmo menhir.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules back.ml > back.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codeBackend.ml > codeBackend.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codeBackend.mli > codeBackend.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IL.mli > IL.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stretch.mli > stretch.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules keyword.mli > keyword.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o keyword.cmi keyword.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o stretch.cmi stretch.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o IL.cmi IL.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o codeBackend.cmi codeBackend.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules action.ml > action.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules action.mli > action.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o action.cmi action.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules keyword.ml > keyword.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules printer.ml > printer.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules printer.mli > printer.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o printer.cmi printer.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q lineCount.mll
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lineCount.ml > lineCount.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o lineCount.cmo lineCount.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules settings.ml > settings.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules settings.mli > settings.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stringSet.mli > stringSet.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o stringSet.cmi stringSet.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o settings.cmi settings.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules installation.ml > installation.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules installation.mli > installation.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o installation.cmi installation.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stringSet.ml > stringSet.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules version.ml > version.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o version.cmo version.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o installation.cmx installation.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o stringSet.cmx stringSet.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o version.cmx version.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lineCount.cmx lineCount.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o settings.cmx settings.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o keyword.cmx keyword.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o printer.cmx printer.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codeBits.ml > codeBits.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codeBits.mli > codeBits.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o codeBits.cmi codeBits.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codePieces.ml > codePieces.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codePieces.mli > codePieces.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules grammar.ml > grammar.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules front.mli > front.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules unparameterizedSyntax.ml > unparameterizedSyntax.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules positions.mli > positions.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stringMap.mli > stringMap.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules syntax.mli > syntax.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules mark.mli > mark.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o positions.cmi positions.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o stringMap.cmi stringMap.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o mark.cmi mark.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o syntax.cmi syntax.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o unparameterizedSyntax.cmo unparameterizedSyntax.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules grammarFunctor.mli > grammarFunctor.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules gMap.ml > gMap.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules gSet.ml > gSet.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o gSet.cmo gSet.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o gMap.cmo gMap.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o front.cmi front.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o grammarFunctor.cmi grammarFunctor.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o grammar.cmo grammar.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o codePieces.cmi codePieces.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o codeBits.cmx codeBits.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules front.ml > front.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules anonymous.ml > anonymous.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules anonymous.mli > anonymous.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o anonymous.cmi anonymous.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules misc.ml > misc.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules misc.mli > misc.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o misc.cmi misc.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules General.mli > General.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o General.cmi General.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules General.ml > General.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Convert.mli > Convert.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Convert.cmi Convert.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Convert.ml > Convert.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IncrementalEngine.ml > IncrementalEngine.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules EngineTypes.ml > EngineTypes.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o IncrementalEngine.cmo IncrementalEngine.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Engine.mli > Engine.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o EngineTypes.cmo EngineTypes.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Engine.cmi Engine.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Engine.ml > Engine.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Printers.mli > Printers.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Printers.cmi Printers.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Printers.ml > Printers.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InfiniteArray.mli > InfiniteArray.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o InfiniteArray.cmi InfiniteArray.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InfiniteArray.ml > InfiniteArray.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules PackedIntArray.mli > PackedIntArray.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o PackedIntArray.cmi PackedIntArray.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules PackedIntArray.ml > PackedIntArray.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules RowDisplacement.mli > RowDisplacement.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o RowDisplacement.cmi RowDisplacement.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules RowDisplacement.ml > RowDisplacement.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LinearizedArray.mli > LinearizedArray.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o LinearizedArray.cmi LinearizedArray.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LinearizedArray.ml > LinearizedArray.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableFormat.ml > TableFormat.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableFormat.ml > InspectionTableFormat.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableInterpreter.mli > InspectionTableInterpreter.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InspectionTableFormat.cmo InspectionTableFormat.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o TableFormat.cmo TableFormat.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o InspectionTableInterpreter.cmi InspectionTableInterpreter.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableInterpreter.ml > InspectionTableInterpreter.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableInterpreter.mli > TableInterpreter.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o TableInterpreter.cmi TableInterpreter.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableInterpreter.ml > TableInterpreter.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules StaticVersion.mli > StaticVersion.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o StaticVersion.cmi StaticVersion.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules StaticVersion.ml > StaticVersion.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o General.cmo General.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Convert.cmo Convert.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Engine.cmo Engine.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Printers.cmo Printers.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InfiniteArray.cmo InfiniteArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o PackedIntArray.cmo PackedIntArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o RowDisplacement.cmo RowDisplacement.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o LinearizedArray.cmo LinearizedArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InspectionTableInterpreter.cmo InspectionTableInterpreter.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o TableInterpreter.cmo TableInterpreter.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o StaticVersion.cmo StaticVersion.ml
/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
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o General.cmx General.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o IncrementalEngine.cmx IncrementalEngine.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o EngineTypes.cmx EngineTypes.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o InfiniteArray.cmx InfiniteArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o PackedIntArray.cmx PackedIntArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o InspectionTableFormat.cmx InspectionTableFormat.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o LinearizedArray.cmx LinearizedArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o TableFormat.cmx TableFormat.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o Engine.cmx Engine.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o RowDisplacement.cmx RowDisplacement.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o Convert.cmx Convert.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o Printers.cmx Printers.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o InspectionTableInterpreter.cmx InspectionTableInterpreter.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o TableInterpreter.cmx TableInterpreter.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o StaticVersion.cmx StaticVersion.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stringMap.ml > stringMap.ml.depends
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
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o stringMap.cmx stringMap.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parameters.ml > parameters.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o parameters.cmo parameters.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules positions.ml > positions.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o positions.cmx positions.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o action.cmx action.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules mark.ml > mark.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o mark.cmx mark.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o misc.cmx misc.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o parameters.cmx parameters.ml
cp -p yaccDriver.ml Driver.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Driver.ml > Driver.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Driver.mli > Driver.mli.depends
cp -p yacc-parser.mly parser.mly
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlyacc parser.mly
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parser.mli > parser.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o parser.cmi parser.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Driver.cmi Driver.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules error.ml > error.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules error.mli > error.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o error.cmi error.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parser.ml > parser.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parserAux.ml > parserAux.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parserAux.mli > parserAux.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o parserAux.cmi parserAux.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o error.cmx error.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules option.ml > option.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules option.mli > option.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o option.cmi option.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o option.cmx option.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o parserAux.cmx parserAux.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o parser.cmx parser.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IO.ml > IO.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IO.mli > IO.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o IO.cmi IO.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules infer.ml > infer.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules infer.mli > infer.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o infer.cmi infer.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o IO.cmx IO.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules interface.ml > interface.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules interface.mli > interface.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o interface.cmi interface.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules nonterminalType.ml > nonterminalType.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules nonterminalType.mli > nonterminalType.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o nonterminalType.cmi nonterminalType.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o unparameterizedSyntax.cmx unparameterizedSyntax.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tokenType.ml > tokenType.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tokenType.mli > tokenType.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o tokenType.cmi tokenType.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o nonterminalType.cmx nonterminalType.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o tokenType.cmx tokenType.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q lexdep.mll
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lexdep.ml > lexdep.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o lexdep.cmo lexdep.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q lexmli.mll
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lexmli.ml > lexmli.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o lexmli.cmo lexmli.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o interface.cmx interface.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lexdep.cmx lexdep.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lexmli.cmx lexmli.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules keywordExpansion.ml > keywordExpansion.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules keywordExpansion.mli > keywordExpansion.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o keywordExpansion.cmi keywordExpansion.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules grammarFunctor.ml > grammarFunctor.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Boolean.ml > Boolean.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Boolean.mli > Boolean.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Fix.mli > Fix.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Fix.cmi Fix.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Boolean.cmi Boolean.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Fix.ml > Fix.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o Fix.cmx Fix.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules compressedBitSet.ml > compressedBitSet.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules compressedBitSet.mli > compressedBitSet.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o compressedBitSet.cmi compressedBitSet.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o gSet.cmx gSet.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules FixSolver.ml > FixSolver.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules FixSolver.mli > FixSolver.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o FixSolver.cmi FixSolver.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Maps.ml > Maps.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Maps.mli > Maps.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Maps.cmi Maps.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules patricia.ml > patricia.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules patricia.mli > patricia.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o patricia.cmi patricia.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o gMap.cmx gMap.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules time.ml > time.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules time.mli > time.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o time.cmi time.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o Boolean.cmx Boolean.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o compressedBitSet.cmx compressedBitSet.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o FixSolver.cmx FixSolver.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o Maps.cmx Maps.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o patricia.cmx patricia.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o time.cmx time.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o grammarFunctor.cmx grammarFunctor.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q lexer.mll
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lexer.ml > lexer.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o lexer.cmo lexer.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules nonTerminalDefinitionInlining.ml > nonTerminalDefinitionInlining.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules nonTerminalDefinitionInlining.mli > nonTerminalDefinitionInlining.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o nonTerminalDefinitionInlining.cmi nonTerminalDefinitionInlining.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules listMonad.ml > listMonad.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules listMonad.mli > listMonad.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o listMonad.cmi listMonad.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o listMonad.cmx listMonad.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parameterizedGrammar.ml > parameterizedGrammar.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parameterizedGrammar.mli > parameterizedGrammar.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o parameterizedGrammar.cmi parameterizedGrammar.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tarjan.ml > tarjan.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tarjan.mli > tarjan.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o tarjan.cmi tarjan.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules unionFind.ml > unionFind.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules unionFind.mli > unionFind.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o unionFind.cmi unionFind.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o tarjan.cmx tarjan.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o unionFind.cmx unionFind.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules partialGrammar.ml > partialGrammar.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules partialGrammar.mli > partialGrammar.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o partialGrammar.cmi partialGrammar.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules reachability.ml > reachability.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules reachability.mli > reachability.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o reachability.cmi reachability.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules unparameterizedPrinter.ml > unparameterizedPrinter.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules unparameterizedPrinter.mli > unparameterizedPrinter.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o unparameterizedPrinter.cmi unparameterizedPrinter.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o anonymous.cmx anonymous.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o Driver.cmx Driver.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o infer.cmx infer.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o keywordExpansion.cmx keywordExpansion.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lexer.cmx lexer.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o nonTerminalDefinitionInlining.cmx nonTerminalDefinitionInlining.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o parameterizedGrammar.cmx parameterizedGrammar.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o partialGrammar.cmx partialGrammar.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o reachability.cmx reachability.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o unparameterizedPrinter.cmx unparameterizedPrinter.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o front.cmx front.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o grammar.cmx grammar.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules invariant.ml > invariant.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules invariant.mli > invariant.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr1.mli > lr1.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules item.mli > item.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lookahead.mli > lookahead.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o lookahead.cmi lookahead.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr0.mli > lr0.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o item.cmi item.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o lr0.cmi lr0.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o lr1.cmi lr1.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o invariant.cmi invariant.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules conflict.ml > conflict.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules conflict.mli > conflict.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o conflict.cmi conflict.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules DependencyGraph.ml > DependencyGraph.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules DependencyGraph.mli > DependencyGraph.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o DependencyGraph.cmi DependencyGraph.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules dot.ml > dot.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules dot.mli > dot.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o dot.cmi dot.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o dot.cmx dot.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules derivation.ml > derivation.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules derivation.mli > derivation.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o derivation.cmi derivation.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules item.ml > item.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o item.cmx item.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr0.ml > lr0.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr1.ml > lr1.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lr0.cmx lr0.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules slr.ml > slr.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules slr.mli > slr.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o slr.cmi slr.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o slr.cmx slr.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr1partial.ml > lr1partial.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr1partial.mli > lr1partial.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o lr1partial.cmi lr1partial.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lr1.cmx lr1.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o DependencyGraph.cmx DependencyGraph.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o derivation.cmx derivation.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lr1partial.cmx lr1partial.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o conflict.cmx conflict.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o codePieces.cmx codePieces.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o invariant.cmx invariant.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules coqBackend.ml > coqBackend.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules coqBackend.mli > coqBackend.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o coqBackend.cmi coqBackend.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules inliner.ml > inliner.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules inliner.mli > inliner.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o inliner.cmi inliner.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules traverse.ml > traverse.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o traverse.cmo traverse.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o traverse.cmx traverse.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules interpret.ml > interpret.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules interpret.mli > interpret.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules referenceInterpreter.mli > referenceInterpreter.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules cst.mli > cst.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o cst.cmi cst.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o referenceInterpreter.cmi referenceInterpreter.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o interpret.cmi interpret.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules cst.ml > cst.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules pprint.ml > pprint.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules pprint.mli > pprint.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o pprint.cmi pprint.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o pprint.cmx pprint.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules referenceInterpreter.ml > referenceInterpreter.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o cst.cmx cst.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q segment.mll
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules segment.ml > segment.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o segment.cmo segment.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q sentenceLexer.mll
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules sentenceLexer.ml > sentenceLexer.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlyacc sentenceParser.mly
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules sentenceParser.mli > sentenceParser.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules sentenceParserAux.ml > sentenceParserAux.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o sentenceParserAux.cmo sentenceParserAux.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o sentenceParser.cmi sentenceParser.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o sentenceLexer.cmo sentenceLexer.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules sentenceParser.ml > sentenceParser.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o sentenceParserAux.cmx sentenceParserAux.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o sentenceParser.cmx sentenceParser.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o referenceInterpreter.cmx referenceInterpreter.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o segment.cmx segment.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o sentenceLexer.cmx sentenceLexer.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LRijkstra.ml > LRijkstra.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LRijkstra.mli > LRijkstra.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -noassert -o LRijkstra.cmi LRijkstra.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules astar.ml > astar.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules astar.mli > astar.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o astar.cmi astar.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o interpret.cmx interpret.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LowIntegerPriorityQueue.ml > LowIntegerPriorityQueue.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LowIntegerPriorityQueue.mli > LowIntegerPriorityQueue.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o LowIntegerPriorityQueue.cmi LowIntegerPriorityQueue.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules resizableArray.ml > resizableArray.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules resizableArray.mli > resizableArray.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o resizableArray.cmi resizableArray.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o resizableArray.cmx resizableArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules MySet.ml > MySet.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules MySet.mli > MySet.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o MySet.cmi MySet.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o astar.cmx astar.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o LowIntegerPriorityQueue.cmx LowIntegerPriorityQueue.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o MySet.cmx MySet.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tableBackend.ml > tableBackend.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tableBackend.mli > tableBackend.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o tableBackend.cmi tableBackend.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o codeBackend.cmx codeBackend.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o coqBackend.cmx coqBackend.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o inliner.cmx inliner.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -noassert -o LRijkstra.cmx LRijkstra.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o tableBackend.cmx tableBackend.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o back.cmx back.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o menhir.cmx menhir.ml
/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
# Parallel statistics: { count(total): 17(349), max: 11, min: 2, average(total): 3.882(1.140) }
/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
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules menhir.ml > menhir.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules back.mli > back.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o back.cmi back.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o menhir.cmo menhir.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules back.ml > back.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codeBackend.ml > codeBackend.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codeBackend.mli > codeBackend.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IL.mli > IL.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stretch.mli > stretch.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules keyword.mli > keyword.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o keyword.cmi keyword.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o stretch.cmi stretch.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o IL.cmi IL.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o codeBackend.cmi codeBackend.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules action.ml > action.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules action.mli > action.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o action.cmi action.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules keyword.ml > keyword.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules printer.ml > printer.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules printer.mli > printer.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o printer.cmi printer.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q lineCount.mll
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lineCount.ml > lineCount.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o lineCount.cmo lineCount.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules settings.ml > settings.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules settings.mli > settings.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stringSet.mli > stringSet.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o stringSet.cmi stringSet.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o settings.cmi settings.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules installation.ml > installation.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules installation.mli > installation.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o installation.cmi installation.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stringSet.ml > stringSet.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules version.ml > version.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o version.cmo version.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o installation.cmx installation.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o stringSet.cmx stringSet.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o version.cmx version.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lineCount.cmx lineCount.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o settings.cmx settings.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o keyword.cmx keyword.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o printer.cmx printer.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codeBits.ml > codeBits.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codeBits.mli > codeBits.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o codeBits.cmi codeBits.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codePieces.ml > codePieces.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules codePieces.mli > codePieces.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules grammar.ml > grammar.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules front.mli > front.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules unparameterizedSyntax.ml > unparameterizedSyntax.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules positions.mli > positions.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stringMap.mli > stringMap.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules syntax.mli > syntax.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules mark.mli > mark.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o positions.cmi positions.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o stringMap.cmi stringMap.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o mark.cmi mark.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o syntax.cmi syntax.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o unparameterizedSyntax.cmo unparameterizedSyntax.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules grammarFunctor.mli > grammarFunctor.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules gMap.ml > gMap.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules gSet.ml > gSet.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o gSet.cmo gSet.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o gMap.cmo gMap.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o front.cmi front.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o grammarFunctor.cmi grammarFunctor.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o grammar.cmo grammar.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o codePieces.cmi codePieces.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o codeBits.cmx codeBits.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules front.ml > front.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules anonymous.ml > anonymous.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules anonymous.mli > anonymous.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o anonymous.cmi anonymous.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules misc.ml > misc.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules misc.mli > misc.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o misc.cmi misc.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules General.mli > General.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o General.cmi General.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules General.ml > General.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Convert.mli > Convert.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Convert.cmi Convert.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Convert.ml > Convert.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IncrementalEngine.ml > IncrementalEngine.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules EngineTypes.ml > EngineTypes.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o IncrementalEngine.cmo IncrementalEngine.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Engine.mli > Engine.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o EngineTypes.cmo EngineTypes.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Engine.cmi Engine.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Engine.ml > Engine.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Printers.mli > Printers.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Printers.cmi Printers.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Printers.ml > Printers.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InfiniteArray.mli > InfiniteArray.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o InfiniteArray.cmi InfiniteArray.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InfiniteArray.ml > InfiniteArray.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules PackedIntArray.mli > PackedIntArray.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o PackedIntArray.cmi PackedIntArray.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules PackedIntArray.ml > PackedIntArray.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules RowDisplacement.mli > RowDisplacement.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o RowDisplacement.cmi RowDisplacement.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules RowDisplacement.ml > RowDisplacement.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LinearizedArray.mli > LinearizedArray.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o LinearizedArray.cmi LinearizedArray.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LinearizedArray.ml > LinearizedArray.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableFormat.ml > TableFormat.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableFormat.ml > InspectionTableFormat.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableInterpreter.mli > InspectionTableInterpreter.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InspectionTableFormat.cmo InspectionTableFormat.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o TableFormat.cmo TableFormat.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o InspectionTableInterpreter.cmi InspectionTableInterpreter.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableInterpreter.ml > InspectionTableInterpreter.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableInterpreter.mli > TableInterpreter.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o TableInterpreter.cmi TableInterpreter.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableInterpreter.ml > TableInterpreter.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules StaticVersion.mli > StaticVersion.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o StaticVersion.cmi StaticVersion.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules StaticVersion.ml > StaticVersion.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o General.cmo General.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Convert.cmo Convert.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Engine.cmo Engine.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Printers.cmo Printers.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InfiniteArray.cmo InfiniteArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o PackedIntArray.cmo PackedIntArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o RowDisplacement.cmo RowDisplacement.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o LinearizedArray.cmo LinearizedArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InspectionTableInterpreter.cmo InspectionTableInterpreter.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o TableInterpreter.cmo TableInterpreter.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o StaticVersion.cmo StaticVersion.ml
/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
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o General.cmx General.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o IncrementalEngine.cmx IncrementalEngine.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o EngineTypes.cmx EngineTypes.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o InfiniteArray.cmx InfiniteArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o PackedIntArray.cmx PackedIntArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o InspectionTableFormat.cmx InspectionTableFormat.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o LinearizedArray.cmx LinearizedArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o TableFormat.cmx TableFormat.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o Engine.cmx Engine.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o RowDisplacement.cmx RowDisplacement.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o Convert.cmx Convert.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o Printers.cmx Printers.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o InspectionTableInterpreter.cmx InspectionTableInterpreter.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o TableInterpreter.cmx TableInterpreter.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -for-pack MenhirLib -o StaticVersion.cmx StaticVersion.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stringMap.ml > stringMap.ml.depends
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
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o stringMap.cmx stringMap.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parameters.ml > parameters.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o parameters.cmo parameters.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules positions.ml > positions.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o positions.cmx positions.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o action.cmx action.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules mark.ml > mark.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o mark.cmx mark.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o misc.cmx misc.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o parameters.cmx parameters.ml
cp -p fancyDriver.ml Driver.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Driver.ml > Driver.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Driver.mli > Driver.mli.depends
cp -p fancy-parser.mly parser.mly
../_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
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules error.mli > error.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parserAux.mli > parserAux.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o error.cmi error.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o parserAux.cmi parserAux.mli
../_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
+ ../_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
Grammar has 32 nonterminal symbols, among which 1 start symbols.
Grammar has 27 terminal symbols.
Grammar has 77 productions.
Built an LR(0) automaton with 113 states.
The grammar is not SLR(1) -- 1 states have a conflict.
Built an LR(1) automaton with 159 states.
One shift/reduce conflict was silently solved.
45 out of 159 states are represented.
23 out of 62 symbols keep track of their start position.
29 out of 62 symbols keep track of their end position.
86 out of 159 states have a default reduction.
The action table is 4452 entries; 362 non-zero; 476 compressed.
The action table occupies roughly 1048 bytes.
The goto table is 5247 entries; 131 non-zero; 289 compressed.
The goto table occupies roughly 544 bytes.
The error table occupies roughly 592 bytes.
The default_reduction table occupies roughly 192 bytes.
The lhs table occupies roughly 112 bytes.
The trace table occupies roughly 8 bytes.
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parser.mli > parser.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o parser.cmi parser.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Driver.cmi Driver.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules error.ml > error.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parser.ml > parser.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o error.cmx error.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parserAux.ml > parserAux.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules option.ml > option.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules option.mli > option.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o option.cmi option.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o option.cmx option.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o parserAux.cmx parserAux.ml
../_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
+ ../_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
Grammar has 32 nonterminal symbols, among which 1 start symbols.
Grammar has 27 terminal symbols.
Grammar has 77 productions.
Built an LR(0) automaton with 113 states.
The grammar is not SLR(1) -- 1 states have a conflict.
Built an LR(1) automaton with 159 states.
One shift/reduce conflict was silently solved.
45 out of 159 states are represented.
23 out of 62 symbols keep track of their start position.
29 out of 62 symbols keep track of their end position.
86 out of 159 states have a default reduction.
../_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
+ ../_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
Grammar has 32 nonterminal symbols, among which 1 start symbols.
Grammar has 27 terminal symbols.
Grammar has 77 productions.
Built an LR(0) automaton with 113 states.
The grammar is not SLR(1) -- 1 states have a conflict.
Built an LR(1) automaton with 159 states.
One shift/reduce conflict was silently solved.
45 out of 159 states are represented.
23 out of 62 symbols keep track of their start position.
29 out of 62 symbols keep track of their end position.
86 out of 159 states have a default reduction.
Read 59 sample input sentences and 59 error messages.
Read 59 sample input sentences and 23 error messages.
../_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
+ ../_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
Grammar has 32 nonterminal symbols, among which 1 start symbols.
Grammar has 27 terminal symbols.
Grammar has 77 productions.
Built an LR(0) automaton with 113 states.
The grammar is not SLR(1) -- 1 states have a conflict.
Built an LR(1) automaton with 159 states.
One shift/reduce conflict was silently solved.
45 out of 159 states are represented.
23 out of 62 symbols keep track of their start position.
29 out of 62 symbols keep track of their end position.
86 out of 159 states have a default reduction.
Read 59 sample input sentences and 23 error messages.
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parserMessages.ml > parserMessages.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o parserMessages.cmo parserMessages.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o parser.cmx parser.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o parserMessages.cmx parserMessages.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IO.ml > IO.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IO.mli > IO.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o IO.cmi IO.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules infer.ml > infer.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules infer.mli > infer.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o infer.cmi infer.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o IO.cmx IO.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules interface.ml > interface.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules interface.mli > interface.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o interface.cmi interface.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules nonterminalType.ml > nonterminalType.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules nonterminalType.mli > nonterminalType.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o nonterminalType.cmi nonterminalType.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o unparameterizedSyntax.cmx unparameterizedSyntax.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tokenType.ml > tokenType.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tokenType.mli > tokenType.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o tokenType.cmi tokenType.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o nonterminalType.cmx nonterminalType.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o tokenType.cmx tokenType.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q lexdep.mll
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lexdep.ml > lexdep.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o lexdep.cmo lexdep.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q lexmli.mll
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lexmli.ml > lexmli.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o lexmli.cmo lexmli.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o interface.cmx interface.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lexdep.cmx lexdep.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lexmli.cmx lexmli.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules keywordExpansion.ml > keywordExpansion.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules keywordExpansion.mli > keywordExpansion.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o keywordExpansion.cmi keywordExpansion.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules grammarFunctor.ml > grammarFunctor.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Boolean.ml > Boolean.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Boolean.mli > Boolean.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Fix.mli > Fix.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Fix.cmi Fix.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Boolean.cmi Boolean.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Fix.ml > Fix.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o Fix.cmx Fix.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules compressedBitSet.ml > compressedBitSet.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules compressedBitSet.mli > compressedBitSet.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o compressedBitSet.cmi compressedBitSet.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o gSet.cmx gSet.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules FixSolver.ml > FixSolver.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules FixSolver.mli > FixSolver.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o FixSolver.cmi FixSolver.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Maps.ml > Maps.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Maps.mli > Maps.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Maps.cmi Maps.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules patricia.ml > patricia.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules patricia.mli > patricia.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o patricia.cmi patricia.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o gMap.cmx gMap.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules time.ml > time.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules time.mli > time.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o time.cmi time.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o Boolean.cmx Boolean.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o compressedBitSet.cmx compressedBitSet.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o FixSolver.cmx FixSolver.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o Maps.cmx Maps.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o patricia.cmx patricia.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o time.cmx time.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o grammarFunctor.cmx grammarFunctor.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q lexer.mll
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lexer.ml > lexer.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o lexer.cmo lexer.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules nonTerminalDefinitionInlining.ml > nonTerminalDefinitionInlining.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules nonTerminalDefinitionInlining.mli > nonTerminalDefinitionInlining.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o nonTerminalDefinitionInlining.cmi nonTerminalDefinitionInlining.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules listMonad.ml > listMonad.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules listMonad.mli > listMonad.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o listMonad.cmi listMonad.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o listMonad.cmx listMonad.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parameterizedGrammar.ml > parameterizedGrammar.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parameterizedGrammar.mli > parameterizedGrammar.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o parameterizedGrammar.cmi parameterizedGrammar.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tarjan.ml > tarjan.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tarjan.mli > tarjan.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o tarjan.cmi tarjan.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules unionFind.ml > unionFind.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules unionFind.mli > unionFind.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o unionFind.cmi unionFind.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o tarjan.cmx tarjan.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o unionFind.cmx unionFind.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules partialGrammar.ml > partialGrammar.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules partialGrammar.mli > partialGrammar.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o partialGrammar.cmi partialGrammar.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules reachability.ml > reachability.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules reachability.mli > reachability.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o reachability.cmi reachability.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules unparameterizedPrinter.ml > unparameterizedPrinter.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules unparameterizedPrinter.mli > unparameterizedPrinter.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o unparameterizedPrinter.cmi unparameterizedPrinter.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o anonymous.cmx anonymous.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o Driver.cmx Driver.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o infer.cmx infer.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o keywordExpansion.cmx keywordExpansion.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lexer.cmx lexer.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o nonTerminalDefinitionInlining.cmx nonTerminalDefinitionInlining.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o parameterizedGrammar.cmx parameterizedGrammar.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o partialGrammar.cmx partialGrammar.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o reachability.cmx reachability.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o unparameterizedPrinter.cmx unparameterizedPrinter.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o front.cmx front.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o grammar.cmx grammar.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules invariant.ml > invariant.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules invariant.mli > invariant.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr1.mli > lr1.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules item.mli > item.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lookahead.mli > lookahead.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o lookahead.cmi lookahead.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr0.mli > lr0.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o item.cmi item.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o lr0.cmi lr0.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o lr1.cmi lr1.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o invariant.cmi invariant.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules conflict.ml > conflict.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules conflict.mli > conflict.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o conflict.cmi conflict.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules DependencyGraph.ml > DependencyGraph.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules DependencyGraph.mli > DependencyGraph.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o DependencyGraph.cmi DependencyGraph.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules dot.ml > dot.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules dot.mli > dot.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o dot.cmi dot.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o dot.cmx dot.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules derivation.ml > derivation.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules derivation.mli > derivation.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o derivation.cmi derivation.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules item.ml > item.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o item.cmx item.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr0.ml > lr0.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr1.ml > lr1.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lr0.cmx lr0.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules slr.ml > slr.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules slr.mli > slr.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o slr.cmi slr.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o slr.cmx slr.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr1partial.ml > lr1partial.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules lr1partial.mli > lr1partial.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o lr1partial.cmi lr1partial.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lr1.cmx lr1.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o DependencyGraph.cmx DependencyGraph.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o derivation.cmx derivation.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o lr1partial.cmx lr1partial.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o conflict.cmx conflict.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o codePieces.cmx codePieces.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o invariant.cmx invariant.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules coqBackend.ml > coqBackend.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules coqBackend.mli > coqBackend.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o coqBackend.cmi coqBackend.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules inliner.ml > inliner.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules inliner.mli > inliner.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o inliner.cmi inliner.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules traverse.ml > traverse.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o traverse.cmo traverse.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o traverse.cmx traverse.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules interpret.ml > interpret.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules interpret.mli > interpret.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules referenceInterpreter.mli > referenceInterpreter.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules cst.mli > cst.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o cst.cmi cst.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o referenceInterpreter.cmi referenceInterpreter.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o interpret.cmi interpret.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules cst.ml > cst.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules pprint.ml > pprint.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules pprint.mli > pprint.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o pprint.cmi pprint.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o pprint.cmx pprint.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules referenceInterpreter.ml > referenceInterpreter.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o cst.cmx cst.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q segment.mll
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules segment.ml > segment.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o segment.cmo segment.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q sentenceLexer.mll
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules sentenceLexer.ml > sentenceLexer.ml.depends
../_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
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules sentenceParserAux.ml > sentenceParserAux.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o sentenceParserAux.cmo sentenceParserAux.ml
../_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
+ ../_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
Grammar has 6 nonterminal symbols, among which 2 start symbols.
Grammar has 6 terminal symbols.
Grammar has 11 productions.
Built an LR(0) automaton with 21 states.
The grammar is SLR(1).
Built an LR(1) automaton with 27 states.
7 out of 27 states are represented.
0 out of 16 symbols keep track of their start position.
0 out of 16 symbols keep track of their end position.
13 out of 27 states have a default reduction.
The action table is 189 entries; 32 non-zero; 43 compressed.
The action table occupies roughly 136 bytes.
The goto table is 216 entries; 19 non-zero; 46 compressed.
The goto table occupies roughly 144 bytes.
The error table occupies roughly 56 bytes.
The default_reduction table occupies roughly 48 bytes.
The lhs table occupies roughly 40 bytes.
The trace table occupies roughly 8 bytes.
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules sentenceParser.mli > sentenceParser.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o sentenceParser.cmi sentenceParser.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o sentenceLexer.cmo sentenceLexer.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules sentenceParser.ml > sentenceParser.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o sentenceParserAux.cmx sentenceParserAux.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o sentenceParser.cmx sentenceParser.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o referenceInterpreter.cmx referenceInterpreter.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o segment.cmx segment.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o sentenceLexer.cmx sentenceLexer.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LRijkstra.ml > LRijkstra.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LRijkstra.mli > LRijkstra.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -noassert -o LRijkstra.cmi LRijkstra.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules astar.ml > astar.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules astar.mli > astar.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o astar.cmi astar.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o interpret.cmx interpret.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LowIntegerPriorityQueue.ml > LowIntegerPriorityQueue.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LowIntegerPriorityQueue.mli > LowIntegerPriorityQueue.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o LowIntegerPriorityQueue.cmi LowIntegerPriorityQueue.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules resizableArray.ml > resizableArray.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules resizableArray.mli > resizableArray.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o resizableArray.cmi resizableArray.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o resizableArray.cmx resizableArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules MySet.ml > MySet.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules MySet.mli > MySet.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o MySet.cmi MySet.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o astar.cmx astar.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o LowIntegerPriorityQueue.cmx LowIntegerPriorityQueue.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o MySet.cmx MySet.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tableBackend.ml > tableBackend.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules tableBackend.mli > tableBackend.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o tableBackend.cmi tableBackend.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o codeBackend.cmx codeBackend.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o coqBackend.cmx coqBackend.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o inliner.cmx inliner.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -noassert -o LRijkstra.cmx LRijkstra.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o tableBackend.cmx tableBackend.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o back.cmx back.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlopt.opt -c -safe-string -bin-annot -g -o menhir.cmx menhir.ml
/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
# Parallel statistics: { count(total): 19(355), max: 11, min: 2, average(total): 3.684(1.144) }
/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
cp -p fancy-parser.mly parser.mly
../_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
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules action.mli > action.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IL.mli > IL.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stretch.mli > stretch.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules keyword.mli > keyword.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o keyword.cmi keyword.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o stretch.cmi stretch.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o IL.cmi IL.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules error.mli > error.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules mark.mli > mark.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules positions.mli > positions.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o mark.cmi mark.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o positions.cmi positions.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules misc.mli > misc.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stringMap.mli > stringMap.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules stringSet.mli > stringSet.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o stringSet.cmi stringSet.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o stringMap.cmi stringMap.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parameters.ml > parameters.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules syntax.mli > syntax.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o action.cmi action.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o syntax.cmi syntax.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules parserAux.mli > parserAux.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules General.mli > General.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o General.cmi General.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules General.ml > General.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Convert.mli > Convert.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Convert.cmi Convert.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Convert.ml > Convert.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules IncrementalEngine.ml > IncrementalEngine.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules EngineTypes.ml > EngineTypes.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o IncrementalEngine.cmo IncrementalEngine.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Engine.mli > Engine.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o EngineTypes.cmo EngineTypes.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Engine.cmi Engine.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Engine.ml > Engine.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Printers.mli > Printers.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o Printers.cmi Printers.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules Printers.ml > Printers.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InfiniteArray.mli > InfiniteArray.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o InfiniteArray.cmi InfiniteArray.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InfiniteArray.ml > InfiniteArray.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules PackedIntArray.mli > PackedIntArray.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o PackedIntArray.cmi PackedIntArray.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules PackedIntArray.ml > PackedIntArray.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules RowDisplacement.mli > RowDisplacement.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o RowDisplacement.cmi RowDisplacement.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules RowDisplacement.ml > RowDisplacement.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LinearizedArray.mli > LinearizedArray.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o LinearizedArray.cmi LinearizedArray.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules LinearizedArray.ml > LinearizedArray.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableFormat.ml > TableFormat.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableFormat.ml > InspectionTableFormat.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableInterpreter.mli > InspectionTableInterpreter.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InspectionTableFormat.cmo InspectionTableFormat.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o TableFormat.cmo TableFormat.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o InspectionTableInterpreter.cmi InspectionTableInterpreter.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules InspectionTableInterpreter.ml > InspectionTableInterpreter.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableInterpreter.mli > TableInterpreter.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o TableInterpreter.cmi TableInterpreter.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules TableInterpreter.ml > TableInterpreter.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules StaticVersion.mli > StaticVersion.mli.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o StaticVersion.cmi StaticVersion.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamldep.opt -modules StaticVersion.ml > StaticVersion.ml.depends
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o General.cmo General.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Convert.cmo Convert.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Engine.cmo Engine.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o Printers.cmo Printers.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InfiniteArray.cmo InfiniteArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o PackedIntArray.cmo PackedIntArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o RowDisplacement.cmo RowDisplacement.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o LinearizedArray.cmo LinearizedArray.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o InspectionTableInterpreter.cmo InspectionTableInterpreter.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o TableInterpreter.cmo TableInterpreter.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o StaticVersion.cmo StaticVersion.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o error.cmi error.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o misc.cmi misc.mli
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -g -o parameters.cmo parameters.ml
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamlc.opt -c -safe-string -bin-annot -o parserAux.cmi parserAux.mli
/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
../_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
+ ../_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
Grammar has 32 nonterminal symbols, among which 1 start symbols.
Grammar has 27 terminal symbols.
Grammar has 77 productions.
Built an LR(0) automaton with 113 states.
The grammar is not SLR(1) -- 1 states have a conflict.
Built an LR(1) automaton with 159 states.
One shift/reduce conflict was silently solved.
45 out of 159 states are represented.
23 out of 62 symbols keep track of their start position.
29 out of 62 symbols keep track of their end position.
86 out of 159 states have a default reduction.
The action table is 4452 entries; 362 non-zero; 476 compressed.
The action table occupies roughly 1048 bytes.
The goto table is 5247 entries; 131 non-zero; 289 compressed.
The goto table occupies roughly 544 bytes.
The error table occupies roughly 592 bytes.
The default_reduction table occupies roughly 192 bytes.
The lhs table occupies roughly 112 bytes.
The trace table occupies roughly 8 bytes.
# Parallel statistics: { count(total): 3(68), max: 11, min: 2, average(total): 6.000(1.221) }
Bootstrap successful.
Creating menhirLib.ml
Creating menhirLib.mli
mkdir -p /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/./_build/ocamlfind/bin
install src/_stage2/menhir.native /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/./_build/ocamlfind/bin/menhir
mkdir -p /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/./_build/ocamlfind/lib/menhir
install -m 644 src/standard.mly /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/./_build/ocamlfind/lib/menhir
Installing MenhirLib via ocamlfind.
Installed /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/_build/ocamlfind/lib/menhirLib/menhirLib.o
Installed /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/_build/ocamlfind/lib/menhirLib/menhirLib.cmx
Installed /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/_build/ocamlfind/lib/menhirLib/menhirLib.cmo
Installed /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/_build/ocamlfind/lib/menhirLib/menhirLib.cmi
Installed /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/_build/ocamlfind/lib/menhirLib/menhirLib.ml
Installed /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/_build/ocamlfind/lib/menhirLib/menhirLib.mli
Installed /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/_build/ocamlfind/lib/menhirLib/META
if [ -f manual.pdf ] ; then \
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 && \
cp -r manual.pdf demos /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/./_build/ocamlfind/doc/menhir && \
cp -r menhir.1 /Users/lorenz/code/ReasonProject/node_modules/menhir-actual/./_build/ocamlfind/man/man1 ; \
fi
ERROR: No .install file found
> merlin-extend-actual@0.3.0 postinstall /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual
> eval $(dependencyEnv) && nopam && make && make install && (opam-installer --prefix=$opam_prefix || true)
ocamlfind ocamldep -native extend_driver.mli > ._ncdi/extend_driver.di
ocamlfind ocamldep -native extend_main.mli > ._ncdi/extend_main.di
ocamlfind ocamldep -native extend_helper.mli > ._ncdi/extend_helper.di
ocamlfind ocamldep extend_driver.ml > ._d/extend_driver.d
ocamlfind ocamldep extend_main.ml > ._d/extend_main.d
ocamlfind ocamldep -pp "cppo -V OCAML:`ocamlc -version` " extend_helper.ml > ._d/extend_helper.d
ocamlfind ocamldep extend_protocol.ml > ._d/extend_protocol.d
ocamlfind ocamlopt -package compiler-libs -c -g extend_protocol.ml
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
ocamlfind ocamlc -package compiler-libs -c -g extend_helper.mli
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
ocamlfind ocamlopt -package compiler-libs -c -pp "cppo -V OCAML:`ocamlc -version` " -g extend_helper.ml
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
ocamlfind ocamlc -package compiler-libs -c -g extend_main.mli
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
ocamlfind ocamlopt -package compiler-libs -c -g extend_main.ml
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
ocamlfind ocamlc -package compiler-libs -c -g extend_driver.mli
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
ocamlfind ocamlopt -package compiler-libs -c -g extend_driver.ml
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
ocamlfind ocamlopt -a -g -o merlin_extend.cmxa extend_protocol.cmx extend_helper.cmx extend_main.cmx extend_driver.cmx
ocamlfind ocamldep extend_driver.mli > ._bcdi/extend_driver.di
ocamlfind ocamldep extend_main.mli > ._bcdi/extend_main.di
ocamlfind ocamldep extend_helper.mli > ._bcdi/extend_helper.di
ocamlfind ocamlc -package compiler-libs -c -g extend_protocol.ml
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
ocamlfind ocamlc -package compiler-libs -c -pp "cppo -V OCAML:`ocamlc -version` " -g extend_helper.ml
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
ocamlfind ocamlc -package compiler-libs -c -g extend_main.ml
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
ocamlfind ocamlc -package compiler-libs -c -g extend_driver.ml
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
ocamlfind ocamlc -a -g -o merlin_extend.cma extend_protocol.cmo extend_helper.cmo extend_main.cmo extend_driver.cmo
make[1]: `merlin_extend.cmxa' is up to date.
make[1]: `merlin_extend.cma' is up to date.
Installing library with ocamlfind
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
Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/merlin_extend.a
Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/merlin_extend.cmxa
Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/merlin_extend.cma
Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/extend_driver.cmi
Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/extend_driver.mli
Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/extend_main.cmi
Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/extend_main.mli
Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/extend_helper.cmi
Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/extend_helper.mli
Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/extend_protocol.cmi
Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/extend_protocol.ml
Installed /Users/lorenz/code/ReasonProject/node_modules/merlin-extend-actual/_build/ocamlfind/lib/merlin_extend/META
Installation successful.
ERROR: No .install file found
> yojson-actual@1.3.3 postinstall /Users/lorenz/code/ReasonProject/node_modules/yojson-actual
> eval $(dependencyEnv) && nopam && make && make install-lib && (opam-installer --prefix=$opam_prefix || true)
sed -e 's:@@VERSION@@:1.3.3:' META.in > META
cppo -n yojson.mli.cppo -o yojson.mli
ocamlfind ocamlc -c -bin-annot -dtypes -g -package easy-format,biniou yojson.mli
ocamllex read.mll
546 states, 2537 transitions, table size 13424 bytes
cppo -D "VERSION 1.3.3" yojson.ml.cppo -o yojson.ml
ocamlfind ocamlc -c -bin-annot -dtypes -g -package easy-format,biniou yojson.ml
File "write.ml", line 21, characters 2-38:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 22, characters 2-41:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 61, characters 10-23:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "write.ml", line 63, characters 4-23:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 88, characters 4-26:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 98, characters 4-18:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 21, characters 2-38:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 22, characters 2-41:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 61, characters 10-23:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "write.ml", line 63, characters 4-23:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 88, characters 4-26:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 98, characters 4-18:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "read.mll", line 367, characters 19-32:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "read.mll", line 368, characters 11-23:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 21, characters 2-38:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 22, characters 2-41:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 61, characters 10-23:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "write.ml", line 63, characters 4-23:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 88, characters 4-26:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 98, characters 4-18:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "read.mll", line 367, characters 19-32:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "read.mll", line 368, characters 11-23:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 21, characters 2-38:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 22, characters 2-41:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 61, characters 10-23:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "write.ml", line 63, characters 4-23:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 88, characters 4-26:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 98, characters 4-18:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "read.mll", line 367, characters 19-32:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "read.mll", line 368, characters 11-23:
Warning 3: deprecated: String.set
Use Bytes.set instead.
ocamlfind ocamlc -c -bin-annot -dtypes -g -package easy-format,biniou yojson_biniou.mli
ocamlfind ocamlc -c -bin-annot -dtypes -g -package easy-format,biniou yojson_biniou.ml
ocamlfind ocamlopt -c -bin-annot -dtypes -g -package easy-format,biniou yojson.ml
File "write.ml", line 21, characters 2-38:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 22, characters 2-41:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 61, characters 10-23:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "write.ml", line 63, characters 4-23:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 88, characters 4-26:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 98, characters 4-18:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 21, characters 2-38:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 22, characters 2-41:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 61, characters 10-23:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "write.ml", line 63, characters 4-23:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 88, characters 4-26:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 98, characters 4-18:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "read.mll", line 367, characters 19-32:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "read.mll", line 368, characters 11-23:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 21, characters 2-38:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 22, characters 2-41:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 61, characters 10-23:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "write.ml", line 63, characters 4-23:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 88, characters 4-26:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 98, characters 4-18:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "read.mll", line 367, characters 19-32:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "read.mll", line 368, characters 11-23:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 21, characters 2-38:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 22, characters 2-41:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 61, characters 10-23:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "write.ml", line 63, characters 4-23:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 88, characters 4-26:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "write.ml", line 98, characters 4-18:
Warning 3: deprecated: String.set
Use Bytes.set instead.
File "read.mll", line 367, characters 19-32:
Warning 3: deprecated: String.create
Use Bytes.create instead.
File "read.mll", line 368, characters 11-23:
Warning 3: deprecated: String.set
Use Bytes.set instead.
ocamlfind ocamlopt -c -bin-annot -dtypes -g -package easy-format,biniou yojson_biniou.ml
ocamlfind ocamlopt -shared -linkall -I . -o yojson.cmxs yojson.cmx
ocamlfind ocamlopt -shared -linkall -I . -o yojson_biniou.cmxs \
yojson_biniou.cmx
ocamlfind ocamlopt -o ydump -bin-annot -dtypes -g -package easy-format,biniou -linkpkg \
yojson.cmx yojson_biniou.cmx ydump.ml
ocamlfind install yojson META \
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 \
ydump.cmi yojson.cmi yojson_biniou.cmi yojson.cmo yojson_biniou.cmo \
ydump.o yojson.o yojson_biniou.o ydump.cmx yojson.cmx yojson_biniou.cmx yojson.cmxs yojson_biniou.cmxs
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson_biniou.cmxs
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson.cmxs
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson_biniou.cmx
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson.cmx
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/ydump.cmx
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson_biniou.o
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson.o
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/ydump.o
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson_biniou.cmo
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson.cmo
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson_biniou.cmi
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson.cmi
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/ydump.cmi
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson_biniou.mli
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson.mli
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/write2.mli
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/write.mli
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/util.mli
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/safe.mli
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/read.mli
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/pretty.mli
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/common.mli
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson_biniou.cmti
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson.cmti
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson_biniou.cmt
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/yojson.cmt
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/ydump.cmt
Installed /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/_build/ocamlfind/lib/yojson/META
ydump => /Users/lorenz/code/ReasonProject/node_modules/yojson-actual/./_build/ocamlfind/bin/ydump
> merlin-actual@2.5.1 postinstall /Users/lorenz/code/ReasonProject/node_modules/merlin-actual
> eval $(dependencyEnv) && nopam && ./configure --prefix $opam_prefix && rm -rf $opam_prefix/share/ocamlmerlin && make -j 4 && (opam-installer --prefix=$opam_prefix || true)
Merlin configuration
--------------------
Found findlib GOOD
Found yojson GOOD
System config:
OCaml ABI version: OCaml 4.02.3
Native code: true
Sturgeon version: null (disabled)
Need threads: no
Will install:
ocamlmerlin binary in: /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/bin
vim mode in: /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/ocamlmerlin/vim
To customize directories, use:
./configure [--prefix <dir>] [--bindir <dir>] [--sharedir <dir>] [--vimdir <vimdir>]
For more informations rerun with --help.
Now, type 'make' to compile then 'make install'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.ocamlmakefile WITH_BIN_ANNOT="" WITHOUT_DEBUG="" REALLY_QUIET=1 ocamlmerlin
ocamlc -c -ccopt " \
-DNATIVE_CODE \
-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
/var/folders/ys/3dy1cfv133sgr4981kqck2rh0000gn/T/camlasm4be9a1.s:5114:75: warning: trigraph ignored [-Wtrigraphs]
.ascii "QQQQQQQQQQQQQQQQQQQQQQQQPPOONNMMLKKJJJIIHHGGFEEDDCBBBBBBBBBBBAA@@??>>>>==<<;::99"
^
1 warning generated.
ocamlfind ocamlopt \
-package str,findlib,yojson,unix,,threads -linkpkg \
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 \
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
ocamlmerlin => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/bin/ocamlmerlin
Creating directory /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/autoload/ctrlp
vim/merlin/autoload/ctrlp/locate.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/autoload/ctrlp/locate.vim
vim/merlin/autoload/ctrlp/outline.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/autoload/ctrlp/outline.vim
vim/merlin/autoload/merlin_find.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/autoload/merlin_find.vim
vim/merlin/autoload/merlin.py => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/autoload/merlin.py
vim/merlin/autoload/merlin_type.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/autoload/merlin_type.vim
vim/merlin/autoload/merlin.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/autoload/merlin.vim
vim/merlin/autoload/merlin_visual.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/autoload/merlin_visual.vim
Creating directory /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/doc
vim/merlin/doc/merlin.txt => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/doc/merlin.txt
Creating directory /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/ftdetect
vim/merlin/ftdetect/merlin.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/ftdetect/merlin.vim
Creating directory /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/ftplugin
vim/merlin/ftplugin/merlin.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/ftplugin/merlin.vim
vim/merlin/ftplugin/ocaml.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/ftplugin/ocaml.vim
vim/merlin/ftplugin/omlet.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/ftplugin/omlet.vim
Creating directory /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/plugin
vim/merlin/plugin/merlin.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/plugin/merlin.vim
Creating directory /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/syntax_checkers/ocaml
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
Creating directory /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/syntax_checkers/omlet
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
Creating directory /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/syntax
vim/merlin/syntax/merlin.vim => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/merlin/vim/syntax/merlin.vim
Creating directory /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/emacs/site-lisp
emacs/merlin-ac.el => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/emacs/site-lisp/merlin-ac.el
emacs/merlin-cap.el => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/emacs/site-lisp/merlin-cap.el
emacs/merlin-company.el => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/emacs/site-lisp/merlin-company.el
emacs/merlin-compat.el => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/emacs/site-lisp/merlin-compat.el
emacs/merlin.el => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/emacs/site-lisp/merlin.el
emacs/merlin-iedit.el => /Users/lorenz/code/ReasonProject/node_modules/merlin-actual/./_build/ocamlfind/share/emacs/site-lisp/merlin-iedit.el
> zed-bin@1.4.0 postinstall /Users/lorenz/code/ReasonProject/node_modules/zed-bin
> eval $(dependencyEnv) && nopam && make install
cp -r vendor-darwin/lib/* _build/ocamlfind/lib
> lambda-term-bin@1.10.0 postinstall /Users/lorenz/code/ReasonProject/node_modules/lambda-term-bin
> eval $(dependencyEnv) && nopam && make install
cp -r vendor-darwin/lib/* _build/ocamlfind/lib
> utop-bin@1.19.2 postinstall /Users/lorenz/code/ReasonProject/node_modules/utop-bin
> eval $(dependencyEnv) && nopam && make install
cp -r vendor-darwin/lib/* _build/ocamlfind/lib
cp -r vendor-darwin/bin/* _build/ocamlfind/bin
> fastrealpath@0.1.1 postinstall /Users/lorenz/code/ReasonProject/node_modules/fastrealpath
> gcc -o ./.bin/realpath -x c ./realpath.c
./realpath.c:3:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main(int cc, char**vargs) {
^
./realpath.c:4:3: warning: implicit declaration of function 'puts' is invalid in C99 [-Wimplicit-function-declaration]
puts(realpath(vargs[1], 0));
^
2 warnings generated.
> reason@1.6.0 postinstall /Users/lorenz/code/ReasonProject/node_modules/reason
> 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)
Read 811 sample input sentences and 811 error messages.
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
menhir --explain --strict --unused-tokens src/reason_parser.mly --compile-errors src/reason_parser.messages > src/reason_parser_message.ml
Read 811 sample input sentences and 811 error messages.
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
ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reasonbuild.ml > src/reasonbuild.ml.depends
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
+ 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
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
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
+ 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
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
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'
+ 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'
/Users/lorenz/code/ReasonProject/node_modules/reason/_build/_reasonbuild
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
ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/ocamlmerlin_reason.ml > src/ocamlmerlin_reason.ml.depends
ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_config.ml > src/reason_config.ml.depends
ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_oprint.ml > src/reason_oprint.ml.depends
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
ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/syntax_util.ml > src/syntax_util.ml.depends
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
+ 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
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
ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_toolchain.ml > src/reason_toolchain.ml.depends
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
+ 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
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
/Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q src/reason_lexer.mll
+ /Users/lorenz/code/ReasonProject/node_modules/ocaml/bin/ocamllex.opt -q src/reason_lexer.mll
ocamllex warning:
File "src/reason_lexer.mll", line 558, character 13: illegal backslash escape in string: '\*'.
ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_lexer.ml > src/reason_lexer.ml.depends
menhir --strict --unused-tokens --fixed-exception --table --raw-depend --ocamldep 'ocamlfind ocamldep -modules' src/reason_parser.mly > src/reason_parser.mly.depends
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
+ 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
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
ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_parser.mli > src/reason_parser.mli.depends
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
+ 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
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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_parser.ml > src/reason_parser.ml.depends
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
+ 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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/refmt_impl.ml > src/refmt_impl.ml.depends
ocamlfind ocamldep -modules package.ml > package.ml.depends
ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/printer_maker.ml > src/printer_maker.ml.depends
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
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
+ 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
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
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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_util.ml > src/reason_util.ml.depends
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
+ 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
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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
ocamlfind ocamlopt -shared -linkall -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reason.cmxa -o src/reason.cmxs
+ ocamlfind ocamlopt -shared -linkall -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reason.cmxa -o src/reason.cmxs
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
ocamlfind ocamlopt -shared -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reason_oprint.cmx -o src/reason_oprint.cmxs
+ ocamlfind ocamlopt -shared -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reason_oprint.cmx -o src/reason_oprint.cmxs
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
ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/reason_toploop.ml > src/reason_toploop.ml.depends
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
+ 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
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
ocamlfind ocamldep -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' -modules src/redoc_html.ml > src/redoc_html.ml.depends
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
+ 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
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
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
+ 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
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
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
+ 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
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
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
+ 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
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
ocamlfind ocamlopt -shared -linkall -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reasondoc.cmxa -o src/reasondoc.cmxs
+ ocamlfind ocamlopt -shared -linkall -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/reasondoc.cmxa -o src/reasondoc.cmxs
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
ocamlfind ocamlopt -shared -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/redoc_html.cmx -o src/redoc_html.cmxs
+ ocamlfind ocamlopt -shared -package 'menhirLib unix compiler-libs.common ocamlbuild findlib easy-format merlin_extend' src/redoc_html.cmx -o src/redoc_html.cmxs
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
_build/_reasonbuild/_build/myocamlbuild => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/reasonbuild
_build/src/ocamlmerlin_reason.native => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/ocamlmerlin-reason
_build/src/reactjs_jsx_ppx.native => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/reactjs_jsx_ppx
_build/src/reason_format_type.native => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/refmttype
_build/src/rebuild.sh => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/rebuild
_build/src/rec.sh => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/rec
_build/src/redoc.sh => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/redoc
_build/src/refmt_impl.native => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/refmt
_build/src/refmt_merlin_impl.sh => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/refmt_merlin
_build/src/reopt.sh => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/reopt
_build/src/reup.sh => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/reup
_build/src/rtop.sh => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/rtop
_build/src/rtop_init.ml => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/rtop_init.ml
_build/src/share.sh => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/bin/share
Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason
_build/pkg/META => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/META
_build/src/reason.a => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason.a
_build/src/reason.cma => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason.cma
_build/src/reason.cmxa => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason.cmxa
_build/src/reason.cmxs => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason.cmxs
_build/src/reason_config.cmi => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_config.cmi
_build/src/reason_config.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_config.cmo
_build/src/reason_config.cmt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_config.cmt
_build/src/reason_config.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_config.cmx
_build/src/reason_lexer.cmi => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_lexer.cmi
_build/src/reason_lexer.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_lexer.cmo
_build/src/reason_lexer.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_lexer.cmx
_build/src/reason_oprint.cmi => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_oprint.cmi
_build/src/reason_oprint.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_oprint.cmo
_build/src/reason_oprint.cmt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_oprint.cmt
_build/src/reason_oprint.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_oprint.cmx
_build/src/reason_oprint.cmxs => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_oprint.cmxs
_build/src/reason_parser.cmi => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_parser.cmi
_build/src/reason_parser.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_parser.cmo
_build/src/reason_parser.cmt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_parser.cmt
_build/src/reason_parser.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_parser.cmx
_build/src/reason_parser.mli => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_parser.mli
_build/src/reason_parser_message.cmi => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_parser_message.cmi
_build/src/reason_parser_message.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_parser_message.cmo
_build/src/reason_parser_message.cmt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_parser_message.cmt
_build/src/reason_parser_message.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_parser_message.cmx
_build/src/reason_pprint_ast.cmi => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_pprint_ast.cmi
_build/src/reason_pprint_ast.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_pprint_ast.cmo
_build/src/reason_pprint_ast.cmt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_pprint_ast.cmt
_build/src/reason_pprint_ast.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_pprint_ast.cmx
_build/src/reason_toolchain.cmi => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_toolchain.cmi
_build/src/reason_toolchain.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_toolchain.cmo
_build/src/reason_toolchain.cmt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_toolchain.cmt
_build/src/reason_toolchain.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_toolchain.cmx
_build/src/reason_toploop.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_toploop.cmo
_build/src/reason_util.cmi => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_util.cmi
_build/src/reason_util.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_util.cmo
_build/src/reason_util.cmt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_util.cmt
_build/src/reason_util.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_util.cmx
_build/src/reason_utop.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reason_utop.cmo
_build/src/reasonbuild.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reasonbuild.cmx
_build/src/reasonbuild.o => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reasonbuild.o
_build/src/reasondoc.a => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reasondoc.a
_build/src/reasondoc.cma => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reasondoc.cma
_build/src/reasondoc.cmxa => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reasondoc.cmxa
_build/src/reasondoc.cmxs => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/reasondoc.cmxs
_build/src/redoc_html.cmi => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/redoc_html.cmi
_build/src/redoc_html.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/redoc_html.cmo
_build/src/redoc_html.cmt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/redoc_html.cmt
_build/src/redoc_html.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/redoc_html.cmx
_build/src/redoc_html.cmxs => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/redoc_html.cmxs
_build/src/syntax_util.cmi => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/syntax_util.cmi
_build/src/syntax_util.cmo => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/syntax_util.cmo
_build/src/syntax_util.cmt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/syntax_util.cmt
_build/src/syntax_util.cmx => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/lib/reason/syntax_util.cmx
Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason
_build/editorSupport/VimReason/LICENSE => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/LICENSE
_build/editorSupport/VimReason/README.md => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/README.md
Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/after/syntax
_build/editorSupport/VimReason/after/syntax/reason.vim => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/after/syntax/reason.vim
Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/autoload
_build/editorSupport/VimReason/autoload/reason.vim => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/autoload/reason.vim
_build/editorSupport/VimReason/autoload/refmt.vim => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/autoload/refmt.vim
Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/doc
_build/editorSupport/VimReason/doc/reason.txt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/doc/reason.txt
Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/ftdetect
_build/editorSupport/VimReason/ftdetect/reason.vim => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/ftdetect/reason.vim
Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/ftplugin
_build/editorSupport/VimReason/ftplugin/reason.vim => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/ftplugin/reason.vim
Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/indent
_build/editorSupport/VimReason/indent/reason.vim => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/indent/reason.vim
Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/plugin
_build/editorSupport/VimReason/plugin/reason.vim => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/plugin/reason.vim
Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/syntax
_build/editorSupport/VimReason/syntax/reason.vim => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/syntax/reason.vim
Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/editorSupport/VimReason/syntax_checkers/reason
_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
Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/../emacs/site-lisp
_build/editorSupport/emacs/reason-mode.el => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/../emacs/site-lisp/reason-mode.el
_build/editorSupport/emacs/refmt.el => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/share/reason/../emacs/site-lisp/refmt.el
Creating directory /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/doc/reason
_build/CHANGELOG.md => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/doc/reason/CHANGELOG.md
_build/LICENSE.txt => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/doc/reason/LICENSE.txt
_build/README.md => /Users/lorenz/code/ReasonProject/node_modules/reason/./_build/ocamlfind/doc/reason/README.md
> ReasonProject@0.0.1 postinstall /Users/lorenz/code/ReasonProject
> npm run reasonBuild
> ReasonProject@0.0.1 reasonBuild /Users/lorenz/code/ReasonProject
> eval $(dependencyEnv) && nopam && rebuild -use-ocamlfind -cflag -w -cflag -40 -I src ./src/Test.native 2>&1 | refmterr
sh: refmterr: command not found
npm ERR! Darwin 16.3.0
npm ERR! argv "/usr/local/Cellar/node/7.4.0/bin/node" "/usr/local/bin/npm" "run" "reasonBuild"
npm ERR! node v7.4.0
npm ERR! npm v4.1.1
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
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`
npm ERR! spawn ENOENT
npm ERR!
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'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the ReasonProject package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! eval $(dependencyEnv) && nopam && rebuild -use-ocamlfind -cflag -w -cflag -40 -I src ./src/Test.native 2>&1 | refmterr
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs ReasonProject
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls ReasonProject
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/lorenz/code/ReasonProject/npm-debug.log
npm ERR! Darwin 16.3.0
npm ERR! argv "/usr/local/Cellar/node/7.4.0/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v7.4.0
npm ERR! npm v4.1.1
npm ERR! code ELIFECYCLE
npm ERR! ReasonProject@0.0.1 postinstall: `npm run reasonBuild`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ReasonProject@0.0.1 postinstall script 'npm run reasonBuild'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the ReasonProject package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! npm run reasonBuild
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs ReasonProject
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls ReasonProject
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /Users/lorenz/code/ReasonProject/npm-debug.log
lorenz@lopro13 ~/c/ReasonProject (master) [1]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment