[llvm-bugs] [Bug 34375] New: Compilation error "CoreFoundation/CFUserNotification.h" file not found
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Aug 30 02:57:05 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=34375
Bug ID: 34375
Summary: Compilation error
"CoreFoundation/CFUserNotification.h" file not found
Product: compiler-rt
Version: unspecified
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: release blocker
Priority: P
Component: compiler-rt
Assignee: unassignedbugs at nondot.org
Reporter: gonzalobg88 at gmail.com
CC: llvm-bugs at lists.llvm.org
I get the following compilation error on MacOSX:
In file included from
/tmp/src/llvm/projects/compiler-rt/lib/builtins/os_version_check.c:18:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:97:10:
fatal error: 'CoreFoundation/CFUserNotification.h' file not found
#include <CoreFoundation/CFUserNotification.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Independently of whether I am missing something (maybe some environment
variable gone wild?) this should be caught at configure time.
--
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/20170830/fd02c3dc/attachment-0001.html>
More information about the llvm-bugs
mailing list