Hello Óscar, This time the autotools version of LLVM trunk build with Clang trunk compiled in Debug+Asserts mode without complaint with --enable-bindings=none. I suspect this makes something fishy looking with the CMake build. Do you need logfiles from configure? Thanks again, --Sam ----- Original Message ----> From: Óscar Fuentes <ofv at wanadoo.es> > To: Samuel Crow <samuraileumas at yahoo.com> > Cc: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Sent: Fri, January 14, 2011 7:27:18 AM > Subject: Re: Circular Deps from CMake build using makefile > > Samuel Crow <samuraileumas at yahoo.com> writes: > > > The single-threaded build failed the same place as the double threaded build > > > failed which is the same place I just indicated in my previous post. The > > ../llvm/configure script version failed with OCaml building with about 600 > > assembler errors since I built it in AMD64 mode. (Oops.) Should I disable> > OCaml from the configure script and try again? > > Yes, please. (The cmake build ignores the OCaml bindings) >
Óscar Fuentes
2011-Jan-14 22:39 UTC
[LLVMdev] Circular Deps from CMake build using makefile
Samuel Crow <samuraileumas at yahoo.com> writes:> This time the autotools version of LLVM trunk build with Clang trunk compiled in > Debug+Asserts mode without complaint with --enable-bindings=none. I suspect > this makes something fishy looking with the CMake build. Do you need logfiles > from configure?I'm clueless about what's happening there. The cyclic dependency among LLVMSupport and LLVMSystem makes no sense (the other cyclic dependency is a different history) Others are using cmake on OS/X and didn't report any problem. I'll like to help, but can't think of anything that could be wrong on the cmake build (apart from compiler options: make VERBOSE=1 will show the full command lines and you can compare the invocations or the compiler and linker for the cmake and the `configure' build.) Sorry.
----- Original Message ----> From: Óscar Fuentes <ofv at wanadoo.es> > To: Samuel Crow <samuraileumas at yahoo.com> > Cc: Óscar Fuentes <ofv at wanadoo.es>; LLVM Developers Mailing List ><llvmdev at cs.uiuc.edu> > Sent: Fri, January 14, 2011 4:39:57 PM > Subject: Re: Circular Deps from CMake build using makefile > > Samuel Crow <samuraileumas at yahoo.com> writes: > > > This time the autotools version of LLVM trunk build with Clang trunk >compiled in > > > Debug+Asserts mode without complaint with --enable-bindings=none. I suspect > > > this makes something fishy looking with the CMake build. Do you need >logfiles > > > from configure? > > I'm clueless about what's happening there. The cyclic dependency among > LLVMSupport and LLVMSystem makes no sense (the other cyclic dependency > is a different history) Others are using cmake on OS/X and didn't report > any problem. I'll like to help, but can't think of anything that could > be wrong on the cmake build (apart from compiler options: make VERBOSE=1 > will show the full command lines and you can compare the invocations or > the compiler and linker for the cmake and the `configure' build.) Sorry. >I have attached the logfiles here. Thanks again for helping me, --Sam -------------- next part -------------- A non-text attachment was scrubbed... Name: cmake.log Type: application/octet-stream Size: 932663 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110114/86f3a4c7/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: automake.log Type: application/octet-stream Size: 2247437 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110114/86f3a4c7/attachment-0001.obj>
Seemingly Similar Threads
- [LLVMdev] Circular Deps from CMake build using makefile
- [LLVMdev] Circular Deps from CMake build using makefile
- [LLVMdev] Circular Deps from CMake build using makefile
- [LLVMdev] Circular Deps from CMake build using makefile
- [LLVMdev] Circular Deps from CMake build using makefile