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

Makefile.nt bugs #6248

Closed
vicuna opened this issue Oct 14, 2002 · 1 comment
Closed

Makefile.nt bugs #6248

vicuna opened this issue Oct 14, 2002 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Oct 14, 2002

Original bug ID: 1437
Reporter: administrator
Status: closed
Resolution: fixed
Priority: normal
Severity: minor
Category: ~DO NOT USE (was: OCaml general)

Bug description

  1. scanf missing from PERVASIVES in Makefile.nt. If you run ocaml
    built with Makefile.nt, you can't access Scanf until you #load
    "stdlib.cma".

  2. Makefile.nt depend target for-loop uses old syntax, update to (I think):
    for d in utils parsing typing bytecomp asmcomp driver toplevel; do $(CAMLDEP) $(DEPFLAGS) $$d/.mli $$d/.ml; done >> .depend

3? I'm also not sure if make -f makefile.nt depend works
properly...it seemed to miss some files, but I haven't looked at this
closely yet (basically, making depend and then world had a problem
with asttypes.cmi, I believe...but again, I haven't looked at this in
detail).

Chris

@vicuna
Copy link
Author

vicuna commented Jan 3, 2003

Comment author: administrator

  1. fixed some time ago by XL
  2. fixed 2003-01-03 by XL and DD
  3. not confirmed

@vicuna vicuna closed this as completed Jan 3, 2003
@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