Created
June 5, 2017 03:27
-
-
Save gilbert/36dd5a668623c75f4a797a556bdc7458 to your computer and use it in GitHub Desktop.
Reason build error logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Configuring for host x86_64-apple-darwin16.6.0 ... | |
Configuring for target x86_64-apple-darwin16.6.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/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/bin | |
standard library.......... /Users/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/lib/ocaml | |
manual pages.............. /Users/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/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 ** | |
/Library/Developer/CommandLineTools/usr/bin/make coldstart | |
cd byterun; /Library/Developer/CommandLineTools/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 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 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 | |
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 | |
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o str.o str.c | |
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 | |
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 | |
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 | |
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 "/Users/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/lib/ocaml/stublibs" > ld.conf | |
echo "/Users/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/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 | |
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) | |
~~~~~~~~~~~ ^ | |
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 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 | |
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) | |
~~~~~~~~~~~ ^ | |
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O roots.c -o roots.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) | |
~~~~~~~~~~~ ^ | |
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O globroots.c -o globroots.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: notegcc -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 | |
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O ints.c -o ints.pic.o | |
: 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) | |
~~~~~~~~~~~ ^ | |
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) | |
~~~~~~~~~~~ ^ | |
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O floats.c -o floats.pic.o | |
gcc -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O str.c -o str.pic.o | |
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 | |
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 | |
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) | |
~~~~~~~~~~~ ^ | |
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 | |
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 | |
5 warnings generated. | |
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 startup.o startup.c | |
(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 -c -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O startup.c -o startup.pic.o | |
gcc -DCAML_NAME_SPACE -O -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -c -o prims.o prims.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) | |
~~~~~~~~~~~ ^ | |
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) | |
~~~~~~~~~~~ ^ | |
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) | |
~~~~~~~~~~~ ^ | |
1 warning generated. | |
2 warnings generated. | |
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'2 warnings generated. | |
#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) | |
~~~~~~~~~~~ ^ | |
1 warning generated. | |
2 warnings generated. | |
2 warnings generated. | |
5 warnings generated. | |
2 warnings generated. | |
2 warnings generated. | |
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 | |
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 | |
ranlib libcamlrun_pic.a | |
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 | |
gcc -Wl,-no_compact_unwind -o ocamlrun \ | |
prims.o libcamlrun.a -lcurses -lpthread | |
cp byterun/ocamlrun boot/ocamlrun | |
cd yacc; /Library/Developer/CommandLineTools/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 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 -c -o main.o main.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; /Library/Developer/CommandLineTools/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 | |
sed -e "s|%%VERSION%%|`sed -e 1q ../VERSION`|" sys.mlp >sys.ml | |
if true; then \ | |
echo '#!/Users/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/bin/ocamlrun' > camlheader && \ | |
echo '#!/Users/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/bin/ocamlrun' > target_camlheader && \ | |
echo '#!/Users/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/bin/ocamlrund' > camlheaderd && \ | |
echo '#!/Users/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/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/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/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/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/bin/ocamlrun'$suff'"' \ | |
header.c -o tmpheader && \ | |
strip tmpheader && \ | |
mv tmpheader target_camlheader$suff; \ | |
done && \ | |
cp camlheader camlheader_ur; \ | |
fi | |
if true; then \ | |
echo '#!/Users/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/bin/ocamlrun' > camlheader && \ | |
echo '#!/Users/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/bin/ocamlrun' > target_camlheader && \ | |
echo '#!/Users/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/bin/ocamlrund' > camlheaderd && \ | |
echo '#!/Users/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/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/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/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/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/bin/ocamlrun'$suff'"' \ | |
header.c -o tmpheader && \ | |
strip tmpheader && \ | |
mv tmpheader target_camlheader$suff; \ | |
done && \ | |
cp camlheader camlheader_ur; \ | |
fi | |
if true; then \ | |
echo '#!/Users/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/bin/ocamlrun' > camlheader && \ | |
echo '#!/Users/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/bin/ocamlrun' > target_camlheader && \ | |
echo '#!/Users/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/bin/ocamlrund' > camlheaderd && \ | |
echo '#!/Users/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/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/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/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/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/bin/ocamlrun'$suff'"' \ | |
header.c -o tmpheader && \ | |
strip tmpheader && \ | |
mv tmpheader target_camlheader$suff; \ | |
done && \ | |
cp camlheader camlheader_ur; \ | |
fi | |
../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 list.cmi` -c list.mli | |
../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 bytes.cmi` -c bytes.mli | |
../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 sys.cmi` -c sys.mli | |
../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 marshal.cmi` -c marshal.mli | |
../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 int64.cmi` -c int64.mli | |
../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 lexing.cmi` -c lexing.mli | |
../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 map.cmi` -c map.mli | |
../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 queue.cmi` -c queue.mli | |
../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 lazy.cmi` -c lazy.mli | |
../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 buffer.cmi` -c buffer.mli | |
../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 printexc.cmi` -c printexc.mli | |
../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 digest.cmi` -c digest.mli | |
../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 scanf.cmi` -c scanf.mli | |
../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 filename.cmi` -c filename.mli | |
../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 arrayLabels.cmi` -c arrayLabels.mli | |
../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 bytesLabels.cmi` -c bytesLabels.mli | |
../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 std_exit.cmo` -c std_exit.ml | |
../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.cmo` -c list.ml | |
../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.cmo` -c bytes.ml | |
../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.cmo` -c sort.ml | |
../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 obj.cmi` -c obj.mli | |
../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.cmo` -c int64.ml | |
../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 parsing.cmi` -c parsing.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 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.cmo` -c queue.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 printf.cmi` -c printf.mli | |
../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 format.cmi` -c format.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 camlinternalMod.cmi` -c camlinternalMod.mli | |
../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 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.cmo` -c arrayLabels.ml | |
../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 parsing.cmo` -c parsing.ml | |
../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 weak.cmi` -c weak.mli | |
../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 oo.cmi` -c oo.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 camlinternalMod.cmo` -c camlinternalMod.ml | |
../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 string.cmo` -c string.ml | |
../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 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.cmo` -c buffer.ml | |
../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.cmo` -c random.ml | |
../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 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.cmo` -c oo.ml | |
../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 filename.cmo` -c filename.ml | |
../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 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.cmo` -c printf.ml | |
../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.cmo` -c printexc.ml | |
../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 scanf.cmo` -c scanf.ml | |
../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.cmo` -c lazy.ml | |
../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 stdLabels.cmi` -c stdLabels.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 stdLabels.cmo` -c stdLabels.ml | |
../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 -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 | |
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 | |
/Library/Developer/CommandLineTools/usr/bin/make opt.opt | |
/Library/Developer/CommandLineTools/usr/bin/make checkstack | |
/Library/Developer/CommandLineTools/usr/bin/make runtime | |
cd byterun; /Library/Developer/CommandLineTools/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 | |
/Library/Developer/CommandLineTools/usr/bin/make core | |
/Library/Developer/CommandLineTools/usr/bin/make coldstart | |
cd byterun; /Library/Developer/CommandLineTools/usr/bin/make all | |
make[4]: Nothing to be done for `all'. | |
cp byterun/ocamlrun boot/ocamlrun | |
cd yacc; /Library/Developer/CommandLineTools/usr/bin/make all | |
make[4]: Nothing to be done for `all'. | |
cp yacc/ocamlyacc boot/ocamlyacc | |
cd stdlib; /Library/Developer/CommandLineTools/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 | |
/Library/Developer/CommandLineTools/usr/bin/make coreall | |
/Library/Developer/CommandLineTools/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/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/config.mli | |
sed -e 's|%%LIBDIR%%|/Users/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/lib/ocaml|' \ | |
-e 's|%%BYTERUN%%|/Users/tapwater/.esy/store-3.x.x/_insttmp/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/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.6.0|' \ | |
-e 's|%%TARGET%%|x86_64-apple-darwin16.6.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/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/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/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/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/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 parsing/longident.mli | |
boot/ocamlyacc -v parsing/parser.mly | |
boot/ocamlrun boot/ocamllex parsing/lexer.mll | |
boot/ocamlrun boot/ocamlc -nostdlib -I boot -strict-sequence -w +33..39+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/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 bytecomp/switch.mli | |
(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 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/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 bytecomp/meta.mli | |
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/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/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/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 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/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/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 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.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.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.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.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.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.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.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/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 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/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 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/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/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/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/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.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.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.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/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 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 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/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 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 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 parsing/syntaxerr.ml | |
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 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 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 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/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/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/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/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 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 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 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/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/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/lexer.mli | |
File "parsing/lexer.mli", line 16, characters 28-40: | |
Error: Unbound type constructor Parser.token | |
make[4]: *** [parsing/lexer.cmi] Error 2 | |
make[4]: *** Waiting for unfinished jobs.... | |
make[3]: *** [coreall] Error 2 | |
make[2]: *** [core] Error 2 | |
make[1]: *** [opt.opt] Error 2 | |
make: *** [world.opt] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment