Comments
-
Greg Hurrell
Two questions:
- What version of MacVim are you using? (Is it a downloaded snapshot or something you built yourself?)
- Why did you do the
ARCHFLAGS
export?
-
mcj
Created
,
edited
Hi,
I brewed MacVim with
$ brew install macvim
and i did the ARCHFLAGS export, as i read the following in the README.txt
First you have to check the platfom Vim was built for:
vim --version ... Compilation: gcc ... -arch i386 ... ...
and make sure you use the correct ARCHFLAGS during compilation:
export ARCHFLAGS="-arch i386" make
-
Greg Hurrell
Closing due to lack of activity. Enough time has passed since this original report that all the version numbers (etc) will have changed, so feel free to open another issue if you run into any problem like this again.
-
Greg Hurrell
Status changed:
- From: new
- To: closed
-
acandael
I encounter exactly the same problem, I changed the env variable to
export ARCHFLAGS="-arch x86_64"
but now, when I type
:CommandT
in MacVim
it crashes with the following error:
acandael: /Users/acandael/.vim/bundle/command-t/ruby/command-t $dyld: lazy symbol binding failed: Symbol not found: _rb_intern2 Referenced from: /Users/acandael/.vim/bundle/command-t/ruby/command-t/ext.bundle Expected in: flat namespace dyld: Symbol not found: _rb_intern2 Referenced from: /Users/acandael/.vim/bundle/command-t/ruby/command-t/ext.bundle Expected in: flat namespace Vim: Caught deadly signal TRAP Vim: Finished.
How can I fix this?
thanks for your help,
Anthony
-
Greg Hurrell
I'm going to suggest we continue the discussion on ticket #2182 which you just created.
Add a comment
Comments are now closed for this issue.