<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - PrettyStackTrace.cpp fails to compile on OS X"
href="http://llvm.org/bugs/show_bug.cgi?id=17586">17586</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>PrettyStackTrace.cpp fails to compile on OS X
</td>
</tr>
<tr>
<th>Product</th>
<td>libraries
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Macintosh
</td>
</tr>
<tr>
<th>OS</th>
<td>MacOS X
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>release blocker
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Support Libraries
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>danielux@me.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>llvm[1]: Compiling PrettyStackTrace.cpp for Debug+Asserts build
/Users/danielux/src/llvm/lib/Support/PrettyStackTrace.cpp:66:1: error: unknown
type name 'CRASH_REPORTER_CLIENT_HIDDEN'
CRASH_REPORTER_CLIENT_HIDDEN
^
/Users/danielux/src/llvm/lib/Support/PrettyStackTrace.cpp:67:1: error: expected
unqualified-id
struct crashreporter_annotations_t gCRAnnotations
^
/Users/danielux/src/llvm/lib/Support/PrettyStackTrace.cpp:95:66: error:
expected expression
(void)CRSetCrashLogMessage(std::string(TmpStr.str()).c_str());
^
3 errors generated.
make[1]: ***
[/Users/danielux/src/build/lib/Support/Debug+Asserts/PrettyStackTrace.o] Error
1
make: *** [all] Error 1</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>