≡

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 » Bug #2049

Bug #2049: Pathogen Install with system ruby throwing warnings

Kind bug
Product Command-T
When 2013-01-16T05:11:34Z
Status open
Reporter anonymous
Tags no tags

Description

I'm having difficulty installing command-T. I get the following errors when running make

$ rvm use system
$ ruby -v
$ ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]

Macvim Snapshot 66 (Mountain Lion)

$ ruby extconf.rb
$ make
cc -arch i386 -arch x86_64 -pipe -bundle -undefined dynamic_lookup -o ext.bundle ext.o match.o matcher.o -L. -L/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib -L. -arch i386 -arch x86_64     -lruby  -lpthread -ldl -lobjc  
ld: warning: ld: warning: ignoring file ext.o, file was built for i386 which is not the architecture being linked (x86_64): ext.oignoring file match.o, file was built for i386 which is not the architecture being linked (x86_64): match.o

ld: warning: ignoring file matcher.o, file was built for i386 which is not the architecture being linked (x86_64): matcher.o
$ export ARCHFLAGS="-arch i386"
$ ruby extconf.rb
$ make
cc -arch i386 -pipe -bundle -undefined dynamic_lookup -o ext.bundle ext.o match.o matcher.o -L. -L/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib -L. -arch i386     -lruby  -lpthread -ldl -lobjc

Comments

    Add a comment

    Comments are now closed for this issue.

    • contact
    • legal

    Menu

    • Blog
    • Wiki
    • Issues
    • Snippets