[LLVMbugs] [Bug 17296] New: Compile error in DWARFContext.cpp when trying to build llvm
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Sep 19 18:08:17 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17296
Bug ID: 17296
Summary: Compile error in DWARFContext.cpp when trying to build
llvm
Product: new-bugs
Version: trunk
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: bugzilla at jwwalker.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
After doing
configure --prefix=/opt --enable-optimized
I typed
make -j 2
and after a while got this:
/open-source/llvm/lib/DebugInfo/DWARFContext.cpp:139:32: error: member
reference base type 'const char *' is not a structure or union
.str().c_str()) << ' '
^~~~
1 error generated.
This is svn revision 191063, on Mac OS X 10.7.5.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130920/9c574762/attachment.html>
More information about the llvm-bugs
mailing list