2008/11/10 Kevin Watters <[EMAIL PROTECTED]>: > > I'm interested in Python 2.5 support. These instructions don't work > for me on Leopard-- > > /configure --enable-perlinterp --enable-pyttyhoninterp --enable- > rubyinterp --enable-cscope --enable-gui=macvim --with-mac-arch=intel -- > with-features=huge
Another thing to try (apart from Ben's suggestions) is to do a minimal configure, i.e. start with ./configure --enable-gui=macvim and add flags one at a time to see which flag causes the error (or let us know if it appears even with that one flag only). In particular, the --with-mac-arch=intel flag should be left out as I'm pretty sure it has caused problems in the past (the build is native by default, so unless you are building a universal binary or are cross-compiling you should not use that flag). It has been reported on the Building wiki that it can be necessary to make reconfig before building as well. Does that help? Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
