I've done successful builds earlier. The xcodebuild finished good and
I've been using the MacVim.app that came out for a day now. But now I
wanted to try enabling the built in ruby interpreter, because I want
to be able to :rubydo, so I did:

./configure --enable-rubyinterp --enable-gui=macvim
make (tried sudo make later as well, same error)

Seems like it wants to compile something for ppc:

  gcc   -L. -arch ppc -arch i386  -L/usr/local/lib      -o Vim objects/
buffer.o objects/charset.o objects/diff.o objects/digraph.o objects/
edit.o objects/eval.o objects/ex_cmds.o objects/ex_cmds2.o objects/
ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o
objects/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o
objects/if_cscope.o objects/if_xcmdsrv.o objects/main.o objects/mark.o
objects/memfile.o objects/memline.o objects/menu.o objects/message.o
objects/misc1.o objects/misc2.o objects/move.o objects/mbyte.o objects/
normal.o objects/ops.o objects/option.o objects/os_unix.o objects/
pathdef.o objects/popupmnu.o objects/quickfix.o objects/regexp.o
objects/screen.o objects/search.o objects/spell.o objects/syntax.o
objects/tag.o objects/term.o objects/ui.o objects/undo.o objects/
window.o objects/gui.o objects/pty.o objects/gui_macvim.o objects/
MMBackend.o objects/MacVim.o     objects/if_ruby.o objects/os_macosx.o
objects/os_mac_conv.o  objects/netbeans.o  objects/version.o -
framework Cocoa -framework Carbon      -lncurses  -liconv      -lruby -
lpthread -ldl -lm
ld: warning in objects/buffer.o, file is not of required architecture
ld: warning in objects/charset.o, file is not of required architecture
ld: warning in objects/diff.o, file is not of required architecture
ld: warning in objects/digraph.o, file is not of required architecture
ld: warning in objects/edit.o, file is not of required architecture
ld: warning in objects/eval.o, file is not of required architecture
ld: warning in objects/ex_cmds.o, file is not of required architecture
ld: warning in objects/ex_cmds2.o, file is not of required
architecture
ld: warning in objects/ex_docmd.o, file is not of required
architecture
ld: warning in objects/ex_eval.o, file is not of required architecture
ld: warning in objects/ex_getln.o, file is not of required
architecture
ld: warning in objects/fileio.o, file is not of required architecture
ld: warning in objects/fold.o, file is not of required architecture
ld: warning in objects/getchar.o, file is not of required architecture
ld: warning in objects/hardcopy.o, file is not of required
architecture
ld: warning in objects/hashtab.o, file is not of required architecture
ld: warning in objects/if_cscope.o, file is not of required
architecture
ld: warning in objects/if_xcmdsrv.o, file is not of required
architecture
ld: warning in objects/main.o, file is not of required architecture
ld: warning in objects/mark.o, file is not of required architecture
ld: warning in objects/memfile.o, file is not of required architecture
ld: warning in objects/memline.o, file is not of required architecture
ld: warning in objects/menu.o, file is not of required architecture
ld: warning in objects/message.o, file is not of required architecture
ld: warning in objects/misc1.o, file is not of required architecture
ld: warning in objects/misc2.o, file is not of required architecture
ld: warning in objects/move.o, file is not of required architecture
ld: warning in objects/mbyte.o, file is not of required architecture
ld: warning in objects/normal.o, file is not of required architecture
ld: warning in objects/ops.o, file is not of required architecture
ld: warning in objects/option.o, file is not of required architecture
ld: warning in objects/os_unix.o, file is not of required architecture
ld: warning in objects/pathdef.o, file is not of required architecture
ld: warning in objects/popupmnu.o, file is not of required
architecture
ld: warning in objects/quickfix.o, file is not of required
architecture
ld: warning in objects/regexp.o, file is not of required architecture
ld: warning in objects/screen.o, file is not of required architecture
ld: warning in objects/search.o, file is not of required architecture
ld: warning in objects/spell.o, file is not of required architecture
ld: warning in objects/syntax.o, file is not of required architecture
ld: warning in objects/tag.o, file is not of required architecture
ld: warning in objects/term.o, file is not of required architecture
ld: warning in objects/ui.o, file is not of required architecture
ld: warning in objects/undo.o, file is not of required architecture
ld: warning in objects/window.o, file is not of required architecture
ld: warning in objects/gui.o, file is not of required architecture
ld: warning in objects/pty.o, file is not of required architecture
ld: warning in objects/gui_macvim.o, file is not of required
architecture
ld: warning in objects/MMBackend.o, file is not of required
architecture
ld: warning in objects/MacVim.o, file is not of required architecture
ld: warning in objects/if_ruby.o, file is not of required architecture
ld: warning in objects/os_macosx.o, file is not of required
architecture
ld: warning in objects/os_mac_conv.o, file is not of required
architecture
ld: warning in objects/netbeans.o, file is not of required
architecture
ld: warning in objects/version.o, file is not of required architecture
Undefined symbols for architecture ppc:
  "_main", referenced from:
      start in crt1.10.5.o
ld: symbol(s) not found for architecture ppc
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//ccoykeem.out (No such file or
directory)
make: *** [Vim] Error 1
fred...@benton
‣
~/Code/Mac/vim7/src

I don't get it. Can I disable building for PPC, somewhere? I only want
Intel, and I thought it defaulted to the current architecture, thought
I read that somewhere...
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to