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

load_printer in ocamldebug 3.05 fails to load unix.cmo #3498

Closed
vicuna opened this issue Aug 2, 2002 · 2 comments
Closed

load_printer in ocamldebug 3.05 fails to load unix.cmo #3498

vicuna opened this issue Aug 2, 2002 · 2 comments
Labels

Comments

@vicuna
Copy link

vicuna commented Aug 2, 2002

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

Bug description

Full_Name: Hugo Herbelin
Version: 3.05
OS: Linux
Submission from: herbelin.net1.nerim.net (62.212.105.93)

Bonjour,

Loading files requiring "unix.cmo" in ocamldebug used to work nicely in 3.04
but fails in 3.05.

cat essai.ml
let env = Unix.environment
let pr_int n = print_int n

ocamlc unix.cma essai.ml
ocamldebug a.out # or another executable
Objective Caml Debugger version 3.05

(ocd) load_printer "essai.cmo"
Cannot find file unix.cmo

Merci de votre aide.

Hugo

@vicuna
Copy link
Author

vicuna commented Aug 2, 2002

Comment author: administrator

Fixed 2002-08-03 by XL.

@vicuna vicuna closed this as completed Aug 2, 2002
@vicuna
Copy link
Author

vicuna commented Aug 2, 2002

Comment author: administrator

Loading files requiring "unix.cmo" in ocamldebug used to work
nicely in 3.04 but fails in 3.05.

My fault. C'est corrigé.

  • Xavier

@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