[cfe-dev] doco build issue (how to skip question)

Chris Lattner clattner at apple.com
Mon Oct 5 14:11:47 PDT 2009


On Oct 5, 2009, at 9:18 AM, R P Herrold wrote:

>
> from a llvm and clang CO, I am consistently getting a
> build failure down in the build of Ocaml doco
>
> lvm[1]: Building ocamldoc documentation
> make[2]: Entering directory
> 	`/home/herrold/rpmbuild/BUILD/clang-20091005/bindings/ocaml'
> make[3]: Entering directory
> 	`/home/herrold/rpmbuild/BUILD/clang-20091005/bindings/ocaml/llvm'
> llvm[3]: Documenting llvm.odoc
> make[3]: I: Command not found
> make[3]:
> 	[/home/herrold/rpmbuild/BUILD/clang-20091005/bindings/ocaml/llvm/ 
> Debug/llvm.odoc]
> Error 127 (ignored)
> make[3]: Leaving directory
> `/home/herrold/rpmbuild/BUILD/clang-20091005/bindings/ocaml/llvm'
>
> Under the time honored principle of solving doco building
> problems last, I thought:  Hmmm --- add a ./configure option
> and skip this for the moment

Hi Russ,

It looks like the configure is detecting ocaml support and trying to  
build the bindings.  Try configuring with --enable-bindings=none.

-Chris

>
> But running ./configure --help, nothing jumps out an bites me
> as a proper 'disable' clause to use.  ditto reading README.txt
> and INSTALL.txt.  I see the mention of missing -I paths in
> NOTES.txt, but this seems unlikely, except for the strange
> missing 'I' Command, rather than '-I' error
>
> CentOS 5, currently updated and a rich build environment
> platform, on a x86_64
>
> My build passes are laborious (working towoard auto-packagin
> the SRPM and binary RPMs) -- running over an hour, and so I'd
> appreciate a pointer.
>
> Any thought?
>
> -- Russ herrold
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev




More information about the cfe-dev mailing list