So my newly built macvim with ./configure \ --enable-pythoninterp \ --enable-cscope \ --enable-multibyte \ --enable-fontset \ --enable-gui=macvim
is up an running...I made sure to close my non-dev MacVim. But in the dev build the fonts are all wacky, and there's no items in the menubar other than the mac supplied "Window" and whatever. No "Preferences" option for instance. Then I noticed in Apple-Tab that there was another MacVim icon...when I select that one, there /is/ a menubar with items, but no windows. Then I followed the instructions on http://code.google.com/p/macvim/wiki/Building and changed CFBundleIdentifier in Info.plist to MacVimDevel and reran xcodebuild...but still the same result. Anyone have any ideas? On Nov 10, 8:08 pm, Kevin Watters <[EMAIL PROTECTED]> wrote: > kevins-macbook:vim7 kevin$ ./configure --enable-gui=macvim; make > > results in > > sh: /Users/kevin/src/vim7/src/auto/osdef.sh: No such file or directory > make[1]: *** [auto/osdef.h] Error 127 > make: *** [first] Error 2 > > "make reconfig" after that did work, though. Weird that that is > necessary. > > Thanks for the help guys. > > On Nov 10, 3:47 am, "björn" <[EMAIL PROTECTED]> wrote: > > > 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 -~----------~----~----~----~------~----~------~--~---
