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: unassignedb...@nondot.org
Reporter: gonzalob...@gmail.com
CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs