Skip to content

Instantly share code, notes, and snippets.

@ramlev
Created November 21, 2012 20:13
Show Gist options
  • Save ramlev/4127356 to your computer and use it in GitHub Desktop.
Save ramlev/4127356 to your computer and use it in GitHub Desktop.
Error on vim upgrade (vim (7.3.715 < 7.3.725))
> 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
@brianhu
Copy link

brianhu commented May 11, 2013

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment