Hi all, The OCaml stuff is failing during the "make install" command: $ make install llvm[0]: Installing HTML documentation llvm[0]: Building ocamldoc documentation make[2]: Nothing to be done for `ocamldoc'. make[2]: Nothing to be done for `ocamldoc'. make[2]: Nothing to be done for `ocamldoc'. make[2]: Nothing to be done for `ocamldoc'. make[2]: Nothing to be done for `ocamldoc'. make[2]: Nothing to be done for `ocamldoc'. make[2]: *** No rule to make target `ocamldoc'. Stop. make[1]: *** [ocamldoc] Error 2 make: *** [regen-ocamldoc] Error 2 This happens in the "docs" directory. I'm building with srcdir != objdir. -bw
Erick Tryzelaar
2008-Mar-17 07:08 UTC
[LLVMdev] [PATCH] ocamldoc code needs to be added for every subdirectory in the ocaml bindings.
Here's a patch that'll fix the bug you're running into. Could someone commit? --- bindings/ocaml/transforms/Makefile | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) -------------- next part -------------- A non-text attachment was scrubbed... Name: d18893b2d5dd41332dd51a460882fb282c048ebb.diff Type: text/x-patch Size: 361 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080317/3e20c02c/attachment.bin>
Bill Wendling
2008-Mar-17 07:49 UTC
[LLVMdev] [PATCH] ocamldoc code needs to be added for every subdirectory in the ocaml bindings.
Applied. Thanks! -bw On Mar 17, 2008, at 12:08 AM, Erick Tryzelaar wrote:> > Here's a patch that'll fix the bug you're running into. Could someone > commit? > --- > bindings/ocaml/transforms/Makefile | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) > <d18893b2d5dd41332dd51a460882fb282c048ebb.diff>_______________________ > ________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
On Sun, Mar 16, 2008 at 11:03 PM, Bill Wendling <isanbard at gmail.com> wrote:> Hi all, > > The OCaml stuff is failing during the "make install" command:void committed my fix so hopefully this will now work for you.
On Mar 17, 2008, at 12:54 AM, Erick Tryzelaar wrote:> On Sun, Mar 16, 2008 at 11:03 PM, Bill Wendling > <isanbard at gmail.com> wrote: >> Hi all, >> >> The OCaml stuff is failing during the "make install" command: > > void committed my fix so hopefully this will now work for you.It does...I'm void ;-) -bw
Reasonably Related Threads
- [LLVMdev] OCaml "make install" failure
- [LLVMdev] [PATCH] Make the ocaml source comments work with ocamldoc.
- [LLVMdev] LLVM-OCaml Bindings Tutorial (2.6-2.7)
- [LLVMdev] Ocaml bindings in 2.8
- [LLVMdev] Last chance to get anything into llvm-c and ocaml bindings