<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Nothing on the CMake.html doc discusses incorporating Libc++ into
building Clang/LLVM with Libc++. Reading up on putting the trunk of
libc++ under /llvm/projects where then Clang has CmakeList.txt files
to map to that path looking for libc++ still doesn't compile, even
if I first build Clang with GCC and then again with the newly built
clang under /usr/local/bin on Debian.<br>
<br>
It still craps out and throws up several errors regarding C++11
issues.<br>
<br>
- Marc<br>
<br>
On 06/21/2012 07:22 AM, Óscar Fuentes wrote:
<blockquote cite="mid:87ipeklp6p.fsf@wanadoo.es" type="cite">
<pre wrap="">Anton Korobeynikov <a class="moz-txt-link-rfc2396E" href="mailto:anton@korobeynikov.info"><anton@korobeynikov.info></a> writes:
</pre>
<blockquote type="cite">
<pre wrap="">I think cmake system lacks many features of autoconf system. In
addition to already said thing, I think the major missing thing is
cross-compilation support.
You can easy cross-compile llvm/clang via standard
--build/--host/--target flags. If you will show that this will be
possible by cmake - then everything will be fine :)
</pre>
</blockquote>
<pre wrap="">
Anton, I've posted this information several times on this list, IIRC
some of them after you claimed that cmake can't cross-compile, so I hope
this is cleared once and for all:
<a class="moz-txt-link-freetext" href="http://llvm.org/docs/CMake.html#cross">http://llvm.org/docs/CMake.html#cross</a>
About the "many features" that cmake lacks, can you provide a list,
please? (supposing those features actually are useful for LLVM
developers. I know that the configure+make build does things missing on
the cmake build, but the later does things missing on the former too.) I
asked for that list of missing features multiple times on this list, and
nobody ever came with anything.
_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a> <a class="moz-txt-link-freetext" href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a>
</pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
Marc J. Driftmeyer<br>
Email :: <a href="mailto:mjd@reanimality.com">mjd@reanimality.com</a><br>
Web :: <a href="http://www.reanimality.com">http://www.reanimality.com</a><br>
Cell :: (509) 435-5212
</div>
</body>
</html>