2009/11/23 Craig: > Can you share a configure line that shows transparency working with 10.6 > SDK? > I like to build form source and would like Python 2.6 supported. > > Today I did a git pull, ran this > > ./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 > > and got Python 2.6 and 10.6 SDK but weird transparency (text was grey but > the background wasn't see-through). I've enabled CoreText in the Advanced > Preferences panel too.
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 --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
