You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't sure whether to add it to issues, but on Mavericks vim build will fail with "conflicting types for 'sigaltstack' " error. After some googling, apparently for now the solution is to inclue "AvailabilityMacros.h" header in os_unix.c.
Also, the project depends on XQuartz.
The text was updated successfully, but these errors were encountered:
I think I tried the latest source and the issue was still there. X11 includes were needed by ruby. Perhaps there are alternative includes already on os that aren't in my search path?
Also, I had to add "execute pathogen#infect()" to vimrc to get plugins to work, which is expected I guess, but for plugin noobs like me, it should say explicitly in the instructions ;)
I wasn't sure whether to add it to issues, but on Mavericks vim build will fail with "conflicting types for 'sigaltstack' " error. After some googling, apparently for now the solution is to inclue "AvailabilityMacros.h" header in os_unix.c.
Also, the project depends on XQuartz.
The text was updated successfully, but these errors were encountered: