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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120402/a82393cd/attachment.html>
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
Jim, thanks, I solved this issue, it was a Polly library issue, thanks. On Apr 3, 2012 8:31 AM, "Jim Grosbach" <grosbach at apple.com> wrote:> 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 > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120403/0547273c/attachment.html>