[LLVMbugs] [Bug 14648] New: [PATCH] Current libc++ svn fails to build on Linux/gcc 4.7
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Dec 19 02:30:35 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=14648
Bug #: 14648
Summary: [PATCH] Current libc++ svn fails to build on Linux/gcc
4.7
Product: libc++
Version: unspecified
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
AssignedTo: hhinnant at apple.com
ReportedBy: bero at lindev.ch
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Created attachment 9736
--> http://llvm.org/bugs/attachment.cgi?id=9736
Fix for compile issues on Linux/gcc 4.7
There's a couple of problems when trying to build libc++ (current svn) on
Linux:
Slight syntax errors in CMakeLists.txt, not detecting is_base_of availability,
and attribute always_inline on functions that can't be inlined [fatal error on
gcc 4.7]
After applying the patch, I can build libc++ and compile applications with it,
but anything that makes use of iostreams crashes (will file a separate bug
report on that)
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list