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

ocamldep does not make dependencies on WIN32 #3064

Closed
vicuna opened this issue Dec 2, 2001 · 1 comment
Closed

ocamldep does not make dependencies on WIN32 #3064

vicuna opened this issue Dec 2, 2001 · 1 comment
Labels

Comments

@vicuna
Copy link

vicuna commented Dec 2, 2001

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

Bug description

Full_Name: Ohad Rodeh
Version: 3.01/3.02
OS: WIN20000
Submission from: e-hub.haifa.ibm.net.il (192.115.216.66)

ocamldep does not make dependencies for subdirectories on WIN2000 (I presume for
all WIN32).
For example, in a system where you have directory X and subdirectory A then
running ocamldep
from the top directory (X):
ocamldep -I A A*.ml*
will result in an empty set of dependecies.

Using a cygwin bash shell ocamldep does work, but not from a normal windows
command prompt.


Example:

Top dir X.
subdir A.

A includes files xx.ml:

let f () =
print_string "Hello World";
()

and file yy.ml:

open Xx

let _ =
f ()

The generated dependency should be that yy.cmo depends on xx.cmo.
When inside A, the depedencies are correctly generated. Outside, in the top
directory nothing is made.


Ohad.

@vicuna
Copy link
Author

vicuna commented Dec 3, 2001

Comment author: administrator

Redundant with #3063.

@vicuna vicuna closed this as completed Aug 25, 2002
@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