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

Syntax error in myocamlbuild_config.ml #4286

Closed
vicuna opened this issue May 21, 2007 · 2 comments
Closed

Syntax error in myocamlbuild_config.ml #4286

vicuna opened this issue May 21, 2007 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented May 21, 2007

Original bug ID: 4286
Reporter: Christoph Bauer
Assigned to: ertai
Status: closed (set by @xavierleroy on 2010-04-29T12:26:22Z)
Resolution: fixed
Priority: normal
Severity: minor
Version: 3.10.0
Fixed in version: 3.10+dev
Category: ~DO NOT USE (was: OCaml general)
Monitored by: ertai

Bug description

On AIX and on SunOS the generated myocamlbuild_config.ml has
an syntax error. (`as' is a keyword).

File "myocamlbuild_config.ml", line 52, characters 11-13:
Syntax error

The line is
let aspp = as;;

The config/Makefile contains this line:

ASPP=$(AS)

but AS isn't defined in the file.

Workaround: edit config/Makefile and replace $(AS) by as.

@vicuna
Copy link
Author

vicuna commented May 21, 2007

Comment author: Christoph Bauer

Sorry: wrong mantis category for this bug.

@vicuna
Copy link
Author

vicuna commented May 27, 2007

Comment author: ertai

Fixed in CVS.

@vicuna vicuna closed this as completed Apr 29, 2010
@vicuna vicuna added the bug label Mar 19, 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