32 lines
2.8 KiB
Text
32 lines
2.8 KiB
Text
|
# dune build -w
|
||
|
# OCAMLPARAM: unset
|
||
|
# Shared cache: disabled
|
||
|
# Shared cache location: /home/nixolas/.cache/dune/db
|
||
|
# Workspace root: /home/nixolas/Documents/ocaml_testing/NicksLearning
|
||
|
# Auto-detected concurrency: 12
|
||
|
# Dune context:
|
||
|
# { name = "default"
|
||
|
# ; kind = "default"
|
||
|
# ; profile = Dev
|
||
|
# ; merlin = true
|
||
|
# ; fdo_target_exe = None
|
||
|
# ; build_dir = In_build_dir "default"
|
||
|
# ; installed_env =
|
||
|
# map
|
||
|
# { "INSIDE_DUNE" :
|
||
|
# "/home/nixolas/Documents/ocaml_testing/NicksLearning/_build/default"
|
||
|
# ; "OCAML_COLOR" : "always"
|
||
|
# ; "OPAMCOLOR" : "always"
|
||
|
# }
|
||
|
# ; instrument_with = []
|
||
|
# }
|
||
|
$ /nix/store/9j24zr09jz1wgi8m306avyccwirbl229-ocaml-base-compiler-5.1.1_rc1/bin/ocamlc.opt -config > /tmp/dune_da31cc_output
|
||
|
$ (cd _build/default && /nix/store/9j24zr09jz1wgi8m306avyccwirbl229-ocaml-base-compiler-5.1.1_rc1/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I bin/.main.eobjs/byte -I bin/.main.eobjs/native -I lib/.NicksLearning.objs/byte -I lib/.NicksLearning.objs/native -intf-suffix .ml -no-alias-deps -opaque -o bin/.main.eobjs/native/dune__exe__Main.cmx -c -impl bin/main.ml)
|
||
|
> File "bin/main.ml", line 5, characters 0-0:
|
||
|
> Error: Syntax error
|
||
|
[2]
|
||
|
$ (cd _build/default && /nix/store/9j24zr09jz1wgi8m306avyccwirbl229-ocaml-base-compiler-5.1.1_rc1/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I bin/.main.eobjs/byte -I bin/.main.eobjs/native -I lib/.NicksLearning.objs/byte -I lib/.NicksLearning.objs/native -intf-suffix .ml -no-alias-deps -opaque -o bin/.main.eobjs/native/dune__exe__Main.cmx -c -impl bin/main.ml)
|
||
|
$ (cd _build/default && /nix/store/9j24zr09jz1wgi8m306avyccwirbl229-ocaml-base-compiler-5.1.1_rc1/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o bin/main.exe lib/NicksLearning.cmxa bin/.main.eobjs/native/dune__exe__Main.cmx)
|
||
|
$ (cd _build/default && /nix/store/9j24zr09jz1wgi8m306avyccwirbl229-ocaml-base-compiler-5.1.1_rc1/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I bin/.main.eobjs/byte -I bin/.main.eobjs/native -I lib/.NicksLearning.objs/byte -I lib/.NicksLearning.objs/native -intf-suffix .ml -no-alias-deps -opaque -o bin/.main.eobjs/native/dune__exe__Main.cmx -c -impl bin/main.ml)
|
||
|
$ (cd _build/default && /nix/store/9j24zr09jz1wgi8m306avyccwirbl229-ocaml-base-compiler-5.1.1_rc1/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o bin/main.exe lib/NicksLearning.cmxa bin/.main.eobjs/native/dune__exe__Main.cmx)
|