Skip to content

Instantly share code, notes, and snippets.

@excid3
Created July 5, 2012 13:55
Show Gist options
  • Select an option

  • Save excid3/3053803 to your computer and use it in GitHub Desktop.

Select an option

Save excid3/3053803 to your computer and use it in GitHub Desktop.
chris at tyndall using ruby-1.9.3-p194 in ~/code
○ brew install macvim
MacVim compiles against whatever Ruby it finds in your path, and has
problems working with Ruby 1.9. We've detected Ruby 1.9 in your path,
so this compile may fail.
==> Downloading https://github.com/b4winckler/macvim/tarball/snapshot-64
Already downloaded: /Library/Caches/Homebrew/macvim-7.3-64.tgz
==> ./configure --with-features=huge --with-tlib=ncurses --enable-multibyte --with-macarchs=x86_64 --enable-perlinterp --enable-pythoninterp --enable-rubyinterp --enable-tclinterp
==> make getenvy
==> make
Starting make in the src directory.
If there are problems, cd to the src directory and run make there
cd src && make first
mkdir objects
CC="gcc -Iproto -DHAVE_CONFIG_H -isystem /usr/local/include -DMACOS_X_UNIX -no-cpp-precomp -I/usr/X11/include -I/System/Library/Frameworks/Tcl.framework/Headers -D_REENTRANT=1 -D_THREAD_SAFE=1 -D_DARWIN_C_SOURCE=1 " srcdir=. sh ./osdef.sh
creating auto/pathdef.c
/usr/bin/perl -e 'unless ( $] >= 5.005 ) { for (qw(na defgv errgv)) { print "#define PL_$_ $_\n" }}' > auto/if_perl.c
gcc -c -I. -Iproto -DHAVE_CONFIG_H -isystem /usr/local/include -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -arch x86_64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -I/usr/X11/include -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
gcc -c -I. -Iproto -DHAVE_CONFIG_H -isystem /usr/local/include -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -arch x86_64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -I/usr/X11/include -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="gcc" CFLAGS="-isystem /usr/local/include -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -arch x86_64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1" \
make -f Makefile
gcc -isystem /usr/local/include -DMACOS_X_UNIX -no-cpp-precomp -g -O2 -arch x86_64 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -L. -L. -L/usr/local/lib -arch x86_64 -DUNIX -o xxd xxd.c
In file included from os_mac_conv.c:21:
/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21:19: error: AE/AE.h: No such file or directory
/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:25:35: error: CarbonCore/CarbonCore.h: No such file or directory
/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:29:35: error: OSServices/OSServices.h: No such file or directory
/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:33:43: error: CoreFoundation/CoreFoundation.h: No such file or directory
/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:37:33: error: CFNetwork/CFNetwork.h: No such file or directory
/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:41:43: error: LaunchServices/LaunchServices.h: No such file or directory
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SearchKit.h:30,
from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:45,
from os_mac_conv.c:21:
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKDocument.h:20:35: error: CoreFoundation/CFBase.h: No such file or directory
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKDocument.h:24:34: error: CoreFoundation/CFURL.h: No such file or directory
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SearchKit.h:30,
from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:45,
from os_mac_conv.c:21:
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKDocument.h:51: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKDocumentRef’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKDocument.h:67: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKDocumentGetTypeID’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKDocument.h:98: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKDocumentCreateWithURL’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKDocument.h:116: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKDocumentCopyURL’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKDocument.h:157: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKDocumentCreate’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKDocument.h:183: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKDocumentGetSchemeName’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKDocument.h:206: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKDocumentGetName’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKDocument.h:230: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKDocumentGetParent’
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SearchKit.h:34,
from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:45,
from os_mac_conv.c:21:
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKAnalysis.h:20:37: error: CoreFoundation/CFString.h: No such file or directory
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SearchKit.h:34,
from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:45,
from os_mac_conv.c:21:
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKAnalysis.h:54: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘kSKMinTermLength’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKAnalysis.h:71: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘kSKSubstitutions’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKAnalysis.h:88: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘kSKStopWords’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKAnalysis.h:107: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘kSKProximityIndexing’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKAnalysis.h:127: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘kSKMaximumTerms’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKAnalysis.h:146: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘kSKTermChars’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKAnalysis.h:165: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘kSKStartTermChars’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKAnalysis.h:184: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘kSKEndTermChars’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKAnalysis.h:207: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘kSKLanguageTypes’
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SearchKit.h:38,
from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:45,
from os_mac_conv.c:21:
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:28:41: error: CoreFoundation/CFDictionary.h: No such file or directory
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SearchKit.h:38,
from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:45,
from os_mac_conv.c:21:
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:75: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexGetTypeID’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:99: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexDocumentIteratorGetTypeID’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:215: error: expected ‘)’ before ‘inURL’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:256: error: expected ‘)’ before ‘inURL’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:295: error: expected ‘)’ before ‘inData’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:332: error: expected ‘)’ before ‘inData’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:368: error: expected ‘)’ before ‘inData’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:394: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexFlush’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:411: error: expected declaration specifiers or ‘...’ before ‘CFIndex’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:430: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexGetMaximumBytesBeforeFlush’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:456: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexCompact’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:498: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexGetAnalysisProperties’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:522: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexGetDocumentCount’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:543: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKDocumentID’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:575: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexAddDocumentWithText’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:624: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexAddDocument’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:656: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexRemoveDocument’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:677: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexCopyDocumentProperties’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:698: error: expected declaration specifiers or ‘...’ before ‘SKDocumentRef’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:699: error: expected declaration specifiers or ‘...’ before ‘CFDictionaryRef’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:723: error: expected declaration specifiers or ‘...’ before ‘SKDocumentRef’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:742: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexGetDocumentID’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:759: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexCopyDocumentForDocumentID’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:776: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexRenameDocument’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:794: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexMoveDocument’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:815: error: expected declaration specifiers or ‘...’ before ‘SKDocumentRef’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:835: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexDocumentIteratorCopyNext’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:853: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexGetMaximumDocumentID’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:868: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexGetDocumentTermCount’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:888: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexCopyTermIDArrayForDocumentID’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:905: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexGetDocumentTermFrequency’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:928: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexGetMaximumTermID’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:943: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexGetTermDocumentCount’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:963: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexCopyDocumentIDArrayForTermID’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:980: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexCopyTermStringForTermID’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKIndex.h:1000: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKIndexGetTermIDForTermString’
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SearchKit.h:42,
from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:45,
from os_mac_conv.c:21:
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:32:35: error: CoreFoundation/CFDate.h: No such file or directory
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SearchKit.h:42,
from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:45,
from os_mac_conv.c:21:
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:79: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKSearchGetTypeID’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:90: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKSearchOptions’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:131: error: expected declaration specifiers or ‘...’ before ‘CFStringRef’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:132: error: expected declaration specifiers or ‘...’ before ‘SKSearchOptions’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:195: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKSearchFindMatches’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:238: error: expected declaration specifiers or ‘...’ before ‘CFIndex’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:239: error: expected declaration specifiers or ‘...’ before ‘SKDocumentID’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:240: error: expected declaration specifiers or ‘...’ before ‘CFStringRef’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:241: error: expected declaration specifiers or ‘...’ before ‘SKDocumentID’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:272: error: expected declaration specifiers or ‘...’ before ‘CFIndex’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:273: error: expected declaration specifiers or ‘...’ before ‘SKDocumentID’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:274: error: expected declaration specifiers or ‘...’ before ‘SKDocumentRef’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:305: error: expected declaration specifiers or ‘...’ before ‘CFIndex’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:306: error: expected declaration specifiers or ‘...’ before ‘SKDocumentID’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:307: error: expected declaration specifiers or ‘...’ before ‘CFURLRef’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:336: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKSearchGroupGetTypeID’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:359: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKSearchResultsGetTypeID’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:411: error: expected declaration specifiers or ‘...’ before ‘SKDocumentRef’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:411: error: ‘CALLBACK_API_C’ declared as function returning a function
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:435: error: expected ‘)’ before ‘inArrayOfInIndexes’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:453: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKSearchGroupCopyIndexes’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:501: error: expected declaration specifiers or ‘...’ before ‘CFStringRef’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:503: error: expected declaration specifiers or ‘...’ before ‘CFIndex’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:505: error: expected declaration specifiers or ‘...’ before ‘SKSearchResultsFilterCallBack’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:551: error: expected declaration specifiers or ‘...’ before ‘CFArrayRef’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:552: error: expected declaration specifiers or ‘...’ before ‘CFIndex’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:554: error: expected declaration specifiers or ‘...’ before ‘SKSearchResultsFilterCallBack’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:569: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKSearchResultsGetCount’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:618: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKSearchResultsGetInfoInRange’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSearch.h:650: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKSearchResultsCopyMatchingTerms’
In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SearchKit.h:46,
from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:45,
from os_mac_conv.c:21:
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSummary.h:69: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKSummaryGetTypeID’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSummary.h:97: error: expected ‘)’ before ‘inString’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSummary.h:117: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKSummaryGetSentenceCount’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSummary.h:137: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKSummaryGetParagraphCount’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSummary.h:160: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKSummaryCopySentenceAtIndex’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSummary.h:185: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKSummaryCopyParagraphAtIndex’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSummary.h:211: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKSummaryCopySentenceSummaryString’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSummary.h:237: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKSummaryCopyParagraphSummaryString’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSummary.h:278: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKSummaryGetSentenceSummaryInfo’
/System/Library/Frameworks/CoreServices.framework/Frameworks/SearchKit.framework/Headers/SKSummary.h:318: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘SKSummaryGetParagraphSummaryInfo’
In file included from os_mac_conv.c:21:
/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:48:31: error: Metadata/Metadata.h: No such file or directory
/System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:49:51: error: DictionaryServices/DictionaryServices.h: No such file or directory
os_mac_conv.c:34: error: expected ‘)’ before ‘*’ token
os_mac_conv.c:35: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
os_mac_conv.c:38: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gPathConverter’
os_mac_conv.c:40: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘gUTF16ToUTF8Converter’
os_mac_conv.c: In function ‘mac_string_convert’:
os_mac_conv.c:56: error: ‘CFStringRef’ undeclared (first use in this function)
os_mac_conv.c:56: error: (Each undeclared identifier is reported only once
os_mac_conv.c:56: error: for each function it appears in.)
os_mac_conv.c:56: error: expected ‘;’ before ‘cfstr’
os_mac_conv.c:58: error: ‘CFStringEncoding’ undeclared (first use in this function)
os_mac_conv.c:58: error: expected ‘;’ before ‘from’
os_mac_conv.c:59: error: expected ‘;’ before ‘to’
os_mac_conv.c:63: error: ‘from’ undeclared (first use in this function)
os_mac_conv.c:63: error: ‘kCFStringEncodingISOLatin1’ undeclared (first use in this function)
os_mac_conv.c:64: error: ‘kCFStringEncodingMacRoman’ undeclared (first use in this function)
os_mac_conv.c:65: error: ‘kCFStringEncodingUTF8’ undeclared (first use in this function)
os_mac_conv.c:70: error: ‘to’ undeclared (first use in this function)
os_mac_conv.c:78: error: ‘cfstr’ undeclared (first use in this function)
os_mac_conv.c: In function ‘macroman2enc’:
os_mac_conv.c:187: error: ‘CFStringRef’ undeclared (first use in this function)
os_mac_conv.c:187: error: expected ‘;’ before ‘cfstr’
os_mac_conv.c:188: error: ‘CFRange’ undeclared (first use in this function)
os_mac_conv.c:188: error: expected ‘;’ before ‘r’
os_mac_conv.c:189: error: ‘CFIndex’ undeclared (first use in this function)
os_mac_conv.c:189: error: expected ‘;’ before ‘len’
os_mac_conv.c:193: error: ‘cfstr’ undeclared (first use in this function)
os_mac_conv.c:193: error: ‘len’ undeclared (first use in this function)
os_mac_conv.c:194: error: ‘kCFStringEncodingMacRoman’ undeclared (first use in this function)
os_mac_conv.c:202: error: ‘r’ undeclared (first use in this function)
os_mac_conv.c:205: error: ‘kCFStringEncodingUTF8’ undeclared (first use in this function)
os_mac_conv.c:205: error: ‘kCFStringEncodingISOLatin1’ undeclared (first use in this function)
os_mac_conv.c: In function ‘enc2macroman’:
os_mac_conv.c:237: error: ‘CFStringRef’ undeclared (first use in this function)
os_mac_conv.c:237: error: expected ‘;’ before ‘cfstr’
os_mac_conv.c:238: error: ‘CFRange’ undeclared (first use in this function)
os_mac_conv.c:238: error: expected ‘;’ before ‘r’
os_mac_conv.c:239: error: ‘CFIndex’ undeclared (first use in this function)
os_mac_conv.c:239: error: expected ‘;’ before ‘l’
os_mac_conv.c:242: error: ‘cfstr’ undeclared (first use in this function)
os_mac_conv.c:243: error: ‘kCFStringEncodingUTF8’ undeclared (first use in this function)
os_mac_conv.c:243: error: ‘kCFStringEncodingISOLatin1’ undeclared (first use in this function)
os_mac_conv.c:255: error: ‘r’ undeclared (first use in this function)
os_mac_conv.c:258: error: ‘kCFStringEncodingMacRoman’ undeclared (first use in this function)
os_mac_conv.c:262: error: ‘l’ undeclared (first use in this function)
os_mac_conv.c: In function ‘mac_conv_init’:
os_mac_conv.c:278: error: ‘TextEncoding’ undeclared (first use in this function)
os_mac_conv.c:278: error: expected ‘;’ before ‘utf8_encoding’
os_mac_conv.c:279: error: expected ‘;’ before ‘utf8_hfsplus_encoding’
os_mac_conv.c:280: error: expected ‘;’ before ‘utf8_canon_encoding’
os_mac_conv.c:281: error: expected ‘;’ before ‘utf16_encoding’
os_mac_conv.c:283: error: ‘utf8_encoding’ undeclared (first use in this function)
os_mac_conv.c:283: error: ‘kTextEncodingUnicodeDefault’ undeclared (first use in this function)
os_mac_conv.c:284: error: ‘kTextEncodingDefaultVariant’ undeclared (first use in this function)
os_mac_conv.c:284: error: ‘kUnicodeUTF8Format’ undeclared (first use in this function)
os_mac_conv.c:285: error: ‘utf8_hfsplus_encoding’ undeclared (first use in this function)
os_mac_conv.c:286: error: ‘kUnicodeHFSPlusCompVariant’ undeclared (first use in this function)
os_mac_conv.c:287: error: ‘utf8_canon_encoding’ undeclared (first use in this function)
os_mac_conv.c:288: error: ‘kUnicodeCanonicalCompVariant’ undeclared (first use in this function)
os_mac_conv.c:289: error: ‘utf16_encoding’ undeclared (first use in this function)
os_mac_conv.c:290: error: ‘kUnicode16BitFormat’ undeclared (first use in this function)
os_mac_conv.c:292: error: ‘gPathConverter’ undeclared (first use in this function)
os_mac_conv.c:293: error: ‘noErr’ undeclared (first use in this function)
os_mac_conv.c:296: error: ‘gUTF16ToUTF8Converter’ undeclared (first use in this function)
os_mac_conv.c: In function ‘mac_conv_cleanup’:
os_mac_conv.c:313: error: ‘gUTF16ToUTF8Converter’ undeclared (first use in this function)
os_mac_conv.c:319: error: ‘gPathConverter’ undeclared (first use in this function)
os_mac_conv.c: In function ‘mac_utf16_to_enc’:
os_mac_conv.c:345: warning: assignment makes pointer from integer without a cast
os_mac_conv.c: In function ‘mac_enc_to_utf16’:
os_mac_conv.c:395: error: ‘UniChar’ undeclared (first use in this function)
os_mac_conv.c:395: error: ‘result’ undeclared (first use in this function)
os_mac_conv.c:396: error: ‘Boolean’ undeclared (first use in this function)
os_mac_conv.c:396: error: expected ‘;’ before ‘should_free_utf8’
os_mac_conv.c:413: error: ‘should_free_utf8’ undeclared (first use in this function)
os_mac_conv.c: In function ‘mac_enc_to_cfstring’:
os_mac_conv.c:449: error: ‘UniChar’ undeclared (first use in this function)
os_mac_conv.c:449: error: ‘utf16_str’ undeclared (first use in this function)
os_mac_conv.c:451: error: ‘CFStringRef’ undeclared (first use in this function)
os_mac_conv.c:451: error: expected ‘;’ before ‘result’
os_mac_conv.c:456: error: ‘result’ undeclared (first use in this function)
os_mac_conv.c: In function ‘mac_precompose_path’:
os_mac_conv.c:475: error: ‘gPathConverter’ undeclared (first use in this function)
os_mac_conv.c:482: error: ‘noErr’ undeclared (first use in this function)
os_mac_conv.c: At top level:
os_mac_conv.c:501: error: conflicting types for ‘mac_utf16_to_utf8’
os_mac_conv.c:345: error: previous implicit declaration of ‘mac_utf16_to_utf8’ was here
os_mac_conv.c: In function ‘mac_utf16_to_utf8’:
os_mac_conv.c:501: error: expected declaration specifiers before ‘UniChar’
os_mac_conv.c:505: error: ‘ByteCount’ undeclared (first use in this function)
os_mac_conv.c:505: error: expected ‘;’ before ‘utf8_len’
os_mac_conv.c:506: error: expected ‘;’ before ‘inputRead’
os_mac_conv.c:509: error: ‘gUTF16ToUTF8Converter’ undeclared (first use in this function)
os_mac_conv.c:512: error: ‘ConstTextPtr’ undeclared (first use in this function)
os_mac_conv.c:512: error: expected ‘)’ before ‘from’
os_mac_conv.c:514: error: ‘noErr’ undeclared (first use in this function)
os_mac_conv.c:516: error: ‘inputRead’ undeclared (first use in this function)
os_mac_conv.c:517: error: ‘utf8_len’ undeclared (first use in this function)
os_mac_conv.c: At top level:
os_mac_conv.c:539: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
os_mac_conv.c:544: error: expected identifier or ‘(’ before ‘{’ token
os_mac_conv.c: In function ‘mac_lang_init’:
os_mac_conv.c:580: error: ‘kLocaleLanguageMask’ undeclared (first use in this function)
os_mac_conv.c:580: error: ‘kLocaleLanguageVariantMask’ undeclared (first use in this function)
os_mac_conv.c:581: error: ‘kLocaleRegionMask’ undeclared (first use in this function)
os_mac_conv.c:581: error: ‘kLocaleRegionVariantMask’ undeclared (first use in this function)
os_mac_conv.c:582: error: ‘noErr’ undeclared (first use in this function)
In file included from os_macosx.m:24:
/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:12:34: error: Foundation/Foundation.h: No such file or directory
/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13:26: error: AppKit/AppKit.h: No such file or directory
/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:14:30: error: CoreData/CoreData.h: No such file or directory
os_macosx.m:37: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
os_macosx.m: In function ‘clip_mch_request_selection’:
os_macosx.m:60: error: ‘NSAutoreleasePool’ undeclared (first use in this function)
os_macosx.m:60: error: (Each undeclared identifier is reported only once
os_macosx.m:60: error: for each function it appears in.)
os_macosx.m:60: error: ‘pool’ undeclared (first use in this function)
os_macosx.m:62: error: ‘NSPasteboard’ undeclared (first use in this function)
os_macosx.m:62: error: ‘pb’ undeclared (first use in this function)
os_macosx.m:63: error: ‘NSArray’ undeclared (first use in this function)
os_macosx.m:63: error: ‘supportedTypes’ undeclared (first use in this function)
os_macosx.m:63: error: ‘VimPboardType’ undeclared (first use in this function)
os_macosx.m:64: error: ‘NSStringPboardType’ undeclared (first use in this function)
os_macosx.m:64: error: ‘nil’ undeclared (first use in this function)
os_macosx.m:65: error: ‘NSString’ undeclared (first use in this function)
os_macosx.m:65: error: ‘bestType’ undeclared (first use in this function)
os_macosx.m:69: error: ‘string’ undeclared (first use in this function)
os_macosx.m:79: warning: no ‘-isKindOfClass:’ method found
os_macosx.m:79: warning: (Messages without a matching method signature
os_macosx.m:79: warning: will be assumed to return ‘id’ and accept
os_macosx.m:79: warning: ‘...’ as arguments.)
os_macosx.m:79: warning: no ‘-count’ method found
os_macosx.m:79: warning: comparison between pointer and integer
os_macosx.m:81: warning: no ‘-objectAtIndex:’ method found
os_macosx.m:82: warning: no ‘-isKindOfClass:’ method found
os_macosx.m:84: warning: no ‘-objectAtIndex:’ method found
os_macosx.m:84: warning: no ‘-intValue’ method found
os_macosx.m:84: warning: assignment makes integer from pointer without a cast
os_macosx.m:94: error: ‘NSMutableString’ undeclared (first use in this function)
os_macosx.m:94: error: ‘mstring’ undeclared (first use in this function)
os_macosx.m:99: error: ‘NSRange’ undeclared (first use in this function)
os_macosx.m:99: error: expected ‘;’ before ‘range’
os_macosx.m:102: error: ‘range’ undeclared (first use in this function)
os_macosx.m:118: error: ‘NSUTF8StringEncoding’ undeclared (first use in this function)
os_macosx.m: In function ‘clip_mch_set_selection’:
os_macosx.m:144: error: ‘NSAutoreleasePool’ undeclared (first use in this function)
os_macosx.m:144: error: ‘pool’ undeclared (first use in this function)
os_macosx.m:173: error: ‘NSString’ undeclared (first use in this function)
os_macosx.m:173: error: ‘string’ undeclared (first use in this function)
os_macosx.m:174: error: ‘NSUTF8StringEncoding’ undeclared (first use in this function)
os_macosx.m:177: error: ‘NSPasteboard’ undeclared (first use in this function)
os_macosx.m:177: error: ‘pb’ undeclared (first use in this function)
os_macosx.m:178: error: ‘NSArray’ undeclared (first use in this function)
os_macosx.m:178: error: ‘supportedTypes’ undeclared (first use in this function)
os_macosx.m:178: error: ‘VimPboardType’ undeclared (first use in this function)
os_macosx.m:179: error: ‘NSStringPboardType’ undeclared (first use in this function)
os_macosx.m:179: error: ‘nil’ undeclared (first use in this function)
os_macosx.m:182: error: ‘NSNumber’ undeclared (first use in this function)
os_macosx.m:182: error: ‘motion’ undeclared (first use in this function)
os_macosx.m:183: error: ‘plist’ undeclared (first use in this function)
make[1]: *** [objects/os_mac_conv.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [objects/os_macosx.o] Error 1
make: *** [first] Error 2
==> Build Environment
CPU: 8-core 64-bit dunno
OS X: 10.7.4-x86_64
Xcode: 4.3.3
X11: @ /usr/X11
LD: /usr/bin/llvm-gcc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2
CPPFLAGS: -isystem /usr/local/include
LDFLAGS: -L/usr/local/lib
MACOSX_DEPLOYMENT_TARGET: 10.7
MAKEFLAGS: -j8
Error: Failed executing: make (macvim.rb:81)
These existing issues may help you:
https://github.com/mxcl/homebrew/issues/10589
https://github.com/mxcl/homebrew/issues/13193
Otherwise, this may help you fix or report the issue:
https://github.com/mxcl/homebrew/wiki/bug-fixing-checklist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment