[LLVMbugs] [Bug 17586] New: PrettyStackTrace.cpp fails to compile on OS X

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Oct 14 17:25:11 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=17586

            Bug ID: 17586
           Summary: PrettyStackTrace.cpp fails to compile on OS X
           Product: libraries
           Version: trunk
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: Support Libraries
          Assignee: unassignedbugs at nondot.org
          Reporter: danielux at me.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

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

-- 
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/20131015/823dd297/attachment.html>


More information about the llvm-bugs mailing list