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

ocamlbuild -I does not understand paths that aren't relative descendants #6292

Closed
vicuna opened this issue Jan 9, 2014 · 2 comments
Closed

Comments

@vicuna
Copy link

vicuna commented Jan 9, 2014

Original bug ID: 6292
Reporter: dsheets
Status: resolved (set by @damiendoligez on 2017-02-24T12:59:16Z)
Resolution: suspended
Priority: low
Severity: minor
Version: 4.01.0
Target version: later
Category: -for ocamlbuild use https://github.com/ocaml/ocamlbuild/issues
Monitored by: @gasche

Bug description

When running ocamlbuild with the -I option to include a directory for compilation unit reference, if the provided directory is not a relative descendant of the current working directory, then an error is produced e.g.:

Failure: Included or excluded directories must be implicit (not "../lib").

This restriction is probably no longer necessary and could be removed.

@vicuna
Copy link
Author

vicuna commented Jan 10, 2014

Comment author: @ygrek

This restriction is probably no longer necessary and could be removed.

Do you have an idea why this restriction was there in the first place?

@vicuna
Copy link
Author

vicuna commented Feb 24, 2017

Comment author: @damiendoligez

ocamlbuild is now a separate project that lives on GitHub.
PR transferred to ocaml/ocamlbuild#152

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant