Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebuild prints out the same error twice #13

Open
yichengq opened this issue Jan 16, 2017 · 0 comments
Open

rebuild prints out the same error twice #13

yichengq opened this issue Jan 16, 2017 · 0 comments

Comments

@yichengq
Copy link

yicheng.qin@yicheng ~> cat hello.re                                                               10
let myVar = "Hello";

print_endline | 1;

yicheng.qin@yicheng ~> rebuild hello.native
+ /Users/yicheng.qin/.opam/4.02.3/bin/ocamldep.opt -modules -pp refmt -impl hello.re | tee hello.re.depends > hello.ml.depends
File "hello.re", line 3, characters 14-15:
Error: 1818: Incomplete statement. Did you forget a ";"?

File "hello.re", line 1:
Error: Error while running external preprocessor
Command line: refmt 'hello.re' > /var/folders/34/4yx9dw4x037_7j6dwtztmw440000gn/T/ocamlpp016c49

+ env OCAMLC="ocamlc.opt" /Users/yicheng.qin/.opam/4.02.3/bin/rec -c -pp refmt -o hello.cmo -intf-suffix .rei -impl hello.re
File "hello.re", line 3, characters 14-15:
Error: 1818: Incomplete statement. Did you forget a ";"?

File "hello.re", line 1:
Error: Error while running external preprocessor
Command line: refmt 'hello.re' > /var/folders/34/4yx9dw4x037_7j6dwtztmw440000gn/T/ocamlpp356bfc

Command exited with code 2.
Compilation unsuccessful after building 2 targets (0 cached) in 00:00:00.

This reads really verbose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant