≡

wincent.dev

  • Products
  • Blog
  • Wiki
  • Issues
You are viewing an historical archive of past issues. Please report new issues to the appropriate project issue tracker on GitHub.
Home » Issues » Support ticket #2182

Support ticket #2182: I'm having the same issue as Bug #1999: vim exits on :CommandT

Kind support ticket
Product Command-T
When Created 2014-09-20T08:24:49Z, updated 2014-10-23T01:34:53Z
Status closed
Reporter acandael
Tags no tags

Description

I'm having the same issue as Bug #1999: vim exits on :CommandT

I changed the environment variable to

$export ARCHFLAGS="-arch x86_64"

because I thought this was going to solve the problem with Command-T not working in my MacVim editor.

However, now, when I type:

:CommandT

MacVim crashes with the following message:

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

Comments

  1. Greg Hurrell 2014-09-23T14:09:01Z

    Sounds like miscompilation.

    • What version of Ruby are you using and how did you get it?
    • What's the full output of ruby extconf.rb and make when building Command-T?
    • What's the output of ruby -v (in the same directory as you build Command-T)?
    • Did you build MacVim from source or get it by other means?
    • What's the output of :version and :ruby puts "#{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}" in Vim?
  2. Greg Hurrell 2014-10-23T01:32:46Z

    Closing due to lack of activity.

  3. Greg Hurrell 2014-10-23T01:34:53Z

    Status changed:

    • From: new
    • To: closed
Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets