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 try to rebuild plugin which is just built #6144

Closed
vicuna opened this issue Aug 28, 2013 · 1 comment
Closed

Ocamlbuild try to rebuild plugin which is just built #6144

vicuna opened this issue Aug 28, 2013 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Aug 28, 2013

Original bug ID: 6144
Reporter: joedralliam
Status: resolved (set by @damiendoligez on 2017-02-24T15:11:49Z)
Resolution: suspended
Priority: normal
Severity: minor
OS: Windows
Version: 4.00.0
Target version: later
Category: -for ocamlbuild use https://github.com/ocaml/ocamlbuild/issues
Monitored by: @gasche

Bug description

On Windows, when the plugin has been compiled by hand, ocamlbuild trie to build it again when invoked. It does not have such behaviour on Linux or on Mac.

Steps to reproduce

Build a plugin with a external dependency (eg Str) by hand and invoke ocamlbuild

(mkdir _build &> /dev/null) ;
cp myocamlbuild.ml _build/myocamlbuild.ml &&
cd _build &&
ocamlfind ocamlopt -linkpkg -package ocamlbuildcpp -package ocamlbuild myocamlbuild.ml ${bash ocamlc -where}/ocamlbuild/ocamlbuild.cmx -o myocamlbuild &&
cd ..
ocamlbuild -documentation

@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#155

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