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

boot/ocamlc is old #5076

Closed
vicuna opened this issue Jun 16, 2010 · 1 comment
Closed

boot/ocamlc is old #5076

vicuna opened this issue Jun 16, 2010 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Jun 16, 2010

Original bug ID: 5076
Reporter: Dmitry Grebeniuk
Status: closed (set by @alainfrisch on 2010-07-07T12:41:14Z)
Resolution: fixed
Priority: normal
Severity: minor
Version: 3.12.0+beta1 or 3.12.0+rc1
Category: ~DO NOT USE (was: OCaml general)

Bug description

boot/ocamlc has version 3.11.*, it doesn't understand -strict-sequence, so compilation under win32/mingw fails with:

=============================
../boot/ocamlrun ../boot/ocamlc -strict-sequence -g -warn-error A -nostdlib ./Compflags pervasives.cmi -c pervasives.mli
../boot/ocamlc: unknown option `-strict-sequence'.

if we skip this error by removing "-strict-sequence" from Makefiles, we get errors with "Module.(expr)" syntax (substring "Longident.(" in typing/*.ml), for example:

=============================
Ppat_construct
(Longident.(Ldot (Lident "predef", "Some")),
Some {ppat_loc = default_loc; ppat_desc = Ppat_var "sth"},
false)},

and there are more errors, I'll report them in next issues.

@vicuna
Copy link
Author

vicuna commented Jun 16, 2010

Comment author: Dmitry Grebeniuk

Sorry, it was my fault. boot/ocamlc is 3.12.

@vicuna vicuna closed this as completed Jul 7, 2010
@vicuna vicuna added the bug label Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant