Created
November 21, 2012 20:13
-
-
Save ramlev/4127356 to your computer and use it in GitHub Desktop.
Error on vim upgrade (vim (7.3.715 < 7.3.725))
This file contains hidden or 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
> brew upgrade vim | |
==> Upgrading vim | |
==> Cloning https://vim.googlecode.com/hg/ | |
Updating /Library/Caches/Homebrew/vim--hg | |
warning: vim.googlecode.com certificate with fingerprint 26:83:37:6b:84:6b:9b:8c:0a:35:71:67:08:ce:dd:f1:ba:20:05:c7 not verified (check hostfingerprints or web.cacerts config setting) | |
pulling from https://vim.googlecode.com/hg/ | |
searching for changes | |
no changes found | |
0 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
==> Checking out tag v7-3-725 | |
==> ./configure --prefix=/usr/local --mandir=/usr/local/Cellar/vim/7.3.725/share/man --enable-gui=no --without-x --disable-nls --e | |
==> make | |
os_macosx.m:143: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token | |
os_macosx.m:194: error: old-style parameter declarations in prototyped function definition | |
os_macosx.m:194: error: expected '{' at end of input | |
make[1]: *** [objects/os_macosx.o] Error 1 | |
make: *** [first] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello, I am facing exact the same problem. I am wondering whether you had solved the problem yet. Can you give me some clues? thanks!