[cfe-dev] [libcxx]chrono:397:19: error: binding of reference to type 'long long' to a value of type 'const long long'

Howard Hinnant hhinnant at apple.com
Wed Jul 4 07:46:23 PDT 2012


On Jul 4, 2012, at 12:00 AM, soaliap wrote:

> I download libcxx code from
> http://llvm.org/svn/llvm-project/libcxx/tags/RELAESE_30/final, then goto
> ${libcxx-path}/lib directory and executed ./buildit.
> 
> It default used clang++ to compile, but there were some errors:

I recommend just getting tip-of-trunk:

http://llvm.org/svn/llvm-project/libcxx/trunk

It is in good shape and has lots of bug fixes since that tag was made (last November).  That being said, I don't recognize the error you're seeing.

If the errors continue, let us know what platform you're compiling on.

Howard




More information about the cfe-dev mailing list