[LLVMdev] Build Error
Jim Grosbach
grosbach at apple.com
Tue Apr 3 08:31:49 PDT 2012
Hi Ryan,
Sometimes the configure machinery can get confused. I haven't seen this particular error, so I don't know for sure if that's happening here, though. Try running "./config.status" from the build directory.
Perhaps unrelated, but it looks like you're building inside the source tree. I'd recommend not doing that, as it's not too uncommon for that to run into problems. In my experience, anyway.
Regards,
-Jim
On Apr 2, 2012, at 12:25 PM, Ryan Taylor <ryta1203 at gmail.com> wrote:
> I am getting a build error after doing a "make update" and then running "make clean all":
>
> gmake[4]: *** No rule to make target `/home/ryan/llvm/llvm_core/trunk/Release+Asserts/lib/ocaml/llvm.cmi', needed by `/home/ryan/llvm/llvm_core/trunk/bindings/ocaml/transforms/ipo/Release+Asserts/llvm_ipo.cmi'. Stop.
> gmake[4]: Leaving directory `/home/ryan/llvm/llvm_core/trunk/bindings/ocaml/transforms/ipo'
> gmake[3]: *** [ocamldoc] Error 2
> gmake[3]: Leaving directory `/home/ryan/llvm/llvm_core/trunk/bindings/ocaml/transforms'
> gmake[2]: *** [ocamldoc] Error 2
> gmake[2]: Leaving directory `/home/ryan/llvm/llvm_core/trunk/bindings/ocaml'
> gmake[1]: *** [regen-ocamldoc] Error 2
> gmake[1]: Leaving directory `/home/ryan/llvm/llvm_core/trunk/docs'
> gmake: *** [install] Error 1
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list