Hi Fredrik, 2009/1/15 Fredrik Bränström: > > 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:
You are not the only one with these problems, check out the comments at: http://code.google.com/p/macvim/wiki/Building The problem is that Ruby adds "-arch ppc" to LDFLAGS for some reason. I had a look at configure.in but I cannot figure out where things go wrong so I can't provide a fix. However, the comment above tells you how to work around it: open up src/auto/config.mk and remove "-arch ppc" from LDFLAGS then recompile and you should be set. This is not a good solution since config.mk is overwritten each time you run configure. Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
