> > This did the trick for me (Python 2.6, transparency supported if > > "experimental" renderer is enabled in the Advanced preferences): > > > ./configure --enable-perlinterp --enable-pythoninterp > > --enable-rubyinterp --with-features=huge --enable-cscope; make clean; > > make > > > You really don't need all those extra flags you specified by the way. > > > Björn
Nice job! Finally a 10.6 SDK version with transparency *and* python 2.6 ^^ --> proof: http://skitch.com/shirkrin/nes3d/fullscreen And for all the curious out there my build steps: - git clean -fxd - ./configure --enable-perlinterp --enable-pythoninterp --enable- rubyinterp --with-features=huge --enable-gui=macvim --with- tlib=ncurses --enable-multibyte --with-python-config-dir=/System/ Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/config/ --with-macsdk=10.6 - Enable the 'experimental' renderer Keep up the good work Björn! Cheers, Shirk --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
