Created
June 10, 2013 17:39
-
-
Save DeaconDesperado/5750729 to your computer and use it in GitHub Desktop.
Macvim Homebrew install error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Downloading https://github.com/b4winckler/macvim/archive/snapshot-66.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/macvim-7.3-66.tar.gz | |
tar xf /Library/Caches/Homebrew/macvim-7.3-66.tar.gz | |
==> ./configure --with-features=huge --enable-multibyte --with-macarchs=x86_64 --enable-perlinterp --enable-rubyinterp --enable-tclinterp --with-ruby-command=/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby --with-tlib=ncurses --with-compiledby=Homebrew --with-local-dir=/usr/local --enable-cscope --enable-pythoninterp=yes | |
./configure --with-features=huge --enable-multibyte --with-macarchs=x86_64 --enable-perlinterp --enable-rubyinterp --enable-tclinterp --with-ruby-command=/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby --with-tlib=ncurses --with-compiledby=Homebrew --with-local-dir=/usr/local --enable-cscope --enable-pythoninterp=yes | |
checking whether make sets $(MAKE)... yes | |
checking for gcc... clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether clang accepts -g... yes | |
checking for clang option to accept ISO C89... none needed | |
checking how to run the C preprocessor... clang -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for library containing strerror... none required | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking for strip... strip | |
checking for ANSI C header files... yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking --enable-fail-if-missing argument... no | |
configure: checking for buggy tools... | |
- sh is 'GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin12) | |
Copyright (C) 2007 Free Software Foundation, Inc.' - probably OK. | |
checking for BeOS... no | |
checking for QNX... no | |
checking for Darwin (Mac OS X)... yes | |
checking --disable-darwin argument... no | |
checking if Darwin files are there... yes | |
checking --with-developer-dir argument... not present | |
checking for xcode-select... /usr/bin/xcode-select | |
checking for developer dir using xcode-select... /Developer | |
checking --with-macsdk argument... using default | |
checking --with-macarchs argument... x86_64 | |
checking if architectures are supported... no, will build for native arch only | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking Carbon/Carbon.h usability... no | |
checking Carbon/Carbon.h presence... yes | |
configure: WARNING: Carbon/Carbon.h: present but cannot be compiled | |
configure: WARNING: Carbon/Carbon.h: check for missing prerequisite headers? | |
configure: WARNING: Carbon/Carbon.h: see the Autoconf documentation | |
configure: WARNING: Carbon/Carbon.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: Carbon/Carbon.h: proceeding with the compiler's result | |
checking for Carbon/Carbon.h... no | |
checking Cocoa/Cocoa.h usability... no | |
checking Cocoa/Cocoa.h presence... yes | |
configure: WARNING: Cocoa/Cocoa.h: present but cannot be compiled | |
configure: WARNING: Cocoa/Cocoa.h: check for missing prerequisite headers? | |
configure: WARNING: Cocoa/Cocoa.h: see the Autoconf documentation | |
configure: WARNING: Cocoa/Cocoa.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: Cocoa/Cocoa.h: proceeding with the compiler's result | |
checking for Cocoa/Cocoa.h... no | |
checking --with-local-dir argument... /usr/local | |
checking --with-vim-name argument... Defaulting to vim | |
checking --with-ex-name argument... Defaulting to ex | |
checking --with-view-name argument... Defaulting to view | |
checking --with-global-runtime argument... no | |
checking --with-modified-by argument... no | |
checking if character set is EBCDIC... no | |
checking --disable-selinux argument... no | |
checking for is_selinux_enabled in -lselinux... no | |
checking --with-features argument... huge | |
checking --with-compiledby argument... Homebrew | |
checking --disable-xsmp argument... no | |
checking --disable-xsmp-interact argument... no | |
checking --enable-luainterp argument... no | |
checking --enable-mzschemeinterp argument... no | |
checking --enable-perlinterp argument... yes | |
checking for perl... /usr/bin/perl | |
checking Perl version... OK | |
checking if compile and link flags for Perl are sane... yes | |
checking --enable-pythoninterp argument... yes | |
checking for python... /Library/Frameworks/Python.framework/Versions/2.7/bin/python | |
checking Python version... 2.7 | |
checking Python is 1.4 or better... yep | |
checking Python's install prefix... /Library/Frameworks/Python.framework/Versions/2.7 | |
checking Python's execution prefix... /Library/Frameworks/Python.framework/Versions/2.7 | |
checking Python's configuration directory... /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config | |
checking if -pthread should be used... no | |
checking if compile and link flags for Python are sane... yes | |
checking --enable-python3interp argument... no | |
checking --enable-tclinterp argument... yes | |
checking --with-tclsh argument... no | |
checking for tclsh8.5... /usr/bin/tclsh8.5 | |
checking Tcl version... 8.5 - OK | |
checking for location of Tcl include... /System/Library/Frameworks/Tcl.framework/Headers/tcl.h | |
checking for location of tclConfig.sh script... /System/Library/Frameworks/Tcl.framework/tclConfig.sh | |
checking --enable-rubyinterp argument... yes | |
checking --with-ruby-command argument... /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
checking for /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby... /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
checking Ruby version... OK | |
checking Ruby rbconfig... RbConfig | |
checking Ruby header files... /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin12.0 | |
checking --enable-cscope argument... yes | |
checking --enable-workshop argument... no | |
checking --disable-netbeans argument... no | |
checking for socket in -lsocket... no | |
checking for gethostbyname in -lnsl... no | |
checking whether compiling netbeans integration is possible... yes | |
checking --enable-sniff argument... no | |
checking --enable-multibyte argument... yes | |
checking --enable-hangulinput argument... no | |
checking --enable-xim argument... defaulting to auto | |
checking --enable-fontset argument... no | |
checking for xmkmf... no | |
checking for X... no | |
checking if X11 header files can be found... yes | |
checking --enable-gui argument... yes/auto - automatic GUI support | |
checking whether or not to look for MacVim... yes | |
checking X11/SM/SMlib.h usability... yes | |
checking X11/SM/SMlib.h presence... yes | |
checking for X11/SM/SMlib.h... yes | |
checking whether toupper is broken... no | |
checking whether __DATE__ and __TIME__ work... yes | |
checking whether __attribute__((unused)) is allowed... yes | |
checking elf.h usability... no | |
checking elf.h presence... no | |
checking for elf.h... no | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking for stdint.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/utsname.h usability... yes | |
checking sys/utsname.h presence... yes | |
checking for sys/utsname.h... yes | |
checking termcap.h usability... yes | |
checking termcap.h presence... yes | |
checking for termcap.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking sgtty.h usability... yes | |
checking sgtty.h presence... yes | |
checking for sgtty.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for sys/types.h... (cached) yes | |
checking termio.h usability... no | |
checking termio.h presence... no | |
checking for termio.h... no | |
checking iconv.h usability... yes | |
checking iconv.h presence... yes | |
checking for iconv.h... yes | |
checking for inttypes.h... (cached) yes | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking math.h usability... yes | |
checking math.h presence... yes | |
checking for math.h... yes | |
checking for unistd.h... (cached) yes | |
checking stropts.h usability... no | |
checking stropts.h presence... no | |
checking for stropts.h... no | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/systeminfo.h usability... no | |
checking sys/systeminfo.h presence... no | |
checking for sys/systeminfo.h... no | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking sys/stream.h usability... no | |
checking sys/stream.h presence... no | |
checking for sys/stream.h... no | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking libc.h usability... yes | |
checking libc.h presence... yes | |
checking for libc.h... yes | |
checking sys/statfs.h usability... no | |
checking sys/statfs.h presence... no | |
checking for sys/statfs.h... no | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking sys/poll.h usability... yes | |
checking sys/poll.h presence... yes | |
checking for sys/poll.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking libintl.h usability... no | |
checking libintl.h presence... no | |
checking for libintl.h... no | |
checking libgen.h usability... yes | |
checking libgen.h presence... yes | |
checking for libgen.h... yes | |
checking util/debug.h usability... no | |
checking util/debug.h presence... no | |
checking for util/debug.h... no | |
checking util/msg18n.h usability... no | |
checking util/msg18n.h presence... no | |
checking for util/msg18n.h... no | |
checking frame.h usability... no | |
checking frame.h presence... no | |
checking for frame.h... no | |
checking sys/acl.h usability... yes | |
checking sys/acl.h presence... yes | |
checking for sys/acl.h... yes | |
checking sys/access.h usability... no | |
checking sys/access.h presence... no | |
checking for sys/access.h... no | |
checking sys/sysinfo.h usability... no | |
checking sys/sysinfo.h presence... no | |
checking for sys/sysinfo.h... no | |
checking wchar.h usability... yes | |
checking wchar.h presence... yes | |
checking for wchar.h... yes | |
checking wctype.h usability... yes | |
checking wctype.h presence... yes | |
checking for wctype.h... yes | |
checking for sys/ptem.h... no | |
checking for sys/sysctl.h... yes | |
checking for pthread_np.h... no | |
checking for strings.h... (cached) yes | |
checking whether clang needs -traditional... no | |
checking for an ANSI C-conforming const... yes | |
checking for working volatile... yes | |
checking for mode_t... yes | |
checking for off_t... yes | |
checking for pid_t... yes | |
checking for size_t... yes | |
checking for uid_t in sys/types.h... yes | |
checking for uint32_t... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for ino_t... yes | |
checking for dev_t... yes | |
checking whether byte ordering is bigendian... no | |
checking for rlim_t... yes | |
checking for stack_t... yes | |
checking whether stack_t has an ss_base field... no | |
checking --with-tlib argument... ncurses | |
checking for linking with ncurses library... OK | |
checking for tgetent()... yes | |
checking whether we talk terminfo... yes | |
checking whether termcap.h contains ospeed... yes | |
checking whether termcap.h contains UP, BC and PC... yes | |
checking whether tputs() uses outfuntype... no | |
checking whether sys/select.h and sys/time.h may both be included... yes | |
checking for /dev/ptc... no | |
checking for SVR4 ptys... yes | |
checking for ptyranges... pqrstuvw / 0123456789abcdef | |
checking default tty permissions/group... can't determine - assume ptys are world accessible | |
world | |
checking return type of signal handlers... void | |
checking for struct sigcontext... yes | |
checking getcwd implementation is broken... no | |
checking for bcmp... yes | |
checking for fchdir... yes | |
checking for fchown... yes | |
checking for fsync... yes | |
checking for getcwd... yes | |
checking for getpseudotty... no | |
checking for getpwent... yes | |
checking for getpwnam... yes | |
checking for getpwuid... yes | |
checking for getrlimit... yes | |
checking for gettimeofday... yes | |
checking for getwd... yes | |
checking for lstat... yes | |
checking for memcmp... yes | |
checking for memset... yes | |
checking for mkdtemp... yes | |
checking for nanosleep... yes | |
checking for opendir... yes | |
checking for putenv... yes | |
checking for qsort... yes | |
checking for readlink... yes | |
checking for select... yes | |
checking for setenv... yes | |
checking for setpgid... yes | |
checking for setsid... yes | |
checking for sigaltstack... yes | |
checking for sigstack... no | |
checking for sigset... yes | |
checking for sigsetjmp... yes | |
checking for sigaction... yes | |
checking for sigvec... yes | |
checking for strcasecmp... yes | |
checking for strerror... yes | |
checking for strftime... yes | |
checking for stricmp... no | |
checking for strncasecmp... yes | |
checking for strnicmp... no | |
checking for strpbrk... yes | |
checking for strtol... yes | |
checking for tgetent... yes | |
checking for towlower... yes | |
checking for towupper... yes | |
checking for iswupper... yes | |
checking for usleep... yes | |
checking for utime... yes | |
checking for utimes... yes | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for st_blksize... yes | |
checking whether stat() ignores a trailing slash... no | |
checking for iconv_open()... yes; with -liconv | |
checking for nl_langinfo(CODESET)... yes | |
checking for strtod in -lm... yes | |
checking for strtod() and other floating point functions... yes | |
checking --disable-acl argument... no | |
checking for acl_get_file in -lposix1e... no | |
checking for acl_get_file in -lacl... no | |
checking for POSIX ACL support... yes | |
checking for acl_get in -lsec... no | |
checking for Solaris ACL support... no | |
checking for AIX ACL support... no | |
checking --disable-gpm argument... no | |
checking for gpm... no | |
checking --disable-sysmouse argument... no | |
checking for sysmouse... no | |
checking for FD_CLOEXEC... yes | |
checking for rename... yes | |
checking for sysctl... yes | |
checking for sysinfo... not usable | |
checking for sysinfo.mem_unit... no | |
checking for sysconf... not usable | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of time_t... 8 | |
checking size of off_t... 8 | |
checking uint32_t is 32 bits... ok | |
checking whether memmove handles overlaps... yes | |
checking for _xpg4_setrunelocale in -lxpg4... no | |
checking how to create tags... ctags -t | |
checking how to run man with a section nr... man -s | |
checking --disable-nls argument... no | |
checking for msgfmt... no | |
checking for NLS... msgfmt not found - disabled | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking for dlopen()... yes | |
checking for dlsym()... yes | |
checking setjmp.h usability... yes | |
checking setjmp.h presence... yes | |
checking for setjmp.h... yes | |
checking whether we need -framework Cocoa... yes | |
checking --with-xcodecfg argument... using default | |
checking for GCC 3 or later... yes | |
checking whether we need -D_FORTIFY_SOURCE=1... yes | |
checking linker --as-needed support... no | |
configure: creating ./config.status | |
config.status: creating auto/config.mk | |
config.status: creating auto/config.h | |
==> make getenvy | |
make getenvy | |
curl http://download.damieng.com/fonts/original/EnvyCodeR-PR7.zip --location -o EnvyCodeR.zip | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 168k 100 168k 0 0 8255k 0 --:--:-- --:--:-- --:--:-- 9929k | |
unzip -jo EnvyCodeR.zip | |
Archive: EnvyCodeR.zip | |
inflating: Envy Code R Bold.ttf | |
inflating: Envy Code R Command Prompt.reg | |
inflating: Envy Code R Italic.ttf | |
inflating: Envy Code R.ttf | |
inflating: Read Me.txt | |
inflating: Envy Code R VS Italic-as-bold.ttf | |
inflating: Envy Code R VS.ttf | |
# unzip uses the file date from the zip file. Change the file date to | |
# "now", so that the zip is not unzipped in every `make` run.` | |
touch Envy\ Code\ R\ Bold.ttf | |
==> make | |
make | |
Starting make in the src directory. | |
If there are problems, cd to the src directory and run make there | |
cd src && /usr/bin/make first | |
mkdir objects | |
CC="clang -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -I/System/Library/Frameworks/Tcl.framework/Headers -D_REENTRANT=1 -D_THREAD_SAFE=1 -D_DARWIN_C_SOURCE=1 " srcdir=. sh ./osdef.sh | |
/usr/bin/perl -e 'unless ( $] >= 5.005 ) { for (qw(na defgv errgv)) { print "#define PL_$_ $_\n" }}' > auto/if_perl.c | |
creating auto/pathdef.c | |
clang -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -I/System/Library/Frameworks/Tcl.framework/Headers -D_REENTRANT=1 -D_THREAD_SAFE=1 -D_DARWIN_C_SOURCE=1 -o objects/os_macosx.o os_macosx.m | |
brew: superenv removed: -g -O2 | |
clang: warning: argument unused during compilation: '-no-cpp-precomp' | |
clang: warning: argument unused during compilation: '-no-cpp-precomp' | |
clang: warning: argument unused during compilation: '-no-cpp-precomp' | |
clang -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -I/System/Library/Frameworks/Tcl.framework/Headers -D_REENTRANT=1 -D_THREAD_SAFE=1 -D_DARWIN_C_SOURCE=1 -o objects/os_mac_conv.o os_mac_conv.c | |
cd xxd; CC="clang" CFLAGS="-DMACOS_X_UNIX -no-cpp-precomp -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1" LDFLAGS="-L. -L. -L/usr/local/lib" \ | |
/usr/bin/make -f Makefile | |
clang -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -L. -L. -L/usr/local/lib -DUNIX -o xxd xxd.c | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:146: | |
/usr/include/MacTypes.h:693:63: error: expected function body after function declarator | |
Debugger(void) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | |
^ | |
<scratch space>:49:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:146: | |
/usr/include/MacTypes.h:705:63: error: expected function body after function declarator | |
DebugStr(ConstStr255Param debuggerMsg) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | |
^ | |
<scratch space>:49:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:146: | |
/usr/include/MacTypes.h:752:63: error: expected function body after function declarator | |
SysBreak(void) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | |
^ | |
<scratch space>:49:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:146: | |
/usr/include/MacTypes.h:764:63: error: expected function body after function declarator | |
SysBreakStr(ConstStr255Param debuggerMsg) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | |
^ | |
<scratch space>:49:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:brew: superenv removed: -g -O2 | |
6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:146: | |
/usr/include/MacTypes.h:776:63: error: expected function body after function declarator | |
SysBreakFunc(ConstStr255Param debuggerMsg) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | |
^ | |
<scratch space>:49:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
brew: superenv removed: -g -O2 -L/usr/local/lib | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:55: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPropertyList.h:13: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:11: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:787:48: error: expected ';' after top level declarator | |
const CFStringRef kCFURLIsExcludedFromBackupKey CF_AVAILABLE(10_8, 5_1); | |
^ | |
; | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:791:32: error: expected ';' after top level declarator | |
const CFStringRef kCFURLPathKey CF_AVAILABLE(10_8, 6_0); | |
^ | |
; | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:998:59: error: expected ';' after top level declarator | |
const CFStringRef kCFURLUbiquitousItemPercentDownloadedKey CF_DEPRECATED(10_7, 10_8, 5_0, 6_0); | |
^ | |
; | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:1002:57: error: expected ';' after clangtop: level declarator | |
warning: argument unused during compilation: '-no-cpp-precomp' | |
const CFStringRef kCFURLUbiquitousItemPercentUploadedKey CF_DEPRECATED(10_7, 10_8, 5_0, 6_0); | |
^ | |
; | |
clang: warning: argument unused during compilation: '-no-cpp-precomp' | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:84: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFFileSecurity.h:283:99: error: expected function body after function declarator | |
Boolean CFFileSecurityClearProperties(CFFileSecurityRef fileSec, CFOptionFlags clearPropertyMask) CF_AVAILABLE(10_8, 6_0); | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:79:34: note: instantiated from: | |
#define CF_AVAILABLE(_mac, _ios) __OSX_AVAILABLE_STARTING(__MAC_##_mac, __IPHONE_##_ios) | |
^ | |
<scratch space>:17:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_8 | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:93: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h:150:35: error: expected function body after function declarator | |
CFTypeID CFXMLNodeGetTypeID(void) CF_DEPRECATED(10_0, 10_8, 2_0, 6_0); | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:88:63: note: instantiated from: | |
#define CF_DEPRECATED(_macIntro, _macDep, _iosIntro, _iosDep) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_##_macIntro, __MAC_##_macDep, __IPHONE_##_iosIntro, ... | |
^ | |
<scratch space>:17:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:93: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h:154:151: error: expected function body after function declarator | |
...alloc, CFXMLNodeTypeCode xmlType, CFStringRef dataString, const void *additionalInfoPtr, CFIndex version) CF_DEPRECATED(10_0, 10_8, 2_0, 6_0); | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:88:63: note: instantiated from: | |
#define CF_DEPRECATED(_macIntro, _macDep, _iosIntro, _iosDep) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_##_macIntro, __MAC_##_macDep, __IPHONE_##_iosIntro, ... | |
^ | |
<scratch space>:17:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:93: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h:158:79: error: expected function body after function declarator | |
CFXMLNodeRef CFXMLNodeCreateCopy(CFAllocatorRef alloc, CFXMLNodeRef origNode) CF_DEPRECATED(10_0, 10_8, 2_0, 6_0); | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:88:63: note: instantiated from: | |
#define CF_DEPRECATED(_macIntro, _macDep, _iosIntro, _iosDep) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_##_macIntro, __MAC_##_macDep, __IPHONE_##_iosIntro, ... | |
^ | |
<scratch space>:17:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:93: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h:161:59: error: expected function body after function declarator | |
CFXMLNodeTypeCode CFXMLNodeGetTypeCode(CFXMLNodeRef node) CF_DEPRECATED(10_0, 10_8, 2_0, 6_0); | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:88:63: note: instantiated from: | |
#define CF_DEPRECATED(_macIntro, _macDep, _iosIntro, _iosDep) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_##_macIntro, __MAC_##_macDep, __IPHONE_##_iosIntro, ... | |
^ | |
<scratch space>:17:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:93: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h:164:51: error: expected function body after function declarator | |
CFStringRef CFXMLNodeGetString(CFXMLNodeRef node) CF_DEPRECATED(10_0, 10_8, 2_0, 6_0); | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:88:63: note: instantiated from: | |
#define CF_DEPRECATED(_macIntro, _macDep, _iosIntro, _iosDep) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_##_macIntro, __MAC_##_macDep, __IPHONE_##_iosIntro, ... | |
^ | |
<scratch space>:17:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:93: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h:167:52: error: expected function body after function declarator | |
const void *CFXMLNodeGetInfoPtr(CFXMLNodeRef node) CF_DEPRECATED(10_0, 10_8, 2_0, 6_0); | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:88:63: note: instantiated from: | |
#define CF_DEPRECATED(_macIntro, _macDep, _iosIntro, _iosDep) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_##_macIntro, __MAC_##_macDep, __IPHONE_##_iosIntro, ... | |
^ | |
<scratch space>:17:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:93: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h:170:48: error: expected function body after function declarator | |
CFIndex CFXMLNodeGetVersion(CFXMLNodeRef node) CF_DEPRECATED(10_0, 10_8, 2_0, 6_0); | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:88:63: note: instantiated from: | |
#define CF_DEPRECATED(_macIntro, _macDep, _iosIntro, _iosDep) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_##_macIntro, __MAC_##_macDep, __IPHONE_##_iosIntro, ... | |
^ | |
<scratch space>:17:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:93: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h:176:83: error: expected function body after function declarator | |
CFXMLTreeRef CFXMLTreeCreateWithNode(CFAllocatorRef allocator, CFXMLNodeRef node) CF_DEPRECATED(10_0, 10_8, 2_0, 6_0); | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:88:63: note: instantiated from: | |
#define CF_DEPRECATED(_macIntro, _macDep, _iosIntro, _iosDep) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_##_macIntro, __MAC_##_macDep, __IPHONE_##_iosIntro, ... | |
^ | |
<scratch space>:17:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:93: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h:180:53: error: expected function body after function declarator | |
CFXMLNodeRef CFXMLTreeGetNode(CFXMLTreeRef xmlTree) CF_DEPRECATED(10_0, 10_8, 2_0, 6_0); | |
^ | |
In file included from os_macosx.m:24: | |
In file included from /System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12: | |
In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:6: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:88:63: note: instantiated from: | |
#define CF_DEPRECATED(_macIntro, _macDep, _iosIntro, _iosDep) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_##_macIntro, __MAC_##_macDep, __IPHONE_##_iosIntro, ... | |
^ | |
<scratch space>:17:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:146: | |
/usr/include/MacTypes.h:693:63: error: expected function body after function declarator | |
Debugger(void) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | |
^ | |
<scratch space>:49:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:146: | |
/usr/include/MacTypes.h:705:63: error: expected function body after function declarator | |
DebugStr(ConstStr255Param debuggerMsg) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | |
^ | |
<scratch space>:49:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:146: | |
/usr/include/MacTypes.h:752:63: error: expected function body after function declarator | |
SysBreak(void) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | |
^ | |
<scratch space>:49:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:146: | |
/usr/include/MacTypes.h:764:63: error: expected function body after function declarator | |
SysBreakStr(ConstStr255Param debuggerMsg) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | |
^ | |
<scratch space>:49:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:146: | |
/usr/include/MacTypes.h:776:63: error: expected function body after function declarator | |
SysBreakFunc(ConstStr255Param debuggerMsg) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA); | |
^ | |
<scratch space>:49:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:55: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFPropertyList.h:13: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CFStream.h:11: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:787:48: error: expected ';' after top level declarator | |
const CFStringRef kCFURLIsExcludedFromBackupKey CF_AVAILABLE(10_8, 5_1); | |
^ | |
; | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:791:32: error: expected ';' after top level declarator | |
const CFStringRef kCFURLPathKey CF_AVAILABLE(10_8, 6_0); | |
^ | |
; | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:998:59: error: expected ';' after top level declarator | |
const CFStringRef kCFURLUbiquitousItemPercentDownloadedKey CF_DEPRECATED(10_7, 10_8, 5_0, 6_0); | |
^ | |
; | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:1002:57: error: expected ';' after top level declarator | |
const CFStringRef kCFURLUbiquitousItemPercentUploadedKey CF_DEPRECATED(10_7, 10_8, 5_0, 6_0); | |
^ | |
; | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:84: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFFileSecurity.h:283:99: error: expected function body after function declarator | |
Boolean CFFileSecurityClearProperties(CFFileSecurityRef fileSec, CFOptionFlags clearPropertyMask) CF_AVAILABLE(10_8, 6_0); | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:79:34: note: instantiated from: | |
#define CF_AVAILABLE(_mac, _ios) __OSX_AVAILABLE_STARTING(__MAC_##_mac, __IPHONE_##_ios) | |
^ | |
<scratch space>:17:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_8 | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:93: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h:150:35: error: expected function body after function declarator | |
CFTypeID CFXMLNodeGetTypeID(void) CF_DEPRECATED(10_0, 10_8, 2_0, 6_0); | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:88:63: note: instantiated from: | |
#define CF_DEPRECATED(_macIntro, _macDep, _iosIntro, _iosDep) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_##_macIntro, __MAC_##_macDep, __IPHONE_##_iosIntro, ... | |
^ | |
<scratch space>:17:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:93: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h:154:151: error: expected function body after function declarator | |
...alloc, CFXMLNodeTypeCode xmlType, CFStringRef dataString, const void *additionalInfoPtr, CFIndex version) CF_DEPRECATED(10_0, 10_8, 2_0, 6_0); | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:88:63: note: instantiated from: | |
#define CF_DEPRECATED(_macIntro, _macDep, _iosIntro, _iosDep) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_##_macIntro, __MAC_##_macDep, __IPHONE_##_iosIntro, ... | |
^ | |
<scratch space>:17:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:93: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h:158:79: error: expected function body after function declarator | |
CFXMLNodeRef CFXMLNodeCreateCopy(CFAllocatorRef alloc, CFXMLNodeRef origNode) CF_DEPRECATED(10_0, 10_8, 2_0, 6_0); | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:88:63: note: instantiated from: | |
#define CF_DEPRECATED(_macIntro, _macDep, _iosIntro, _iosDep) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_##_macIntro, __MAC_##_macDep, __IPHONE_##_iosIntro, ... | |
^ | |
<scratch space>:17:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:93: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h:161:59: error: expected function body after function declarator | |
CFXMLNodeTypeCode CFXMLNodeGetTypeCode(CFXMLNodeRef node) CF_DEPRECATED(10_0, 10_8, 2_0, 6_0); | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:88:63: note: instantiated from: | |
#define CF_DEPRECATED(_macIntro, _macDep, _iosIntro, _iosDep) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_##_macIntro, __MAC_##_macDep, __IPHONE_##_iosIntro, ... | |
^ | |
<scratch space>:17:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:93: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h:164:51: error: expected function body after function declarator | |
CFStringRef CFXMLNodeGetString(CFXMLNodeRef node) CF_DEPRECATED(10_0, 10_8, 2_0, 6_0); | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:88:63: note: instantiated from: | |
#define CF_DEPRECATED(_macIntro, _macDep, _iosIntro, _iosDep) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_##_macIntro, __MAC_##_macDep, __IPHONE_##_iosIntro, ... | |
^ | |
<scratch space>:17:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:93: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h:167:52: error: expected function body after function declarator | |
const void *CFXMLNodeGetInfoPtr(CFXMLNodeRef node) CF_DEPRECATED(10_0, 10_8, 2_0, 6_0); | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:88:63: note: instantiated from: | |
#define CF_DEPRECATED(_macIntro, _macDep, _iosIntro, _iosDep) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_##_macIntro, __MAC_##_macDep, __IPHONE_##_iosIntro, ... | |
^ | |
<scratch space>:17:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:93: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h:170:48: error: expected function body after function declarator | |
CFIndex CFXMLNodeGetVersion(CFXMLNodeRef node) CF_DEPRECATED(10_0, 10_8, 2_0, 6_0); | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:88:63: note: instantiated from: | |
#define CF_DEPRECATED(_macIntro, _macDep, _iosIntro, _iosDep) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_##_macIntro, __MAC_##_macDep, __IPHONE_##_iosIntro, ... | |
^ | |
<scratch space>:17:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:93: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h:176:83: error: expected function body after function declarator | |
CFXMLTreeRef CFXMLTreeCreateWithNode(CFAllocatorRef allocator, CFXMLNodeRef node) CF_DEPRECATED(10_0, 10_8, 2_0, 6_0); | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:88:63: note: instantiated from: | |
#define CF_DEPRECATED(_macIntro, _macDep, _iosIntro, _iosDep) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_##_macIntro, __MAC_##_macDep, __IPHONE_##_iosIntro, ... | |
^ | |
<scratch space>:17:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:93: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFXMLNode.h:180:53: error: expected function body after function declarator | |
CFXMLNodeRef CFXMLTreeGetNode(CFXMLTreeRef xmlTree) CF_DEPRECATED(10_0, 10_8, 2_0, 6_0); | |
^ | |
In file included from os_mac_conv.c:21: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:18: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20: | |
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:18: | |
In file included from /System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h:38: | |
/System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:88:63: note: instantiated from: | |
#define CF_DEPRECATED(_macIntro, _macDep, _iosIntro, _iosDep) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_##_macIntro, __MAC_##_macDep, __IPHONE_##_iosIntro, ... | |
^ | |
<scratch space>:17:1: note: instantiated from: | |
__AVAILABILITY_INTERNAL__MAC_10_0_DEP__MAC_10_8 | |
^ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
20 errors generated. | |
make[1]: *** [objects/os_mac_conv.o] Error 1 | |
make[1]: *** Waiting for unfinished jobs.... | |
20 errors generated. | |
make[1]: *** [objects/os_macosx.o] Error 1 | |
make: *** [first] Error 2 | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.4 | |
HEAD: 8f8dcc188188c8fe031705b18c6c28452bb55be2 | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.8.2-x86_64 | |
Xcode: 4.6.2 | |
CLT: 1.0.0.9000000000.1.1249367152 | |
GCC-4.2: build 5666 | |
LLVM-GCC: build 2335 | |
Clang: 2.1 build 163 | |
X11: N/A | |
==> ENV | |
HOMEBREW_CC: clang | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/:/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /Library/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
OBJC: clang | |
PATH: /Library/Frameworks/Python.framework/Versions/2.7/bin:/usr/local/Library/ENV/4.3:/usr/local/opt/cscope/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: macvim did not build | |
Mark-Grey-8704:streaming_recs 205250$ brew --config | |
HOMEBREW_VERSION: 0.9.4 | |
ORIGIN: https://github.com/mxcl/homebrew.git | |
HEAD: 8f8dcc188188c8fe031705b18c6c28452bb55be2 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.8.2-x86_64 | |
Xcode: 4.6.2 | |
CLT: 1.0.0.9000000000.1.1249367152 | |
GCC-4.2: build 5666 | |
LLVM-GCC: build 2335 | |
Clang: 2.1 build 163 | |
X11: N/A | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /Library/Frameworks/Python.framework/Versions/2.7/bin/python => /Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment