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

Vimproc.so incompatible with MacVim #19

Closed
hsalokor opened this issue Mar 25, 2012 · 3 comments
Closed

Vimproc.so incompatible with MacVim #19

hsalokor opened this issue Mar 25, 2012 · 3 comments

Comments

@hsalokor
Copy link

It seems that makefile change in revision 5d79315 makes compiled vimproc.so incompatible with Macvim. According to mvim --version MacVim is compiled with 32-bit (-arch i386).

I tested with MacVim snapshot 64 and the Apple-built stock vim on Mac OS X 10.7.3.

I tested reverting the change and rebuilding, and the resulting library seems to work ok in both versions.

@Shougo
Copy link
Owner

Shougo commented Mar 26, 2012

Sorry, this changes for http://ideone.com/BEnBd error.
His environments is using from homebrew gcc not XCode gcc.
It's gcc don't supported "-arch" option.
What should I do?

@Shougo
Copy link
Owner

Shougo commented Mar 26, 2012

I fixed it.

@hsalokor
Copy link
Author

Thanks! Adding separate makefile looks like a good solution.

I would guess that lot of people use the llvm-gcc nowadays, since gcc shipped by Apple is bitrotting fast...

@Shougo Shougo closed this as completed Mar 26, 2012
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