Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mavericks problems #1

Open
zycrot opened this issue Dec 12, 2013 · 3 comments
Open

Mavericks problems #1

zycrot opened this issue Dec 12, 2013 · 3 comments

Comments

@zycrot
Copy link

zycrot commented Dec 12, 2013

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.

@eraserhd
Copy link
Owner

It's possible that just updating the vim source will work. I can put that on a branch for you to test, if you like.

I'm not sure about the XQuartz part... I tried to disable all X dependencies. Any idea which component(s) need it?

@zycrot
Copy link
Author

zycrot commented Dec 12, 2013

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?

@zycrot
Copy link
Author

zycrot commented Dec 12, 2013

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 ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants